Package | Description |
---|---|
eu.eidas.auth.commons |
Common Authentication Service functionalities to be deployed in every eIDAS node
is contained in this package.
|
eu.eidas.auth.commons.protocol | |
eu.eidas.auth.commons.protocol.eidas | |
eu.eidas.auth.commons.protocol.eidas.impl | |
eu.eidas.auth.commons.protocol.impl |
Modifier and Type | Method and Description |
---|---|
abstract void |
CountrySpecificService.prepareRequest(javax.servlet.http.HttpServletRequest req,
IAuthenticationRequest authData) |
Modifier and Type | Method and Description |
---|---|
IAuthenticationRequest |
IRequestMessage.getRequest() |
Modifier and Type | Interface and Description |
---|---|
interface |
IEidasAuthenticationRequest
Extension of the
IAuthenticationRequest interface which adds support for the eIDAS protocol. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEidasAuthenticationRequest
Abstract class for implementations of the
IAuthenticationRequest interface which adds support for the eIDAS
protocol. |
class |
EidasAuthenticationRequest
Concrete implementation of the
IAuthenticationRequest interface which adds support for the eIDAS protocol. |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractAuthenticationRequest.AbstractBuilder<B extends AbstractAuthenticationRequest.AbstractBuilder<B,T>,T extends IAuthenticationRequest>
Abstract Builder pattern with self-bounding generics for
IAuthenticationRequest subtypes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationRequest
Abstract class for implementations of the
IAuthenticationRequest interface. |
Modifier and Type | Method and Description |
---|---|
IAuthenticationRequest |
BinaryRequestMessage.getRequest() |
Modifier and Type | Method and Description |
---|---|
static StringBuilder |
AbstractAuthenticationRequest.toString(StringBuilder stringBuilder,
IAuthenticationRequest request) |
Constructor and Description |
---|
AbstractBuilder(IAuthenticationRequest copy) |
BinaryRequestMessage(IAuthenticationRequest request,
byte[] requestBytes) |
Copyright © 2020. All Rights Reserved.