Package org.sakaiproject.unboundid
Class AttributeMappingConstants
- java.lang.Object
-
- org.sakaiproject.unboundid.AttributeMappingConstants
-
public abstract class AttributeMappingConstants extends Object
A container for LDAP attribute mapping constants.- Author:
- Dan McCallum, Unicon Inc
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHENTICATION_ATTR_MAPPING_KEYKey intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's authentication (aka Sakai "AID") attributestatic Map<String,String>DEFAULT_ATTR_MAPPINGSDefault set of user entry attribute mappings.static StringDEFAULT_AUTHENTICATION_ATTRDefault value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's authentication (aka Sakai "AID") attributestatic StringDEFAULT_EMAIL_ATTRDefault value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's email attributestatic StringDEFAULT_FIRST_NAME_ATTRDefault value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's given name attributestatic StringDEFAULT_GROUP_MEMBERSHIP_ATTRDefault value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's group membership attributestatic StringDEFAULT_LAST_NAME_ATTRDefault value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's surname attributestatic StringDEFAULT_LOGIN_ATTRDefault value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's login (aka Sakai "EID") attributestatic StringDEFAULT_PREFERRED_FIRST_NAME_ATTRDefault value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's preferred given name attribute.static StringDISPLAY_ID_ATTR_MAPPING_KEYstatic StringDISPLAY_NAME_ATTR_MAPPING_KEYstatic StringEMAIL_ATTR_MAPPING_KEYKey intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's email attributestatic StringFIRST_NAME_ATTR_MAPPING_KEYKey intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's given name attributestatic StringGROUP_MEMBERSHIP_ATTR_MAPPING_KEYKey intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's group membership attributestatic StringLAST_NAME_ATTR_MAPPING_KEYKey intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's surname attributestatic StringLOGIN_ATTR_MAPPING_KEYKey intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's login (aka Sakai "EID") attributestatic StringPREFERRED_FIRST_NAME_ATTR_MAPPING_KEYKey intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's preferred given name attributestatic StringUSER_DN_PROPERTYKey intoLdapUserDataproperties linking to the user's directory DN value.
-
Constructor Summary
Constructors Constructor Description AttributeMappingConstants()
-
-
-
Field Detail
-
LOGIN_ATTR_MAPPING_KEY
public static final String LOGIN_ATTR_MAPPING_KEY
Key intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's login (aka Sakai "EID") attribute- See Also:
- Constant Field Values
-
AUTHENTICATION_ATTR_MAPPING_KEY
public static final String AUTHENTICATION_ATTR_MAPPING_KEY
Key intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's authentication (aka Sakai "AID") attribute- See Also:
- Constant Field Values
-
FIRST_NAME_ATTR_MAPPING_KEY
public static final String FIRST_NAME_ATTR_MAPPING_KEY
Key intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's given name attribute- See Also:
- Constant Field Values
-
PREFERRED_FIRST_NAME_ATTR_MAPPING_KEY
public static final String PREFERRED_FIRST_NAME_ATTR_MAPPING_KEY
Key intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's preferred given name attribute- See Also:
- Constant Field Values
-
LAST_NAME_ATTR_MAPPING_KEY
public static final String LAST_NAME_ATTR_MAPPING_KEY
Key intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's surname attribute- See Also:
- Constant Field Values
-
EMAIL_ATTR_MAPPING_KEY
public static final String EMAIL_ATTR_MAPPING_KEY
Key intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's email attribute- See Also:
- Constant Field Values
-
GROUP_MEMBERSHIP_ATTR_MAPPING_KEY
public static final String GROUP_MEMBERSHIP_ATTR_MAPPING_KEY
Key intoDEFAULT_ATTR_MAPPINGSrepresenting the logical name of a user entry's group membership attribute- See Also:
- Constant Field Values
-
DISPLAY_ID_ATTR_MAPPING_KEY
public static final String DISPLAY_ID_ATTR_MAPPING_KEY
- See Also:
- Constant Field Values
-
DISPLAY_NAME_ATTR_MAPPING_KEY
public static final String DISPLAY_NAME_ATTR_MAPPING_KEY
- See Also:
- Constant Field Values
-
DEFAULT_LOGIN_ATTR
public static final String DEFAULT_LOGIN_ATTR
Default value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's login (aka Sakai "EID") attribute- See Also:
- Constant Field Values
-
DEFAULT_AUTHENTICATION_ATTR
public static final String DEFAULT_AUTHENTICATION_ATTR
Default value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's authentication (aka Sakai "AID") attribute- See Also:
- Constant Field Values
-
DEFAULT_FIRST_NAME_ATTR
public static final String DEFAULT_FIRST_NAME_ATTR
Default value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's given name attribute- See Also:
- Constant Field Values
-
DEFAULT_PREFERRED_FIRST_NAME_ATTR
public static final String DEFAULT_PREFERRED_FIRST_NAME_ATTR
Default value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's preferred given name attribute.- See Also:
- Constant Field Values
-
DEFAULT_LAST_NAME_ATTR
public static final String DEFAULT_LAST_NAME_ATTR
Default value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's surname attribute- See Also:
- Constant Field Values
-
DEFAULT_EMAIL_ATTR
public static final String DEFAULT_EMAIL_ATTR
Default value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's email attribute- See Also:
- Constant Field Values
-
DEFAULT_GROUP_MEMBERSHIP_ATTR
public static final String DEFAULT_GROUP_MEMBERSHIP_ATTR
Default value inDEFAULT_ATTR_MAPPINGSrepresenting the physical name of a user entry's group membership attribute- See Also:
- Constant Field Values
-
DEFAULT_ATTR_MAPPINGS
public static final Map<String,String> DEFAULT_ATTR_MAPPINGS
Default set of user entry attribute mappings. Keys are logical names, values are physical names.
-
USER_DN_PROPERTY
public static final String USER_DN_PROPERTY
Key intoLdapUserDataproperties linking to the user's directory DN value. TODO: probably not the best-factored place for this constant- See Also:
- Constant Field Values
-
-