Class AxelorLdapProfile

    • Field Summary

      • Fields inherited from class org.pac4j.core.profile.BasicUserProfile

        logger
    • 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
    • Constructor Detail

      • AxelorLdapProfile

        public AxelorLdapProfile()
    • Method Detail

      • getUsername

        public String getUsername()
        Specified by:
        getUsername in interface org.pac4j.core.profile.UserProfile
        Overrides:
        getUsername in class org.pac4j.core.profile.CommonProfile
      • getEmail

        public String getEmail()
        Overrides:
        getEmail in class org.pac4j.core.profile.CommonProfile
      • getDisplayName

        public String getDisplayName()
        Overrides:
        getDisplayName in class org.pac4j.core.profile.CommonProfile
      • getFirstName

        public String getFirstName()
        Overrides:
        getFirstName in class org.pac4j.core.profile.CommonProfile
      • getFamilyName

        public String getFamilyName()
        Overrides:
        getFamilyName in class org.pac4j.core.profile.CommonProfile
      • getLocale

        public Locale getLocale()
        Overrides:
        getLocale in class org.pac4j.core.profile.CommonProfile
      • getPictureUrl

        public URI getPictureUrl()
        Overrides:
        getPictureUrl in class org.pac4j.core.profile.CommonProfile