public class AzureAdProfile extends OidcProfile
This class is the user profile for Azure AD (using OpenID Connect protocol) with appropriate getters.
It is returned by the AzureAdClient.
logger, SEPARATOR| Constructor and Description |
|---|
AzureAdProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdp() |
String |
getIpaddr() |
String |
getOid() |
String |
getTid() |
String |
getUniqueName() |
String |
getUpn() |
String |
getUsername()
Return the username of the user.
|
String |
getVer() |
clearSensitiveData, getAccessToken, getAcr, getAmr, getAuthTime, getAzp, getDisplayName, getEmailVerified, getFirstName, getIdToken, getIdTokenString, getLocation, getMiddleName, getNickname, getNonce, getPhoneNumber, getPhoneNumberVerified, getPictureUrl, getProfileUrl, getRefreshToken, getTokenExpirationAdvance, getUpdatedAt, isExpired, setAccessToken, setIdTokenString, setRefreshToken, setTokenExpirationAdvancegetAudience, getExpirationDate, getIssuedAt, getIssuer, getNotBefore, getSubjectasPrincipal, getEmail, getFamilyName, getGender, getLocaleaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, addRoles, build, build, containsAttribute, containsAuthenicationAttribute, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternalpublic String getIdp()
public String getOid()
public String getTid()
public String getVer()
public String getUniqueName()
public String getIpaddr()
public String getUpn()
public String getUsername()
CommonProfilegetUsername in class OidcProfileCopyright © 2019. All rights reserved.