Class | Description |
---|---|
AbstractAuthenticationRequest |
Abstract class for implementations of the
IAuthenticationRequest interface. |
AbstractAuthenticationRequest.AbstractBuilder<B extends AbstractAuthenticationRequest.AbstractBuilder<B,T>,T extends IAuthenticationRequest> |
Abstract Builder pattern with self-bounding generics for
IAuthenticationRequest subtypes. |
AbstractAuthenticationResponse |
Abstract class for implementations of the
IAuthenticationResponse interface. |
AbstractAuthenticationResponse.AbstractBuilder<B extends AbstractAuthenticationResponse.AbstractBuilder<B,T>,T extends IAuthenticationResponse> |
Abstract Builder pattern with self-bounding generics for
IAuthenticationResponse subtypes. |
AbstractProtocolMessage |
Abstract Protocol Message.
|
AuthenticationResponse |
Concrete implementation of the
IAuthenticationResponse interface. |
AuthenticationResponse.Builder |
Builder pattern for the
AuthenticationResponse class. |
BinaryRequestMessage |
Request Message
|
BinaryResponseMessage |
Response Message which contains the binary representation of the protocol response.
|
Enum | Description |
---|---|
EidasSamlBinding |
SAML binding name.
|
SamlBindingUri |
SAML binding URI.
|
SamlNameIdFormat |
SAML Name ID Format.
|
Copyright © 2020. All Rights Reserved.