public final class OperationalAttributes extends Object
CreateOp
operation. To tell the Connector
to create the account with it in the
disabled state whether the target resource itself has an attribute or an
additional method must be called.Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_PASSWORD_NAME
Used in conjunction with password to do an account level password change.
|
static String |
DISABLE_DATE_NAME
Gets/sets the disable date for an object.
|
static String |
ENABLE_DATE_NAME
Gets/sets the enable date for an object.
|
static String |
ENABLE_NAME
Gets/sets the enable status of an object.
|
static String |
FORCE_PASSWORD_CHANGE_NAME
Gets/sets flag that forces immediate password change by the user (e.g. during next log on).
|
static String |
LOCK_OUT_NAME
Gets/sets the lock out attribute for an object.
|
static Set<String> |
OPERATIONAL_ATTRIBUTE_NAMES |
static String |
PASSWORD_EXPIRATION_DATE_NAME
Gets/sets the password expiration date for an object.
|
static String |
PASSWORD_EXPIRED_NAME
Gets/sets the password expired for an object.
|
static String |
PASSWORD_NAME
Normally this is a write-only attribute.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
getOperationalAttributeNames() |
static boolean |
isOperationalAttribute(Attribute attr) |
public static final String ENABLE_NAME
public static final String ENABLE_DATE_NAME
public static final String DISABLE_DATE_NAME
public static final String LOCK_OUT_NAME
public static final String PASSWORD_EXPIRATION_DATE_NAME
public static final String PASSWORD_EXPIRED_NAME
public static final String PASSWORD_NAME
public static final String CURRENT_PASSWORD_NAME
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 String FORCE_PASSWORD_CHANGE_NAME
Copyright © 2022. All rights reserved.