- canonicalize(T) - Method in interface eu.eidas.auth.commons.lang.Canonicalizer
-
Converts the given value into its canonical representation.
- Canonicalizer<T> - Interface in eu.eidas.auth.commons.lang
-
Converts a given value into its canonical representation.
- Canonicalizers - Class in eu.eidas.auth.commons.lang
-
- Charsets - Class in eu.eidas.auth.commons.lang
-
Charsets.
- checkLength(CharSequence, String, int, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a CharSequence
passed as a parameter to the calling method is not shorter than a given
minimum length and not greater than a maximum length.
- checkLength(C, String, int, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a Collection
passed as a parameter to the calling method is not shorter than a given minimum
length and not greater than a maximum length.
- checkLength(C, String, int, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a Map
passed as a parameter to the calling method is not shorter than a given minimum length
and not greater than a maximum length.
- checkLength(T[], String, int, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array passed as a parameter to the calling method is not shorter than a given minimum length and
not greater than a maximum length.
- checkLength(byte[], String, int, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array passed as a parameter to the calling method is not shorter than a given minimum length and
not greater than a maximum length.
- checkNotBlank(String, String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a String
passed as a parameter to the calling method is not blank.
- checkNotBlank(char[], String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array reference passed as a parameter to the calling method is neither null, empty nor blank.
- checkNotBlankState(String, String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a String
(involved in the state of the calling instance) is not blank.
- checkNotEmpty(char[], String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array reference passed as a parameter to the calling method is neither null nor empty.
- checkNotEmpty(byte[], String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array reference passed as a parameter to the calling method is neither null nor empty.
- checkNotEmpty(int[], String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array reference passed as a parameter to the calling method is neither null nor empty.
- checkNotEmpty(T[], String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array reference passed as a parameter to the calling method is neither null nor empty.
- checkNotEmpty(Collection<E>, String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a Collection reference passed as a parameter to the calling method is neither null nor empty.
- checkNotEmpty(Map<K, V>, String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a Map reference passed as a parameter to the calling method is neither null nor empty.
- checkNotLonger(CharSequence, String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a CharSequence
passed as a parameter to the calling method is not longer than a given
maximum length.
- checkNotLonger(C, String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a Collection
passed as a parameter to the calling method is not longer than a given maximum
length.
- checkNotLonger(C, String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a Map
passed as a parameter to the calling method is not longer than a given maximum
length.
- checkNotLonger(T[], String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array passed as a parameter to the calling method is not longer than a given maximum length.
- checkNotLonger(byte[], String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array passed as a parameter to the calling method is not longer than a given maximum length.
- checkNotNegative(int, String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a given value is non negative (ie >= 0).
- checkNotNull(T, String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNullState(T, String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an object reference (involved in the state of the calling instance) is not null.
- checkNotShorter(CharSequence, String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a CharSequence
passed as a parameter to the calling method is not shorter than a given
minimum length.
- checkNotShorter(C, String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a Collection
passed as a parameter to the calling method is not shorter than a given minimum
length.
- checkNotShorter(C, String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a Map
passed as a parameter to the calling method is not shorter than a given minimum
length.
- checkNotShorter(T[], String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array passed as a parameter to the calling method is not shorter than a given minimum
length.
- checkNotShorter(byte[], String, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that an array passed as a parameter to the calling method is not shorter than a given minimum
length.
- checkSingleValuedList(List<String>, String) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a List
of String
s passed as a parameter to the calling method is single-valued i.e.
- checkURISyntax(String, String) - Static method in class eu.eidas.util.Preconditions
-
- checkWithinBounds(int, String, int, int) - Static method in class eu.eidas.util.Preconditions
-
Ensures that a given value is within the given bounds (greater or equal to the given minimum and lower or eqal to
the given maximum).
- citizenCountryCode(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest.AbstractBuilder
-
- compareTo(AttributeDefinition<?>) - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
- consent(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse.AbstractBuilder
-
- Constants - Class in eu.eidas.auth.commons
-
- containsKey(K) - Method in class eu.eidas.auth.commons.lang.EnumMapper
-
- copyOf(Map<AttributeDefinition<?>, ? extends Iterable<? extends AttributeValue<?>>>) - Static method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- copyOf(Map<AttributeDefinition<?>, ? extends Iterable<?>>) - Static method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- createdOn(DateTime) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightToken.AbstractBuilder
-
- GenericTypeReflector - Class in eu.eidas.auth.commons.attribute.impl.reflect
-
Utility class for doing reflection on types.
- getAttributeMap() - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getAttributes() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the response attributes if the response is a success response , or an empty map if the response is a
failure response, never null
.
- getAttributes() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getAttributeValueMarshaller() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
- getAttributeValues(AttributeDefinition<T>) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getAttributeValuesByFriendlyName(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
Returns the sub-map of this map where all the keys have the given friendly name or returns null
if no
attribute in this map has that friendly name.
- getAttributeValuesByNameUri(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getAttributeValuesByNameUri(URI) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getCanonicalKey(E) - Method in class eu.eidas.auth.commons.lang.EnumMapper
-
Returns the canonical version of the key derived from the given enum constant.
- getCitizenCountryCode() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the 2-letter country code as defined in ISO 3166 of the country where the citizen must authenticate.
- getCitizenCountryCode() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getConsent() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the consent URI of this response.
- getConsent() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getCreatedOn() - Method in interface eu.eidas.auth.commons.light.ILightToken
-
Returns with the timestamp when the Token was created.
- getCreatedOn() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightToken
-
Returns with the timestamp when the Token was created.
- getDefinitionByNameUri(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getDefinitionByNameUri(URI) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getDefinitionByNameUri(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- getDefinitionByNameUri(URI) - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- getDefinitions() - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getDefinitions() - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- getDefinitionsByFriendlyName(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getDefinitionsByFriendlyName(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- getEnum(K) - Method in class eu.eidas.auth.commons.lang.EnumMapper
-
- getExactSuperType(Type, Class<?>) - Static method in class eu.eidas.auth.commons.attribute.impl.reflect.GenericTypeReflector
-
Finds the most specific supertype of type whose erasure is searchClass.
- getFirstAttributeValue(AttributeDefinition<T>) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getFirstValue(AttributeDefinition<T>) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getFirstValue(AttributeDefinition<T>) - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- getFormattedCreatedOn() - Method in interface eu.eidas.auth.commons.light.ILightToken
-
Returns with the formatted, string representation of timestamp when the Token was created.
- getFormattedCreatedOn() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightToken
-
Returns with the formatted, string representation of timestamp when the Token was created.
- getFriendlyName() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
Returns the friendly name of the personal attribute.
- getId() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the Request ID.
- getId() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the response ID.
- getId() - Method in interface eu.eidas.auth.commons.light.ILightToken
-
Returns with the LightToken ID.
- getId() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getId() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getId() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightToken
-
Returns with the LightToken ID.
- getInResponseToId() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the ID of the request corresponding to this response.
- getInResponseToId() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getIPAddress() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the IP address of the connected end-user.
- getIPAddress() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getIssuer() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the issuer of this request.
- getIssuer() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the issuer URI of this response.
- getIssuer() - Method in interface eu.eidas.auth.commons.light.ILightToken
-
Returns with the Issuer (originator).
- getIssuer() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getIssuer() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getIssuer() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightToken
-
Returns with the Issuer (originator).
- getKey() - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap.ImmutableAttributeEntry
-
Returns the key corresponding to this entry.
- getKey() - Method in class eu.eidas.auth.commons.io.MapSerializationHelper.KeyValue
-
- getKey(E) - Method in interface eu.eidas.auth.commons.lang.KeyAccessor
-
Retrieves a key K
from an enum E
.
- getKey() - Method in interface eu.eidas.auth.commons.light.ILightToken
-
Returns with simple string token representation to be used as internal reference, as key of correlation.
- getKey() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightToken
-
Returns with simple string token representation to be used as internal reference, as key of correlation.
- getLevelOfAssurance() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the first requested Level of Assurance (LoA) value for the authentication to be performed.
- getLevelOfAssurance() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the level of assurance (LoA) in the authentication performed for this response, or null
if the
response is a failure response.
- getLevelOfAssurance() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getLevelOfAssurance() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getLevelsOfAssurance() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the list of requested Levels of Assurance for the authentication to be performed.
- getLevelsOfAssurance() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getMap() - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
Returns the content of this object as an
ImmutableMap
where keys are
AttributeDefinition
s and
values are
ImmutableSet
s of typed values.
- getNameIdFormat() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the NameIdFormat (optional).
- getNameIdFormat() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getNameUri() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
Returns the complete name of the personal attribute.
- getParameterizedType() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
Returns the class of the parameterized type T
of this AttributeDefinition.
- getPersonType() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
Returns the personType of person this attribute is used with.
- getProviderName() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the provider name (optional).
- getProviderName() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getRelayState() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the the RelayState sent with saml post/redirect binding
- getRelayState() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the the RelayState (to be) sent with Response with the proper binding
- getRelayState() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getRelayState() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getRequestedAttributes() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the requested attributes.
- getRequestedAttributes() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getRequesterId() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the Requester Id (optional)
- getRequesterId() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getSpCountryCode() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the country code of SP (optional).
- getSpCountryCode() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getSpType() - Method in interface eu.eidas.auth.commons.light.ILightRequest
-
Returns the type of SP (optional).
- getSpType() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest
-
- getStatus() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
The status of the response.
- getStatus() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getStatusCode() - Method in class eu.eidas.auth.commons.light.impl.AbstractResponseStatus
-
- getStatusCode() - Method in interface eu.eidas.auth.commons.light.IResponseStatus
-
Returns the status code of the response.
- getStatusMessage() - Method in class eu.eidas.auth.commons.light.impl.AbstractResponseStatus
-
- getStatusMessage() - Method in interface eu.eidas.auth.commons.light.IResponseStatus
-
Returns the detailed status message of the response.
- getSubject() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the Subject of this response, the assertion is issued for.
- getSubject() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getSubjectNameIdFormat() - Method in interface eu.eidas.auth.commons.light.ILightResponse
-
Returns the NameID format of the Subject of the assertion.
- getSubjectNameIdFormat() - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse
-
- getSubStatusCode() - Method in class eu.eidas.auth.commons.light.impl.AbstractResponseStatus
-
- getSubStatusCode() - Method in interface eu.eidas.auth.commons.light.IResponseStatus
-
Returns the secondary status code of the response.
- getType() - Method in interface eu.eidas.auth.commons.light.ILevelOfAssurance
-
Returns the Level of Assurance's type
Only valid types are "notified" or "nonNotified"
- getType() - Method in class eu.eidas.auth.commons.light.impl.AbstractLevelOfAssurance
-
- getValue() - Method in interface eu.eidas.auth.commons.attribute.AttributeValue
-
Returns the typed value.
- getValue() - Method in class eu.eidas.auth.commons.attribute.impl.AbstractAttributeValue
-
- getValue() - Method in enum eu.eidas.auth.commons.attribute.PersonType
-
- getValue() - Method in class eu.eidas.auth.commons.io.MapSerializationHelper.KeyValue
-
- getValue() - Method in interface eu.eidas.auth.commons.light.ILevelOfAssurance
-
Returns the Level of Assurance's value.
- getValue() - Method in class eu.eidas.auth.commons.light.impl.AbstractLevelOfAssurance
-
- getValueMap() - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getValues(AttributeDefinition<T>) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getValues() - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap.ImmutableAttributeEntry
-
Returns the value corresponding to this entry.
- getValues(AttributeDefinition<T>) - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- getValuesByFriendlyName(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
Returns the sub-map of this map where all the keys have the given friendly name or returns null
if no
attribute in this map has that friendly name.
- getValuesByFriendlyName(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
Returns the sub-map of this map where all the keys have the given friendly name or returns null
if no
attribute in this map has that friendly name.
- getValuesByNameUri(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getValuesByNameUri(URI) - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- getValuesByNameUri(String) - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- getValuesByNameUri(URI) - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- getXmlType() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
Returns the XML qualified name to designate this attribute.
- id(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest.AbstractBuilder
-
- id(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse.AbstractBuilder
-
- id(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightToken.AbstractBuilder
-
- idem() - Static method in class eu.eidas.auth.commons.lang.Canonicalizers
-
Generic method returning a correctly-typed idempotent Canonicalizer
.
- ILevelOfAssurance - Interface in eu.eidas.auth.commons.light
-
Interface representing the Level of Assurance.
- ILightRequest - Interface in eu.eidas.auth.commons.light
-
Interface for the Lightweight Request processed in the specific module.
- ILightResponse - Interface in eu.eidas.auth.commons.light
-
Interface for the Lightweight Response processed in the specific module.
- ILightToken - Interface in eu.eidas.auth.commons.light
-
This ILightToken is the interface representing the key of data exchange between EidasNode Core and MS-Specific parts.
- ImmutableAttributeEntry(AttributeDefinition<T>, ImmutableSet<? extends AttributeValue<T>>) - Constructor for class eu.eidas.auth.commons.attribute.ImmutableAttributeMap.ImmutableAttributeEntry
-
- ImmutableAttributeMap - Class in eu.eidas.auth.commons.attribute
-
- ImmutableAttributeMap.Builder - Class in eu.eidas.auth.commons.attribute
-
- ImmutableAttributeMap.ImmutableAttributeEntry<T> - Class in eu.eidas.auth.commons.attribute
-
A typesafe and immutable map entry (key-value pair).
- ImmutableAttributeMapAdapter() - Constructor for class eu.eidas.auth.commons.attribute.AttributeMapType.ImmutableAttributeMapAdapter
-
- ImmutableValueMap - Class in eu.eidas.auth.commons.attribute
-
- ImmutableValueMap.Builder - Class in eu.eidas.auth.commons.attribute
-
- inResponseToId(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse.AbstractBuilder
-
- IntegerAttributeValue - Class in eu.eidas.auth.commons.attribute.impl
-
Integer AttributeValue
- IntegerAttributeValue(Integer) - Constructor for class eu.eidas.auth.commons.attribute.impl.IntegerAttributeValue
-
- IntegerAttributeValueMarshaller - Class in eu.eidas.auth.commons.attribute.impl
-
AttributeValueMarshaller for Integer values.
- IntegerAttributeValueMarshaller() - Constructor for class eu.eidas.auth.commons.attribute.impl.IntegerAttributeValueMarshaller
-
- ipAddress(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse.AbstractBuilder
-
- IResponseStatus - Interface in eu.eidas.auth.commons.light
-
Interface representing the status of a response.
- isAlphanumeric(String, String) - Static method in class eu.eidas.util.Preconditions
-
Checks if the reference contains only Unicode letters or digits.
- isAlphanumericSpace(String, String) - Static method in class eu.eidas.util.Preconditions
-
Checks if the reference contains only Unicode letters, digits or space (' '
).
- isEmpty() - Method in class eu.eidas.auth.commons.attribute.ImmutableAttributeMap
-
- isEmpty() - Method in class eu.eidas.auth.commons.attribute.ImmutableValueMap
-
- isFailure() - Method in class eu.eidas.auth.commons.light.impl.AbstractResponseStatus
-
- isFailure() - Method in interface eu.eidas.auth.commons.light.IResponseStatus
-
Returns true
if the authentication failed, returns false
otherwise.
- isLatinScript(CharSequence) - Static method in class eu.eidas.auth.commons.lang.Charsets
-
Returns true
if and only if the given value is in Latin script according to Unicode Common and Latin
scripts.
- isNonLatinScriptAlternateVersion() - Method in interface eu.eidas.auth.commons.attribute.AttributeValue
-
Returns true
when the given value is the alternate version of a value in a non-latin script, false
otherwise.
- isNonLatinScriptAlternateVersion() - Method in class eu.eidas.auth.commons.attribute.impl.AbstractAttributeValue
-
- isNonNotified(LevelOfAssurance) - Static method in class eu.eidas.auth.commons.light.impl.LevelOfAssuranceUtils
-
Checks whether the levels of assurance is of type non-notified
- isNonNotified(ILevelOfAssurance) - Static method in class eu.eidas.auth.commons.light.impl.LevelOfAssuranceUtils
-
Checks whether the levels of assurance is of type non-notified
- isNotified(LevelOfAssurance) - Static method in class eu.eidas.auth.commons.light.impl.LevelOfAssuranceUtils
-
Checks whether the levels of assurance is of type notified
- isNotified(ILevelOfAssurance) - Static method in class eu.eidas.auth.commons.light.impl.LevelOfAssuranceUtils
-
Checks whether the levels of assurance is of type notified
- ISO_LATIN_1 - Static variable in class eu.eidas.auth.commons.lang.Charsets
-
- ISO_LATIN_1_ENCODING - Static variable in class eu.eidas.auth.commons.lang.Charsets
-
- isRequired() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
Returns true
if the personal attribute is required, false
otherwise.
- issuer(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightRequest.AbstractBuilder
-
- issuer(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightResponse.AbstractBuilder
-
- issuer(String) - Method in class eu.eidas.auth.commons.light.impl.AbstractLightToken.AbstractBuilder
-
- isTransliterationMandatory() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
Returns true
if the personal attribute must be transliterated, false
otherwise.
- isUniqueIdentifier() - Method in class eu.eidas.auth.commons.attribute.AttributeDefinition
-
Returns true
if the personal attribute is a unique identifier (uid), false
otherwise.