public static enum MultiTenantSaslSecretsStore.State extends Enum<MultiTenantSaslSecretsStore.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 MultiTenantSaslSecretsStore.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiTenantSaslSecretsStore.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiTenantSaslSecretsStore.State NOT_RUNNING
public static final MultiTenantSaslSecretsStore.State STARTING
public static final MultiTenantSaslSecretsStore.State RUNNING
public static final MultiTenantSaslSecretsStore.State SHUTTING_DOWN
public static final MultiTenantSaslSecretsStore.State SHUTDOWN_COMPLETE
public static final MultiTenantSaslSecretsStore.State FAILED_TO_START
public static MultiTenantSaslSecretsStore.State[] values()
for (MultiTenantSaslSecretsStore.State c : MultiTenantSaslSecretsStore.State.values()) System.out.println(c);
public static MultiTenantSaslSecretsStore.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()