|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.identityconnectors.framework.common.objects.PredefinedAttributeInfos
public class PredefinedAttributeInfos
Field Summary | |
---|---|
static AttributeInfo |
DESCRIPTION
Attribute that should hold the value of the object's description, if one is available. |
static AttributeInfo |
GROUPS
Groups that an account belongs to. |
static AttributeInfo |
LAST_LOGIN_DATE
Last login date for an account. |
static AttributeInfo |
LAST_PASSWORD_CHANGE_DATE
Read-only attribute that shows the last date/time the password was changed. |
static AttributeInfo |
PASSWORD_CHANGE_INTERVAL
Common password policy attribute where the password must be changed every so often. |
static AttributeInfo |
SHORT_NAME
Attribute that should hold a reasonable value to display for the value of an object. |
Constructor Summary | |
---|---|
PredefinedAttributeInfos()
|
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 AttributeInfo SHORT_NAME
public static final AttributeInfo DESCRIPTION
public static final AttributeInfo LAST_PASSWORD_CHANGE_DATE
public static final AttributeInfo PASSWORD_CHANGE_INTERVAL
public static final AttributeInfo LAST_LOGIN_DATE
public static final AttributeInfo GROUPS
Constructor Detail |
---|
public PredefinedAttributeInfos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |