Package com.axelor.auth.pac4j.ldap
Class AxelorLdapGroupDefinition
- java.lang.Object
-
- com.axelor.auth.pac4j.ldap.AxelorLdapGroupDefinition
-
public class AxelorLdapGroupDefinition extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
ATTRIBUTES
static String
ID
static String
MEMBER
static String
NAME
static String
OBJECT_CLASS
static String
UNIQUE_MEMBER
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
OBJECT_CLASS
public static final String OBJECT_CLASS
- See Also:
- Constant Field Values
-
UNIQUE_MEMBER
public static final String UNIQUE_MEMBER
- See Also:
- Constant Field Values
-
MEMBER
public static final String MEMBER
- See Also:
- Constant Field Values
-
-