@Deprecated public class UserInfoImpl extends Object implements UserInfo
| Constructor and Description |
|---|
UserInfoImpl(RequestUser requestUser)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UserInfo> |
as(Class<T> userInfoClazz)
Deprecated.
|
Object |
getAdditionalAttribute(String name)
Deprecated.
|
Map<String,Object> |
getAdditionalAttributes()
Deprecated.
|
Stream<String> |
getAttribute(String attribute)
Deprecated.
|
Map<String,List<String>> |
getAttributes()
Deprecated.
|
List<String> |
getAttributeValues(String attribute)
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
Set<String> |
getRoles()
Deprecated.
|
String |
getTenant()
Deprecated.
|
Set<String> |
getUnrestrictedAttributes()
Deprecated.
|
boolean |
hasRole(String role)
Deprecated.
|
boolean |
isAuthenticated()
Deprecated.
|
boolean |
isSystemUser()
Deprecated.
|
boolean |
isUnrestrictedAttribute(String attribute)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopy, create, isInternalUser, isPrivilegedpublic UserInfoImpl(RequestUser requestUser)
public boolean isSystemUser()
isSystemUser in interface UserInfopublic Stream<String> getAttribute(String attribute)
getAttribute in interface UserInfopublic List<String> getAttributeValues(String attribute)
getAttributeValues in interface UserInfopublic boolean isUnrestrictedAttribute(String attribute)
isUnrestrictedAttribute in interface UserInfopublic boolean isAuthenticated()
isAuthenticated in interface UserInfopublic Map<String,List<String>> getAttributes()
getAttributes in interface UserInfopublic Set<String> getUnrestrictedAttributes()
getUnrestrictedAttributes in interface UserInfopublic Map<String,Object> getAdditionalAttributes()
getAdditionalAttributes in interface UserInfopublic Object getAdditionalAttribute(String name)
getAdditionalAttribute in interface UserInfoCopyright © 2022. All rights reserved.