Package com.axelor.auth.pac4j.ldap
Class AxelorLdapProfile
- java.lang.Object
-
- org.pac4j.core.profile.BasicUserProfile
-
- org.pac4j.core.profile.CommonProfile
-
- org.pac4j.ldap.profile.LdapProfile
-
- com.axelor.auth.pac4j.ldap.AxelorLdapProfile
-
- All Implemented Interfaces:
Externalizable,Serializable,org.pac4j.core.profile.UserProfile
public class AxelorLdapProfile extends org.pac4j.ldap.profile.LdapProfile- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AxelorLdapProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetEmail()StringgetFamilyName()StringgetFirstName()LocalegetLocale()URIgetPictureUrl()StringgetUsername()-
Methods inherited from class org.pac4j.core.profile.CommonProfile
getAttributeAsDate, getAttributeAsString, getAttributeAsType, getGender, getLocation, getProfileUrl, isExpired
-
Methods inherited from class org.pac4j.core.profile.BasicUserProfile
addAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, asPrincipal, build, build, containsAttribute, containsAuthenicationAttribute, extractAttributeValues, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, removeLoginData, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternal
-
-
-
-
Method Detail
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceorg.pac4j.core.profile.UserProfile- Overrides:
getUsernamein classorg.pac4j.core.profile.CommonProfile
-
getEmail
public String getEmail()
- Overrides:
getEmailin classorg.pac4j.core.profile.CommonProfile
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayNamein classorg.pac4j.core.profile.CommonProfile
-
getFirstName
public String getFirstName()
- Overrides:
getFirstNamein classorg.pac4j.core.profile.CommonProfile
-
getFamilyName
public String getFamilyName()
- Overrides:
getFamilyNamein classorg.pac4j.core.profile.CommonProfile
-
getLocale
public Locale getLocale()
- Overrides:
getLocalein classorg.pac4j.core.profile.CommonProfile
-
getPictureUrl
public URI getPictureUrl()
- Overrides:
getPictureUrlin classorg.pac4j.core.profile.CommonProfile
-
-