Package | Description |
---|---|
eu.eidas.auth.commons.protocol.eidas | |
eu.eidas.auth.commons.validation |
Modifier and Type | Method and Description |
---|---|
static EidasProtocolVersion |
EidasProtocolVersion.fromString(String version)
Search the Enum value of a technical specifications implementation
|
static EidasProtocolVersion |
EidasProtocolVersion.getHighestProtocolVersion(List<EidasProtocolVersion> protocolVersionList)
Get the highest protocol version from a list of protocol versions.
|
static EidasProtocolVersion |
EidasProtocolVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EidasProtocolVersion[] |
EidasProtocolVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<EidasProtocolVersion> |
EidasProtocolVersion.fromString(List<String> versions)
Search the Enum values of a technical specifications implementation
|
Modifier and Type | Method and Description |
---|---|
boolean |
EidasProtocolVersion.isHigherProtocolVersion(EidasProtocolVersion eidasProtocolVersion)
Check if the current protocol version is bigger than the one in parameter
|
Modifier and Type | Method and Description |
---|---|
static EidasProtocolVersion |
EidasProtocolVersion.getHighestProtocolVersion(List<EidasProtocolVersion> protocolVersionList)
Get the highest protocol version from a list of protocol versions.
|
Modifier and Type | Method and Description |
---|---|
protected List<EidasProtocolVersion> |
ProtocolVersionValidator.getProtocolVersions() |
Modifier and Type | Method and Description |
---|---|
static GenderProtocolVersionValidator |
GenderProtocolVersionValidator.forProtocolVersion(EidasProtocolVersion protocolVersion)
Method to get a GenderProtocolVersionValidator builder for the given protocol version.
|
B |
ProtocolVersionValidator.Builder.protocolVersion(EidasProtocolVersion protocolVersion)
Set the protocol version to validate with
|
Modifier and Type | Method and Description |
---|---|
B |
ProtocolVersionValidator.Builder.protocolVersions(List<EidasProtocolVersion> protocolVersions)
Set the protocol version to validate with
|
Copyright © 2020. All Rights Reserved.