public final class PredefinedAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUXILIARY_OBJECT_CLASS_NAME
Pseudo-attribute that represents auxiliary object classes.
|
static String |
DESCRIPTION
Attribute that should hold the value of the object's description, if one
is available.
|
static String |
GROUPS_NAME
|
static String |
LAST_LOGIN_DATE_NAME
Last login date for an account.
|
static String |
LAST_PASSWORD_CHANGE_DATE_NAME
Read-only attribute that shows the last date/time the password was
changed.
|
static String |
PASSWORD_CHANGE_INTERVAL_NAME
Common password policy attribute where the password must be changed every
so often.
|
static String |
SHORT_NAME
Attribute that should hold a reasonable value for an application to
display as a label for an object.
|
public static final String SHORT_NAME
SHORT_NAME
is not present, then the application should use the
value of the NAME attribute
as a label.public static final String DESCRIPTION
public static final String LAST_PASSWORD_CHANGE_DATE_NAME
public static final String PASSWORD_CHANGE_INTERVAL_NAME
public static final String LAST_LOGIN_DATE_NAME
public static final String GROUPS_NAME
"GROUPS"
attribute is intended for
ObjectClass.ACCOUNT
, but another object-class that can be a
member of a group could support this attribute.
Each (element within the) value of this attribute is the string value of
a Uid. Each Uid identifies an instance of ObjectClass.GROUP
.
public static final String AUXILIARY_OBJECT_CLASS_NAME
Copyright © 2022. All rights reserved.