|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.identityconnectors.framework.common.objects.PredefinedAttributes
public class PredefinedAttributes
Defines standard syntax and semantics for common attributes that are not operational in nature.
| Field Summary | |
|---|---|
static java.lang.String |
DESCRIPTIONAttribute that should hold the value of the object's description, if one is available. |
static java.lang.String |
GROUPS_NAMEAttribute that refers to groups to which an object (usually an account) belongs. |
static java.lang.String |
LAST_LOGIN_DATE_NAMELast login date for an account. |
static java.lang.String |
LAST_PASSWORD_CHANGE_DATE_NAMERead-only attribute that shows the last date/time the password was changed. |
static java.lang.String |
PASSWORD_CHANGE_INTERVAL_NAMECommon password policy attribute where the password must be changed every so often. |
static java.lang.String |
SHORT_NAMEAttribute that should hold a reasonable value for an application to display as a label for an object. |
| Constructor Summary | |
|---|---|
PredefinedAttributes() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.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 java.lang.String DESCRIPTION
public static final java.lang.String LAST_PASSWORD_CHANGE_DATE_NAME
public static final java.lang.String PASSWORD_CHANGE_INTERVAL_NAME
public static final java.lang.String LAST_LOGIN_DATE_NAME
public static final java.lang.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.
| Constructor Detail |
|---|
public PredefinedAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||