public enum LogoutTokenState extends java.lang.Enum<LogoutTokenState>
| Enum Constant and Description |
|---|
LOGOUT_TOKEN_FAILED |
LOGOUT_TOKEN_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static LogoutTokenState |
getState(de.gematik.ti.epa.fdv.gen.authentication.RequestSecurityTokenResponseType response)
Returns the actual state of LogoutToken response
|
de.gematik.ti.healthcardaccess.operation.Result<LogoutTokenState> |
validateState(LogoutTokenState state)
Validates the passed state
|
static LogoutTokenState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogoutTokenState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogoutTokenState LOGOUT_TOKEN_SUCCESS
public static final LogoutTokenState LOGOUT_TOKEN_FAILED
public static LogoutTokenState[] values()
for (LogoutTokenState c : LogoutTokenState.values()) System.out.println(c);
public static LogoutTokenState 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 LogoutTokenState getState(de.gematik.ti.epa.fdv.gen.authentication.RequestSecurityTokenResponseType response)
response - RequestSecurityTokenResponseTypepublic de.gematik.ti.healthcardaccess.operation.Result<LogoutTokenState> validateState(LogoutTokenState state)
state - LogoutTokenState