Package com.axelor.auth.pac4j.ldap
Class AxelorLdapProfileDefinition
- java.lang.Object
-
- org.pac4j.core.profile.definition.ProfileDefinition
-
- org.pac4j.core.profile.definition.CommonProfileDefinition
-
- com.axelor.auth.pac4j.ldap.AxelorLdapProfileDefinition
-
public class AxelorLdapProfileDefinition extends org.pac4j.core.profile.definition.CommonProfileDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
ATTRIBUTES
static String
DISPLAY_NAME
static String
EMAIL
static String
FAMILY_NAME
static String
FIRST_NAME
static String
LOCALE
static String
PASSWORD
static String
PICTURE_JPEG
static String
USERNAME
-
Constructor Summary
Constructors Constructor Description AxelorLdapProfileDefinition()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getAttributes(String idAttribute)
-
Methods inherited from class org.pac4j.core.profile.definition.CommonProfileDefinition
configurePrimaryAttributes
-
Methods inherited from class org.pac4j.core.profile.definition.ProfileDefinition
convertAndAdd, convertAndAdd, getConverters, getParameter, getPrimaryAttributes, getProfileId, getSecondaryAttributes, isRestoreProfileFromTypedId, newProfile, primary, secondary, setProfileFactory, setProfileId, setRestoreProfileFromTypedId
-
-
-
-
Field Detail
-
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
-
DISPLAY_NAME
public static final String DISPLAY_NAME
- See Also:
- Constant Field Values
-
EMAIL
public static final String EMAIL
- See Also:
- Constant Field Values
-
FIRST_NAME
public static final String FIRST_NAME
- See Also:
- Constant Field Values
-
FAMILY_NAME
public static final String FAMILY_NAME
- See Also:
- Constant Field Values
-
LOCALE
public static final String LOCALE
- See Also:
- Constant Field Values
-
PICTURE_JPEG
public static final String PICTURE_JPEG
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
-