public interface User
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<UserAttribute> |
getAttribute(String name) |
Set<Authorization> |
getAuthorizations() |
com.google.common.base.Optional<Locale> |
getLocale() |
String |
getName() |
boolean |
hasAuthorization(Authorization authorization)
Checks whether the user has the given authorization.
|
String getName()
com.google.common.base.Optional<Locale> getLocale()
boolean hasAuthorization(Authorization authorization)
Set<Authorization> getAuthorizations()
com.google.common.base.Optional<UserAttribute> getAttribute(String name)
Copyright © 2017 SAP SE. All rights reserved.