public static enum BaseMultiTenantSaslSecretsStore.State extends Enum<BaseMultiTenantSaslSecretsStore.State>
| Enum Constant and Description |
|---|
FAILED_TO_START |
NOT_RUNNING |
RUNNING |
SHUTDOWN_COMPLETE |
SHUTTING_DOWN |
STARTING |
| Modifier and Type | Method and Description |
|---|---|
byte |
value() |
static BaseMultiTenantSaslSecretsStore.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseMultiTenantSaslSecretsStore.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseMultiTenantSaslSecretsStore.State NOT_RUNNING
public static final BaseMultiTenantSaslSecretsStore.State STARTING
public static final BaseMultiTenantSaslSecretsStore.State RUNNING
public static final BaseMultiTenantSaslSecretsStore.State SHUTTING_DOWN
public static final BaseMultiTenantSaslSecretsStore.State SHUTDOWN_COMPLETE
public static final BaseMultiTenantSaslSecretsStore.State FAILED_TO_START
public static BaseMultiTenantSaslSecretsStore.State[] values()
for (BaseMultiTenantSaslSecretsStore.State c : BaseMultiTenantSaslSecretsStore.State.values()) System.out.println(c);
public static BaseMultiTenantSaslSecretsStore.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic byte value()