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() |
String |
getEmail() |
String |
getFamilyName() |
String |
getFirstName() |
Gender |
getGender() |
Locale |
getLocale() |
String |
getLocation() |
org.joda.time.DateTime |
getNotBefore() |
org.joda.time.DateTime |
getNotOnOrAfter() |
String |
getPictureUrl() |
String |
getProfileUrl() |
String |
getUsername() |
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()
getEmail in class CommonProfilepublic String getFirstName()
getFirstName in class CommonProfilepublic String getFamilyName()
getFamilyName in class CommonProfilepublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getUsername()
getUsername in class CommonProfilepublic Gender getGender()
getGender in class CommonProfilepublic Locale getLocale()
getLocale in class CommonProfilepublic String getPictureUrl()
getPictureUrl in class CommonProfilepublic String getProfileUrl()
getProfileUrl in class CommonProfilepublic String getLocation()
getLocation in class CommonProfileCopyright © 2017. All Rights Reserved.