public class ResolvedUserInfoFromToken extends Object implements Serializable
| Constructor and Description |
|---|
ResolvedUserInfoFromToken() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthRequestId() |
String |
getClientId() |
List<String> |
getRoles() |
List<String> |
getScopes() |
String |
getUserId() |
void |
setAuthRequestId(String authRequestId) |
void |
setClientId(String clientId) |
void |
setRoles(List<String> roles) |
void |
setScopes(List<String> scopes) |
void |
setUserId(String userId) |
public String getUserId()
public void setUserId(String userId)
userId - the userId to setpublic String getClientId()
public void setClientId(String clientId)
clientId - the clientId to setpublic String getAuthRequestId()
public void setAuthRequestId(String authRequestId)
authRequestId - the authRequestId to setCopyright © 2018. All rights reserved.