public abstract class AttributeMappingConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_INFO_ATTR_MAPPING_KEY |
static String |
AUTHENTICATION_ATTR_MAPPING_KEY
Key into
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's authentication (aka Sakai "AID") attribute |
static Map<String,String> |
CANDIDATE_ATTR_MAPPINGS
Extension of DEFAULT_ATTR_MAPPINGS
|
static String |
CANDIDATE_ID_ATTR_MAPPING_KEY |
static String |
DEFAULT_ADDITIONAL_INFO_ATTR |
static Map<String,String> |
DEFAULT_ATTR_MAPPINGS
Default set of user entry attribute mappings.
|
static String |
DEFAULT_AUTHENTICATION_ATTR
Default value in
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's authentication (aka Sakai "AID") attribute |
static String |
DEFAULT_CANDIDATE_ID_ATTR |
static String |
DEFAULT_EMAIL_ATTR
Default value in
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's email attribute |
static String |
DEFAULT_FIRST_NAME_ATTR
Default value in
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's given name attribute |
static String |
DEFAULT_GROUP_MEMBERSHIP_ATTR
Default value in
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's group membership attribute |
static String |
DEFAULT_LAST_NAME_ATTR
Default value in
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's surname attribute |
static String |
DEFAULT_LOGIN_ATTR
Default value in
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's login (aka Sakai "EID") attribute |
static String |
DEFAULT_PREFERRED_FIRST_NAME_ATTR
Default value in
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's preferred given name attribute. |
static String |
DEFAULT_STUDENT_NUMBER_ID_ATTR |
static String |
DISPLAY_ID_ATTR_MAPPING_KEY |
static String |
DISPLAY_NAME_ATTR_MAPPING_KEY |
static String |
EMAIL_ATTR_MAPPING_KEY
Key into
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's email attribute |
static String |
FIRST_NAME_ATTR_MAPPING_KEY
Key into
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's given name attribute |
static String |
GROUP_MEMBERSHIP_ATTR_MAPPING_KEY
Key into
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's group membership attribute |
static String |
LAST_NAME_ATTR_MAPPING_KEY
Key into
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's surname attribute |
static String |
LOGIN_ATTR_MAPPING_KEY
Key into
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's login (aka Sakai "EID") attribute |
static String |
PREFERRED_FIRST_NAME_ATTR_MAPPING_KEY
Key into
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's preferred given name attribute |
static String |
STUDENT_NUMBER_ATTR_MAPPING_KEY |
static String |
SYSTEM_PROP_ENCRYPT_NUMERIC_ID |
static String |
USER_DN_PROPERTY
Key into
LdapUserData properties linking to the user's
directory DN value. |
| Constructor and Description |
|---|
AttributeMappingConstants() |
public static final String LOGIN_ATTR_MAPPING_KEY
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's login (aka Sakai "EID") attributepublic static final String AUTHENTICATION_ATTR_MAPPING_KEY
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's authentication (aka Sakai "AID") attributepublic static final String FIRST_NAME_ATTR_MAPPING_KEY
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's given name attributepublic static final String PREFERRED_FIRST_NAME_ATTR_MAPPING_KEY
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's preferred given name attributepublic static final String LAST_NAME_ATTR_MAPPING_KEY
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's surname attributepublic static final String EMAIL_ATTR_MAPPING_KEY
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's email attributepublic static final String GROUP_MEMBERSHIP_ATTR_MAPPING_KEY
DEFAULT_ATTR_MAPPINGS representing the logical
name of a user entry's group membership attributepublic static final String DISPLAY_ID_ATTR_MAPPING_KEY
public static final String DISPLAY_NAME_ATTR_MAPPING_KEY
public static final String CANDIDATE_ID_ATTR_MAPPING_KEY
public static final String ADDITIONAL_INFO_ATTR_MAPPING_KEY
public static final String STUDENT_NUMBER_ATTR_MAPPING_KEY
public static final String DEFAULT_LOGIN_ATTR
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's login (aka Sakai "EID") attributepublic static final String DEFAULT_AUTHENTICATION_ATTR
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's authentication (aka Sakai "AID") attributepublic static final String DEFAULT_FIRST_NAME_ATTR
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's given name attributepublic static final String DEFAULT_PREFERRED_FIRST_NAME_ATTR
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's preferred given name attribute.public static final String DEFAULT_LAST_NAME_ATTR
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's surname attributepublic static final String DEFAULT_EMAIL_ATTR
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's email attributepublic static final String DEFAULT_GROUP_MEMBERSHIP_ATTR
DEFAULT_ATTR_MAPPINGS representing
the physical name of a user entry's group membership attributepublic static final String DEFAULT_CANDIDATE_ID_ATTR
public static final String DEFAULT_ADDITIONAL_INFO_ATTR
public static final String DEFAULT_STUDENT_NUMBER_ID_ATTR
public static final String SYSTEM_PROP_ENCRYPT_NUMERIC_ID
public static final Map<String,String> DEFAULT_ATTR_MAPPINGS
public static final Map<String,String> CANDIDATE_ATTR_MAPPINGS
public static final String USER_DN_PROPERTY
LdapUserData properties linking to the user's
directory DN value.
TODO: probably not the best-factored place for this constantCopyright © 2003–2022 Sakai Project. All rights reserved.