public enum EIDASValues extends Enum<EIDASValues>
Enum Constant and Description |
---|
ALL
Represents the 'all' constant value.
|
AP
Represents the 'ap' constant value.
|
ATTRIBUTE
Represents the 'attrValue' constant value.
|
ATTRIBUTE_SEP
Represents the ';' separator constant value.
|
ATTRIBUTE_TUPLE_SEP
Represents the ':' separator constant value.
|
ATTRIBUTE_VALUE_SEP
Represents the ',' separator constant value.
|
CITIZEN_CONSENT_LOG
Represents the 'Get Citizen Consent' constant value.
|
CONNECTOR_SERVICE_REQUEST
Represents the 'eIDAS Connector sends request to eIDAS Proxy Service' constant value.
|
COUNTRY_CODE
Represents the Service Country Code.
|
DEFAULT_SAML_ID
Represents the default saml id constant value.
|
DERIVE_ATTRIBUTE
Represents the 'derivedAttr' constant value.
|
DISABLE_CHECK_MANDATORY_ATTRIBUTES |
DISTRIBUTED_HASHMAP_PROVIDER
ditributed hashmap provider value.
|
DOMAIN
Represents the 'domain' constant value.
|
EID_SEPARATOR
Represents the '/' separator constant value.
|
EIDAS_APPLICATION_IDENTIFIER |
EIDAS_ATTRIBUTE
Represents the 'eidasAttribute' constant value.
|
EIDAS_AUTHORIZED_SEP
Represents the ';' parameter constant value.
|
EIDAS_CONNECTOR
Represents the 'EIDASCONNECTOR' constant value.
|
EIDAS_CONNECTOR_CONNECTOR_RESPONSE
Represents the 'eIDAS Connector sends response to Specific Connector' constant value.
|
EIDAS_CONNECTOR_PREFIX
Represents the 'eidasconnector' constant value.
|
EIDAS_CONNECTOR_REQUEST
Represents the 'eIDAS Connector generates request to eIDAS Service' constant value.
|
EIDAS_CONNECTOR_RESPONSE
Represents the 'eIDAS Connector receives response from eIDAS Proxy Service' constant value.
|
EIDAS_METADATA_HIDE_LOA |
EIDAS_NODE
Represents the 'eidasnode' constant value.
|
EIDAS_NODE_COUNTRY |
EIDAS_PACKAGE_LOGGING_FULL
Represents the 'eu.eidas.communication.logging.full' package name
|
EIDAS_PACKAGE_REQUEST_LOGGER_VALUE
Represents the 'eu.eidas.communication.requests' constant value.
|
EIDAS_PACKAGE_RESPONSE_LOGGER_VALUE
Represents the 'eu.eidas.communication.responses' constant value.
|
EIDAS_PROTOCOL_VERSION |
EIDAS_SERVICE
Represents the 'eIDASService' constant value.
|
EIDAS_SERVICE_CONNECTOR_RESPONSE
Represents the 'eIDAS Proxy Service sends response to eIDAS Connector' constant value.
|
EIDAS_SERVICE_LOA |
EIDAS_SERVICE_POST_URIDEST |
EIDAS_SERVICE_PREFIX
Represents the 'EIDASSERVICE' constant value.
|
EIDAS_SERVICE_REDIRECT_URIDEST |
EIDAS_SERVICE_REQUEST
Represents the 'eIDAS Proxy Service receives request from eIDAS Connector' constant value.
|
EIDAS_SERVICE_RESPONSE
Represents the 'eIDAS Service generates response to eIDAS Connector' constant value.
|
EIDAS_SERVICE_SPECIFIC_REQUEST
Represents the 'eIDAS Proxy Service sends request to Specific Proxy Service' constant value.
|
EIDAS_SERVICE_SPECIFIC_RESPONSE
Represents the 'eIDAS Proxy Service receives response from Specific Proxy Service' constant value.
|
EIDAS_SERVICE_SUFFIX
Represents the '-EIDASNODE' constant value.
|
EIDAS_SPTYPE |
EQUAL
Represents the 'jsessionid' constant value.
|
ERROR_MESSAGE_SEP
Represents the ' - ' separator constant value.
|
FALSE
Represents the 'false' constant value.
|
HASH_DIGEST_CLASS
Represents the 'hashDigest.className' constant value.
|
HOST
Represents the 'host' constant value.
|
HTTP_ONLY
Represents the 'HttpOnly' constant value.
|
JSSESSION
Represents the 'SET-COOKIE' constant value.
|
LAST_MONTH
Represents the December's month number constant value.
|
LOGGER_SEP
Represents the '#' parameter constant value.
|
METADATA_ACTIVE |
NO_DAY_DATE_FORMAT
Represents the yyyyMM constant value.
|
NONE
Represents the 'none' constant value.
|
NOT_AVAILABLE
Represents the 'NOT_AVAILABLE' parameter constant value.
|
PATH
Represents the 'path' constant value.
|
PROPERTIES
Represents the 'properties' constant value.
|
REFERER
Represents the 'referer' constant value.
|
REQUESTER_ID_FLAG |
RESPONSE_ENCRYPTION_MANDATORY |
SECURE
Represents the 'path' constant value.
|
SEMICOLON
Represents the ';' constant value.
|
SETCOOKIE
Represents the '=' constant value.
|
SP
Represents the 'SP' constant value.
|
SP_REQUEST
Represents the 'Connector receives request from SP' constant value.
|
SP_RESPONSE
Represents the 'eIDAS Connector generates response to SP' constant value.
|
SPACE
Represents the ' ' constant value.
|
SPECIFIC_EIDAS_CONNECTOR_REQUEST
Represents the 'eIDAS Connector receives request from Specific Connector' constant value.
|
SPID
Represents the 'spid' constant value.
|
SUCCESS
Represents the 'Success' constant value.
|
TRUE
Represents the 'true' constant value.
|
VALIDATION_SUFFIX
Represents the '.validation' constant value.
|
Modifier and Type | Method and Description |
---|---|
String |
afterSkew(int index)
Construct the return value with the following structure CONSTANT_VALUE+index+".skew".
|
String |
attribute(String attribName,
int index) |
String |
beforeSkew(int index)
Construct the return value with the following structure CONSTANT_VALUE+index+".skew".
|
String |
getValue() |
String |
index(int index)
Construct the return value with the following structure CONSTANT_VALUE+index+".id".
|
String |
name(int index)
Construct the return value with the following structure CONSTANT_VALUE+index+".name".
|
String |
toString()
Return the Constant Value.
|
String |
uri(int index)
Construct the return value with the following structure CONSTANT_VALUE+index+".uri".
|
String |
url(int index)
Construct the return value with the following structure CONSTANT_VALUE+index+".url".
|
String |
value(int index)
Construct the return value with the following structure CONSTANT_VALUE+index+".value".
|
static EIDASValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EIDASValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EIDASValues ALL
public static final EIDASValues NONE
public static final EIDASValues TRUE
public static final EIDASValues FALSE
public static final EIDASValues ATTRIBUTE_VALUE_SEP
public static final EIDASValues ATTRIBUTE_SEP
public static final EIDASValues ATTRIBUTE_TUPLE_SEP
public static final EIDASValues EID_SEPARATOR
public static final EIDASValues ERROR_MESSAGE_SEP
public static final EIDASValues LOGGER_SEP
public static final EIDASValues NOT_AVAILABLE
public static final EIDASValues EIDAS_AUTHORIZED_SEP
public static final EIDASValues AP
public static final EIDASValues EIDAS_SERVICE
public static final EIDASValues EIDAS_SERVICE_PREFIX
public static final EIDASValues EIDAS_NODE
public static final EIDASValues EIDAS_SERVICE_SUFFIX
public static final EIDASValues SP
public static final EIDASValues EIDAS_CONNECTOR
public static final EIDASValues EIDAS_CONNECTOR_PREFIX
public static final EIDASValues DEFAULT_SAML_ID
public static final EIDASValues HASH_DIGEST_CLASS
public static final EIDASValues EIDAS_PACKAGE_REQUEST_LOGGER_VALUE
public static final EIDASValues EIDAS_PACKAGE_RESPONSE_LOGGER_VALUE
public static final EIDASValues EIDAS_PACKAGE_LOGGING_FULL
public static final EIDASValues SP_REQUEST
public static final EIDASValues CITIZEN_CONSENT_LOG
public static final EIDASValues SPECIFIC_EIDAS_CONNECTOR_REQUEST
public static final EIDASValues CONNECTOR_SERVICE_REQUEST
public static final EIDASValues EIDAS_SERVICE_SPECIFIC_REQUEST
public static final EIDASValues EIDAS_SERVICE_REQUEST
public static final EIDASValues EIDAS_SERVICE_SPECIFIC_RESPONSE
public static final EIDASValues EIDAS_SERVICE_RESPONSE
public static final EIDASValues EIDAS_CONNECTOR_REQUEST
public static final EIDASValues EIDAS_SERVICE_CONNECTOR_RESPONSE
public static final EIDASValues EIDAS_CONNECTOR_RESPONSE
public static final EIDASValues EIDAS_CONNECTOR_CONNECTOR_RESPONSE
public static final EIDASValues COUNTRY_CODE
public static final EIDASValues SP_RESPONSE
public static final EIDASValues SUCCESS
public static final EIDASValues LAST_MONTH
public static final EIDASValues NO_DAY_DATE_FORMAT
public static final EIDASValues ATTRIBUTE
public static final EIDASValues DERIVE_ATTRIBUTE
public static final EIDASValues EIDAS_ATTRIBUTE
public static final EIDASValues PROPERTIES
public static final EIDASValues REFERER
public static final EIDASValues HOST
public static final EIDASValues SPID
public static final EIDASValues DOMAIN
public static final EIDASValues PATH
public static final EIDASValues SECURE
public static final EIDASValues VALIDATION_SUFFIX
public static final EIDASValues EQUAL
public static final EIDASValues HTTP_ONLY
public static final EIDASValues JSSESSION
public static final EIDASValues SETCOOKIE
public static final EIDASValues SEMICOLON
public static final EIDASValues SPACE
public static final EIDASValues DISTRIBUTED_HASHMAP_PROVIDER
public static final EIDASValues EIDAS_SERVICE_LOA
public static final EIDASValues EIDAS_SERVICE_REDIRECT_URIDEST
public static final EIDASValues EIDAS_SERVICE_POST_URIDEST
public static final EIDASValues EIDAS_SPTYPE
public static final EIDASValues EIDAS_NODE_COUNTRY
public static final EIDASValues METADATA_ACTIVE
public static final EIDASValues RESPONSE_ENCRYPTION_MANDATORY
public static final EIDASValues DISABLE_CHECK_MANDATORY_ATTRIBUTES
public static final EIDASValues EIDAS_METADATA_HIDE_LOA
public static final EIDASValues EIDAS_PROTOCOL_VERSION
public static final EIDASValues EIDAS_APPLICATION_IDENTIFIER
public static final EIDASValues REQUESTER_ID_FLAG
public static EIDASValues[] values()
for (EIDASValues c : EIDASValues.values()) System.out.println(c);
public static EIDASValues 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@Nonnull public String toString()
toString
in class Enum<EIDASValues>
public String index(int index)
index
- the number.public String value(int index)
index
- the number.public String name(int index)
index
- the number.public String url(int index)
index
- the number.public String uri(int index)
index
- the number.public String beforeSkew(int index)
index
- the number.public String afterSkew(int index)
index
- the number.Copyright © 2020. All Rights Reserved.