public enum EIDASSubStatusCode extends Enum<EIDASSubStatusCode>
Enum Constant and Description |
---|
AUTHN_FAILED_URI
URI for AuthnFailed status code.
|
INVALID_ATTR_NAME_VALUE_URI
URI for InvalidAttrNameOrValue status code.
|
INVALID_NAMEID_POLICY_URI
URI for InvalidNameIDPolicy status code.
|
REQUEST_DENIED_URI
URI for RequestDenied status code.
|
Modifier and Type | Method and Description |
---|---|
static EIDASSubStatusCode |
fromString(String val) |
String |
getValue() |
static eu.eidas.auth.commons.lang.EnumMapper<String,EIDASSubStatusCode> |
mapper() |
String |
toString()
Return the Constant Value.
|
static EIDASSubStatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EIDASSubStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EIDASSubStatusCode AUTHN_FAILED_URI
public static final EIDASSubStatusCode INVALID_ATTR_NAME_VALUE_URI
public static final EIDASSubStatusCode INVALID_NAMEID_POLICY_URI
public static final EIDASSubStatusCode REQUEST_DENIED_URI
public static EIDASSubStatusCode[] values()
for (EIDASSubStatusCode c : EIDASSubStatusCode.values()) System.out.println(c);
public static EIDASSubStatusCode 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 EIDASSubStatusCode fromString(@Nonnull String val)
public static eu.eidas.auth.commons.lang.EnumMapper<String,EIDASSubStatusCode> mapper()
@Nonnull public String toString()
toString
in class Enum<EIDASSubStatusCode>
Copyright © 2020. All Rights Reserved.