Class OperationalAttributeInfos
java.lang.Object
org.identityconnectors.framework.common.objects.OperationalAttributeInfos
AttributeInfo
for each operational attribute.-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeInfo
Used in conjunction with password to do an account level password change.static final AttributeInfo
Gets/sets the disable date for an object.static final AttributeInfo
Gets/sets the enable status of an object.static final AttributeInfo
Gets/sets the enable date for an object.static final AttributeInfo
Gets/sets flag that forces immediate password change by the user (e.g. during next log on).static final AttributeInfo
Gets/sets the lock out attribute for an object.static final AttributeInfo
Normally this is a write-only attribute.static final AttributeInfo
Gets/sets the password expiration date for an object.static final AttributeInfo
Used to determine if a password is expired or to expire a password. -
Method Summary
-
Field Details
-
ENABLE
Gets/sets the enable status of an object. -
ENABLE_DATE
Gets/sets the enable date for an object. -
DISABLE_DATE
Gets/sets the disable date for an object. -
LOCK_OUT
Gets/sets the lock out attribute for an object. -
PASSWORD_EXPIRATION_DATE
Gets/sets the password expiration date for an object. -
PASSWORD
Normally this is a write-only attribute. Sets the password for an object. -
CURRENT_PASSWORD
Used in conjunction with password to do an account level password change. This is for a non-administrator change of the password and therefore requires the current password.Note: This pseudo attribute is not a clean solution. It is mostly just a legacy. In original framework there was no clear way how to pass old/current password to an update operation. Therefore this pseudo-attribute was used. Do not use this this pseudo-attribute with newer operations, such as delta-based update operation. Delta-based update has a better was to dead with old/current password values.
-
PASSWORD_EXPIRED
Used to determine if a password is expired or to expire a password. -
FORCE_PASSWORD_CHANGE
Gets/sets flag that forces immediate password change by the user (e.g. during next log on). This can be used to set temporary password and the force user to change it to a permanent password.- Since:
- 1.5.0.0
-