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, writeExternal
public org.joda.time.DateTime getNotBefore()
public org.joda.time.DateTime getNotOnOrAfter()
public String getEmail()
CommonProfile
getEmail
in class CommonProfile
public String getFirstName()
CommonProfile
getFirstName
in class CommonProfile
public String getFamilyName()
CommonProfile
getFamilyName
in class CommonProfile
public String getDisplayName()
CommonProfile
getDisplayName
in class CommonProfile
public String getUsername()
CommonProfile
getUsername
in class CommonProfile
public Gender getGender()
CommonProfile
getGender
in class CommonProfile
public Locale getLocale()
CommonProfile
getLocale
in class CommonProfile
public String getPictureUrl()
CommonProfile
getPictureUrl
in class CommonProfile
public String getProfileUrl()
CommonProfile
getProfileUrl
in class CommonProfile
public String getLocation()
CommonProfile
getLocation
in class CommonProfile
Copyright © 2017. All rights reserved.