public class SAML2Profile extends CommonProfile
This class is the user profile for sites using SAML2 protocol.
It is returned by the SAML2Client.
logger, SEPARATOR| Constructor and Description |
|---|
SAML2Profile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Return the displayed name of the user.
|
String |
getEmail()
Return the email of the user.
|
String |
getFamilyName()
Return the family name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
Gender |
getGender()
Return the gender of the user.
|
Locale |
getLocale()
Return the locale of the user.
|
String |
getLocation()
Return the location of the user.
|
org.joda.time.DateTime |
getNotBefore() |
org.joda.time.DateTime |
getNotOnOrAfter() |
String |
getPictureUrl()
Return the url of the picture of the user.
|
String |
getProfileUrl()
Return the url of the profile of the user.
|
String |
getUsername()
Return the username of the user.
|
addAttribute, addAttributes, addPermission, addPermissions, addPermissions, addRole, addRoles, addRoles, build, clearSensitiveData, containsAttribute, getAttribute, getAttribute, getAttributes, getAttributesDefinition, getClientName, getId, getOldTypedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setRemembered, toString, writeExternalpublic org.joda.time.DateTime getNotBefore()
public org.joda.time.DateTime getNotOnOrAfter()
public String getEmail()
CommonProfilegetEmail in class CommonProfilepublic String getFirstName()
CommonProfilegetFirstName in class CommonProfilepublic String getFamilyName()
CommonProfilegetFamilyName in class CommonProfilepublic String getDisplayName()
CommonProfilegetDisplayName in class CommonProfilepublic String getUsername()
CommonProfilegetUsername in class CommonProfilepublic Gender getGender()
CommonProfilegetGender in class CommonProfilepublic Locale getLocale()
CommonProfilegetLocale in class CommonProfilepublic String getPictureUrl()
CommonProfilegetPictureUrl in class CommonProfilepublic String getProfileUrl()
CommonProfilegetProfileUrl in class CommonProfilepublic String getLocation()
CommonProfilegetLocation in class CommonProfileCopyright © 2017. All rights reserved.