public static final class UserManagerConstants.AttributeValues
extends java.lang.Enum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.lang.String |
toString() |
static UserManagerConstants.AttributeValues |
valueOf(java.lang.String name) |
static UserManagerConstants.AttributeValues[] |
values() |
public static final UserManagerConstants.AttributeValues USER_STATUS_ACTIVE
public static final UserManagerConstants.AttributeValues USER_STATUS_DISABLED
public static final UserManagerConstants.AttributeValues USER_STATUS_DELETED
public static final UserManagerConstants.AttributeValues USER_STATUS_DISABLED_UNTIL_START_DATE
public static final UserManagerConstants.AttributeValues ACCOUNT_STATUS_LOCKED
public static final UserManagerConstants.AttributeValues ACCOUNT_STATUS_UNLOCKED
public static final UserManagerConstants.AttributeValues ACCOUNT_STATUS_UNLOCKED_GUARDED
public static final UserManagerConstants.AttributeValues USER_DISABLED
public static final UserManagerConstants.AttributeValues USER_NOT_DISABLED
public static final UserManagerConstants.AttributeValues USER_ENABLED
public static final UserManagerConstants.AttributeValues USER_NOT_ENABLED
public static final UserManagerConstants.AttributeValues MANUALLY_LOCKED_YES
public static final UserManagerConstants.AttributeValues MANUALLY_LOCKED_NO
public static final UserManagerConstants.AttributeValues USER_TYPE_END_USER
public static final UserManagerConstants.AttributeValues USER_TYPE_END_USER_ADMIN
public static final UserManagerConstants.AttributeValues CHANGE_PASSWORD_AT_NEXT_LOGIN_FALSE
public static final UserManagerConstants.AttributeValues CHANGE_PASSWORD_AT_NEXT_LOGIN_TRUE
public static final UserManagerConstants.AttributeValues PWD_AUTO_GENERATED_TRUE
public static final UserManagerConstants.AttributeValues PWD_AUTO_GENERATED_FALSE
public static final UserManagerConstants.AttributeValues AUTO_GENERATED_TRUE
public static final UserManagerConstants.AttributeValues AUTO_GENERATED_FALSE
public static final UserManagerConstants.AttributeValues DATA_LEVEL_ALLOW_ROW_MODIFICATION
public static final UserManagerConstants.AttributeValues DATA_LEVEL_DISALLOW_ROW_MODIFICATION
public static final UserManagerConstants.AttributeValues DATA_LEVEL_ALLOW_ROW_UPDATE
public static final UserManagerConstants.AttributeValues DATA_LEVEL_ALLOW_ROW_DELETE
public static final UserManagerConstants.AttributeValues LOCK_REASON_DUE_TO_TOO_MANY_LOGIN_ATTEMPTS
public static final UserManagerConstants.AttributeValues LOCK_REASON_DUE_TO_TOO_MANY_PW_RESET_ATTEMPTS
public static final UserManagerConstants.AttributeValues LOCK_REASON_DUE_TO_MANUAL
public static final UserManagerConstants.AttributeValues LOCK_REASON_NONE
public static UserManagerConstants.AttributeValues[] values()
public static UserManagerConstants.AttributeValues valueOf(java.lang.String name)
public java.lang.String getId()
public java.lang.String toString()
toString
in class java.lang.Enum