| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.security.user |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionUserAttribute<T>
A
UserAttribute holding a generic collection of values. |
class |
SimpleUserAttribute<T>
A
UserAttribute holding a simple generic value. |
class |
StringCollectionUserAttribute
A
CollectionUserAttribute holding String values. |
class |
StringUserAttribute
A
SimpleUserAttribute holding a String value. |
| Modifier and Type | Method and Description |
|---|---|
Optional<UserAttribute> |
AbstractUser.getAttribute(String name)
Returns the attribute specified by the given name, wrapped in an
Optional. |
Optional<UserAttribute> |
User.getAttribute(String name)
Returns the attribute specified by the given name, wrapped in an
Optional. |
Map<String,UserAttribute> |
AbstractUser.getAttributes() |
| Constructor and Description |
|---|
AbstractUser(String name,
Locale locale,
Set<Authorization> authorizations,
Map<String,UserAttribute> attributes) |
Copyright © 2020 SAP SE. All rights reserved.