public enum CreateChallengeState extends java.lang.Enum<CreateChallengeState>
| Enum Constant and Description |
|---|
LOGIN_CREATE_CHALLENGE_FAILED |
LOGIN_CREATE_CHALLENGE_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static CreateChallengeState |
getState(java.lang.String challenge)
Returns the actual state of login create challenge response
|
de.gematik.ti.healthcardaccess.operation.Result<CreateChallengeState> |
validateState(CreateChallengeState state)
Validates the passed state
|
static CreateChallengeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateChallengeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateChallengeState LOGIN_CREATE_CHALLENGE_SUCCESS
public static final CreateChallengeState LOGIN_CREATE_CHALLENGE_FAILED
public static CreateChallengeState[] values()
for (CreateChallengeState c : CreateChallengeState.values()) System.out.println(c);
public static CreateChallengeState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static CreateChallengeState getState(java.lang.String challenge)
challenge - extracted challenge valuepublic de.gematik.ti.healthcardaccess.operation.Result<CreateChallengeState> validateState(CreateChallengeState state)
state - CreateChallengeState