public class UserInfo extends ClientInfo
| Modifier | Constructor and Description |
|---|---|
protected |
UserInfo() |
|
UserInfo(String clientId,
List<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
List<String> |
getRoles() |
ClientType |
getType() |
int |
hashCode() |
String |
toString() |
public String getId()
getId in class ClientInfopublic List<String> getRoles()
getRoles in class ClientInfopublic ClientType getType()
getType in class ClientInfoCopyright © 2019. All Rights Reserved.