public class Auth0User extends Object implements Principal, Serializable
| Constructor and Description |
|---|
Auth0User(com.auth0.authentication.result.UserProfile userProfile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,Object> |
getAppMetadata() |
Date |
getCreatedAt() |
String |
getEmail() |
Map<String,Object> |
getExtraInfo() |
String |
getFamilyName() |
String |
getGivenName() |
List<String> |
getGroups() |
List<com.auth0.authentication.result.UserIdentity> |
getIdentities() |
String |
getName() |
String |
getNickname() |
String |
getPicture() |
List<String> |
getRoles() |
String |
getUserId() |
Map<String,Object> |
getUserMetadata() |
int |
hashCode() |
boolean |
isEmailVerified() |
String |
toString() |
public Auth0User(com.auth0.authentication.result.UserProfile userProfile)
public String getUserId()
public String getNickname()
public String getPicture()
public String getEmail()
public boolean isEmailVerified()
public String getGivenName()
public String getFamilyName()
public Date getCreatedAt()
public List<com.auth0.authentication.result.UserIdentity> getIdentities()
public boolean equals(Object obj)
public int hashCode()
Copyright © 2016. All Rights Reserved.