public enum EIDASStatusCode extends Enum<EIDASStatusCode>
Enum Constant and Description |
---|
REQUESTER_URI
URI for Requester status code.
|
RESPONDER_URI
URI for Responder status code.
|
SUCCESS_URI
URI for Success status code.
|
VERSION_MISMATCH_URI
URI for VersionMismatch status code.
|
Modifier and Type | Method and Description |
---|---|
static EIDASStatusCode |
fromString(String val) |
String |
getValue() |
static eu.eidas.auth.commons.lang.EnumMapper<String,EIDASStatusCode> |
mapper() |
String |
toString()
Return the Constant Value.
|
static EIDASStatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EIDASStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EIDASStatusCode REQUESTER_URI
public static final EIDASStatusCode RESPONDER_URI
public static final EIDASStatusCode SUCCESS_URI
public static final EIDASStatusCode VERSION_MISMATCH_URI
public static EIDASStatusCode[] values()
for (EIDASStatusCode c : EIDASStatusCode.values()) System.out.println(c);
public static EIDASStatusCode 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 null@Nullable public static EIDASStatusCode fromString(@Nonnull String val)
public static eu.eidas.auth.commons.lang.EnumMapper<String,EIDASStatusCode> mapper()
@Nonnull public String toString()
toString
in class Enum<EIDASStatusCode>
Copyright © 2020. All Rights Reserved.