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 String
getDisplayName()
String
getEmail()
String
getFamilyName()
String
getFirstName()
Locale
getLocale()
URI
getPictureUrl()
String
getUsername()
-
Methods inherited from class org.pac4j.core.profile.CommonProfile
getAttributeAsDate, 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:
getUsername
in interfaceorg.pac4j.core.profile.UserProfile
- Overrides:
getUsername
in classorg.pac4j.core.profile.CommonProfile
-
getEmail
public String getEmail()
- Overrides:
getEmail
in classorg.pac4j.core.profile.CommonProfile
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classorg.pac4j.core.profile.CommonProfile
-
getFirstName
public String getFirstName()
- Overrides:
getFirstName
in classorg.pac4j.core.profile.CommonProfile
-
getFamilyName
public String getFamilyName()
- Overrides:
getFamilyName
in classorg.pac4j.core.profile.CommonProfile
-
getLocale
public Locale getLocale()
- Overrides:
getLocale
in classorg.pac4j.core.profile.CommonProfile
-
getPictureUrl
public URI getPictureUrl()
- Overrides:
getPictureUrl
in classorg.pac4j.core.profile.CommonProfile
-
-