public class User extends Object
Constructor and Description |
---|
User(UserEntity userEntity) |
Modifier and Type | Method and Description |
---|---|
Collection<AuthenticationMethod> |
getAuthenticationMethods() |
Date |
getCreateTime() |
Collection<String> |
getGroups() |
int |
getUserId() |
String |
getUserName() |
boolean |
isActive() |
boolean |
isAdmin() |
boolean |
isLdapUser() |
String |
toString() |
public User(UserEntity userEntity)
public int getUserId()
public String getUserName()
public Date getCreateTime()
public boolean isActive()
public boolean isAdmin()
public Collection<String> getGroups()
public Collection<AuthenticationMethod> getAuthenticationMethods()
public boolean isLdapUser()
Copyright © 2022 Apache Software Foundation. All rights reserved.