Constructor and Description |
---|
ScpCfPrincipal(String id,
Set<Authorization> authorizations) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<Authorization> |
getAuthorizations()
The authorizations this Principal has.
|
String |
getId()
The identifier for this Principal.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hasAuthorization
public ScpCfPrincipal(@Nonnull String id, @Nonnull Set<Authorization> authorizations)
@Nonnull public Set<Authorization> getAuthorizations()
Principal
getAuthorizations
in interface Principal
Set
with the authentications.protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.