public enum EAuthConfigState extends Enum<EAuthConfigState>
| Enum Constant and Description |
|---|
ACTIVE
The configuration of the authenticator is complete.
|
IN_CONFIGURATION
The configuration of the authenticator is not complete yet.
|
| Modifier and Type | Method and Description |
|---|---|
static EAuthConfigState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAuthConfigState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAuthConfigState IN_CONFIGURATION
public static final EAuthConfigState ACTIVE
public static EAuthConfigState[] values()
for (EAuthConfigState c : EAuthConfigState.values()) System.out.println(c);
public static EAuthConfigState 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 nullCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.