Package | Description |
---|---|
eu.eidas.auth.commons.protocol | |
eu.eidas.auth.commons.protocol.impl | |
eu.eidas.auth.commons.tx |
Modifier and Type | Method and Description |
---|---|
IAuthenticationResponse |
IResponseMessage.getResponse() |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractAuthenticationResponse.AbstractBuilder<B extends AbstractAuthenticationResponse.AbstractBuilder<B,T>,T extends IAuthenticationResponse>
Abstract Builder pattern with self-bounding generics for
IAuthenticationResponse subtypes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationResponse
Abstract class for implementations of the
IAuthenticationResponse interface. |
class |
AuthenticationResponse
Concrete implementation of the
IAuthenticationResponse interface. |
Modifier and Type | Method and Description |
---|---|
IAuthenticationResponse |
BinaryResponseMessage.getResponse() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationResponse.Builder |
AuthenticationResponse.builder(IAuthenticationResponse copy) |
static StringBuilder |
AbstractAuthenticationResponse.toString(StringBuilder stringBuilder,
IAuthenticationResponse response) |
Constructor and Description |
---|
AbstractBuilder(IAuthenticationResponse copy) |
BinaryResponseMessage(IAuthenticationResponse response,
byte[] responseBytes) |
Builder(IAuthenticationResponse copy) |
Modifier and Type | Method and Description |
---|---|
IAuthenticationResponse |
AuthenticationExchange.getConnectorResponse() |
Constructor and Description |
---|
AuthenticationExchange(StoredAuthenticationRequest storedRequest,
IAuthenticationResponse connectorResponse) |
Copyright © 2020. All Rights Reserved.