Class OperationalAttributeInfos

java.lang.Object
org.identityconnectors.framework.common.objects.OperationalAttributeInfos

public final class OperationalAttributeInfos extends Object
AttributeInfo for each operational attribute.
  • Field Details

    • ENABLE

      public static final AttributeInfo ENABLE
      Gets/sets the enable status of an object.
    • ENABLE_DATE

      public static final AttributeInfo ENABLE_DATE
      Gets/sets the enable date for an object.
    • DISABLE_DATE

      public static final AttributeInfo DISABLE_DATE
      Gets/sets the disable date for an object.
    • LOCK_OUT

      public static final AttributeInfo LOCK_OUT
      Gets/sets the lock out attribute for an object.
    • PASSWORD_EXPIRATION_DATE

      public static final AttributeInfo PASSWORD_EXPIRATION_DATE
      Gets/sets the password expiration date for an object.
    • PASSWORD

      public static final AttributeInfo PASSWORD
      Normally this is a write-only attribute. Sets the password for an object.
    • CURRENT_PASSWORD

      public static final AttributeInfo 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.
    • PASSWORD_EXPIRED

      public static final AttributeInfo PASSWORD_EXPIRED
      Used to determine if a password is expired or to expire a password.