public class UserDetails extends Object
Modifier and Type | Field and Description |
---|---|
protected Attribute[] |
attributes |
protected String[] |
roles |
protected Token |
token |
Constructor and Description |
---|
UserDetails() |
UserDetails(Attribute[] attributes,
String[] roles,
Token token) |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
getAttributes() |
String[] |
getRoles() |
Token |
getToken() |
void |
setAttributes(Attribute[] attributes) |
void |
setRoles(String[] roles) |
void |
setToken(Token token) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.