public class ScpCfUser extends AbstractUser
User for SAP Cloud Platform Cloud Foundry.| Constructor and Description |
|---|
ScpCfUser(String name,
Locale locale,
Set<Authorization> authorizations,
Map<String,UserAttribute> attributes)
Creates a new
ScpCfUser. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getAttribute, getAttributes, getAuthorizations, getLocale, getName, hasAuthorizationpublic ScpCfUser(@Nonnull String name, @Nullable Locale locale, @Nonnull Set<Authorization> authorizations, @Nonnull Map<String,UserAttribute> attributes)
ScpCfUser.name - The name of the user.locale - The Locale of the user.authorizations - The authorizations of the user.attributes - The attributes of the user.public boolean equals(Object o)
equals in class AbstractUserprotected boolean canEqual(Object other)
canEqual in class AbstractUserpublic int hashCode()
hashCode in class AbstractUserpublic String toString()
toString in class AbstractUserCopyright © 2019 SAP SE. All rights reserved.