public final class OperationalAttributeInfos extends Object
AttributeInfo
for each operational attribute.Modifier and Type | Field and Description |
---|---|
static AttributeInfo |
CURRENT_PASSWORD
Used in conjunction with password to do an account level password change.
|
static AttributeInfo |
DISABLE_DATE
Gets/sets the disable date for an object.
|
static AttributeInfo |
ENABLE
Gets/sets the enable status of an object.
|
static AttributeInfo |
ENABLE_DATE
Gets/sets the enable date for an object.
|
static AttributeInfo |
FORCE_PASSWORD_CHANGE
Gets/sets flag that forces immediate password change by the user (e.g. during next log on).
|
static AttributeInfo |
LOCK_OUT
Gets/sets the lock out attribute for an object.
|
static AttributeInfo |
PASSWORD
Normally this is a write-only attribute.
|
static AttributeInfo |
PASSWORD_EXPIRATION_DATE
Gets/sets the password expiration date for an object.
|
static AttributeInfo |
PASSWORD_EXPIRED
Used to determine if a password is expired or to expire a password.
|
public static final AttributeInfo ENABLE
public static final AttributeInfo ENABLE_DATE
public static final AttributeInfo DISABLE_DATE
public static final AttributeInfo LOCK_OUT
public static final AttributeInfo PASSWORD_EXPIRATION_DATE
public static final AttributeInfo PASSWORD
public static final AttributeInfo 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.
public static final AttributeInfo PASSWORD_EXPIRED
public static final AttributeInfo FORCE_PASSWORD_CHANGE
Copyright © 2022. All rights reserved.