public class CasOAuthWrapperProfile extends OAuth20Profile
This class is the user profile for sites using OAuth wrapper for CAS.
It is returned by the CasOAuthWrapperClient.
logger, SEPARATOR| Constructor and Description |
|---|
CasOAuthWrapperProfile() |
| Modifier and Type | Method and Description |
|---|---|
AttributesDefinition |
getAttributesDefinition()
Return the attributes definition for this user profile.
|
Date |
getAuthenticationDate() |
String |
getAuthenticationMethod() |
String |
getSuccessfulAuthenticationHandlers() |
Boolean |
isFromNewLogin() |
Boolean |
isLongTermAuthenticationRequestTokenUsed() |
clearSensitiveData, getAccessToken, setAccessTokengetDisplayName, getEmail, getFamilyName, getFirstName, getGender, getLocale, getLocation, getPictureUrl, getProfileUrl, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addPermissions, addRole, addRoles, addRoles, build, containsAttribute, getAttribute, getAttribute, getAttributes, getClientName, getId, getOldTypedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setRemembered, toString, writeExternalpublic AttributesDefinition getAttributesDefinition()
UserProfilenull for a (generic) user profile.getAttributesDefinition in class UserProfilepublic Boolean isFromNewLogin()
public Date getAuthenticationDate()
public String getAuthenticationMethod()
public String getSuccessfulAuthenticationHandlers()
public Boolean isLongTermAuthenticationRequestTokenUsed()
Copyright © 2016. All rights reserved.