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, setAccessToken
getDisplayName, getEmail, getFamilyName, getFirstName, getGender, getLocale, getLocation, getPictureUrl, getProfileUrl, getUsername
addAttribute, 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, writeExternal
public AttributesDefinition getAttributesDefinition()
UserProfile
null
for a (generic) user profile.getAttributesDefinition
in class UserProfile
public Boolean isFromNewLogin()
public Date getAuthenticationDate()
public String getAuthenticationMethod()
public String getSuccessfulAuthenticationHandlers()
public Boolean isLongTermAuthenticationRequestTokenUsed()
Copyright © 2016. All rights reserved.