Class PredefinedAttributeInfos
java.lang.Object
org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeInfo
Attribute that should hold the value of the object's description, if one is available.static final AttributeInfo
Groups that an account belongs to.static final AttributeInfo
Last login date for an account.static final AttributeInfo
Read-only attribute that shows the last date/time the password was changed.static final AttributeInfo
Common password policy attribute where the password must be changed every so often.static final AttributeInfo
Attribute that should hold a reasonable value to display for the value of an object. -
Method Summary
-
Field Details
-
SHORT_NAME
Attribute that should hold a reasonable value to display for the value of an object. If this is not present, then the application will have to use the NAME to show the value. -
DESCRIPTION
Attribute that should hold the value of the object's description, if one is available. -
LAST_PASSWORD_CHANGE_DATE
Read-only attribute that shows the last date/time the password was changed. -
PASSWORD_CHANGE_INTERVAL
Common password policy attribute where the password must be changed every so often. The value for this attribute is milliseconds since its the lowest common denominator. -
LAST_LOGIN_DATE
Last login date for an account. This is usually used to determine inactivity. -
GROUPS
Groups that an account belongs to. The Attribute values are the UID value of each group that an account has membership in.
-