public final class OAuth2User extends Object
| Constructor and Description |
|---|
OAuth2User() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getClaims()
Return the claims for this identity.
|
String |
getId()
Get the application specific user id of this user.
|
void |
setClaims(Map<String,String> claims)
Set new claims for this identity.
|
void |
setId(String id)
Set the application-specific user id for this user.
|
public String getId()
public void setId(String id)
id - The user id.public Map<String,String> getClaims()
Copyright © 2018 krotscheck.net. All rights reserved.