Modifier and Type | Method and Description |
---|---|
static eu.eidas.auth.commons.tx.BinaryLightToken |
BinaryLightTokenHelper.createBinaryLightToken(String issuerName,
String secret,
String algorithm)
Creates an instance of
BinaryLightToken . |
static String |
BinaryLightTokenHelper.getBinaryLightTokenId(String binaryLightTokenBase64,
String secret,
String algorithm)
Get the
BinaryLightToken id from a BinaryLightToken Base64 encoded string. |
Modifier and Type | Method and Description |
---|---|
eu.eidas.auth.commons.light.ILightRequest |
SpecificCommunicationService.getAndRemoveRequest(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry)
Removes the
ILightRequest from the request communication cache
using as id/key the one obtained from the BinaryLightToken . |
eu.eidas.auth.commons.light.ILightResponse |
SpecificCommunicationService.getAndRemoveResponse(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry)
Removes the
ILightResponse from the response communication cache
using as id/key the one obtained from the BinaryLightToken . |
String |
SpecificCommunicationLoggingService.getRequest(String lightRequestToken)
returns the marshalled
ILightRequest from the request communication cache |
eu.eidas.auth.commons.light.ILightRequest |
SpecificCommunicationLoggingService.getRequest(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry)
Gets the
ILightRequest from the request communication cache
using as id/key the one obtained from the BinaryLightToken . |
String |
SpecificCommunicationLoggingService.getResponse(String tokenBase64)
Gets the
ILightResponse from the response communication cache
using as id/key the one obtained from the BinaryLightToken . |
eu.eidas.auth.commons.light.ILightResponse |
SpecificCommunicationLoggingService.getResponse(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry)
Gets the
ILightResponse from the response communication cache
using as id/key the one obtained from the BinaryLightToken . |
eu.eidas.auth.commons.tx.BinaryLightToken |
SpecificCommunicationService.putRequest(eu.eidas.auth.commons.light.ILightRequest iLightRequest)
Puts the
ILightRequest in the request communication cache. |
void |
SpecificCommunicationServiceExtension.putRequest(String tokenBase64,
eu.eidas.auth.commons.light.ILightRequest iLightRequest)
Puts the value
ILightRequest in the request communication cache
with the key given by an instance of BinaryLightToken as one of the parameters. |
eu.eidas.auth.commons.tx.BinaryLightToken |
SpecificCommunicationService.putResponse(eu.eidas.auth.commons.light.ILightResponse iLightResponse)
Puts
ILightResponse in the response communication cache. |
void |
SpecificCommunicationServiceExtension.putResponse(String tokenBase64,
eu.eidas.auth.commons.light.ILightResponse iLightResponse)
Puts the value
ILightResponse in the request communication cache
with the key given by an instance of BinaryLightToken as one of the parameters. |
Modifier and Type | Method and Description |
---|---|
eu.eidas.auth.commons.light.ILightRequest |
SpecificProxyserviceCommunicationServiceImpl.getAndRemoveRequest(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry) |
eu.eidas.auth.commons.light.ILightRequest |
SpecificConnectorCommunicationServiceImpl.getAndRemoveRequest(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry) |
eu.eidas.auth.commons.light.ILightResponse |
SpecificProxyserviceCommunicationServiceImpl.getAndRemoveResponse(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry) |
eu.eidas.auth.commons.light.ILightResponse |
SpecificConnectorCommunicationServiceImpl.getAndRemoveResponse(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry) |
String |
AbstractSpecificCommunicationLoggingService.getRequest(String lightRequestToken)
|
eu.eidas.auth.commons.light.ILightRequest |
AbstractSpecificCommunicationLoggingService.getRequest(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry)
Gets the
ILightRequest from the request communication cache
using as id/key the one obtained from the BinaryLightToken . |
String |
AbstractSpecificCommunicationLoggingService.getResponse(String tokenBase64)
|
eu.eidas.auth.commons.light.ILightResponse |
AbstractSpecificCommunicationLoggingService.getResponse(String tokenBase64,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry)
Gets the
ILightResponse from the response communication cache
using as id/key the one obtained from the BinaryLightToken . |
eu.eidas.auth.commons.tx.BinaryLightToken |
SpecificProxyserviceCommunicationServiceImpl.putRequest(eu.eidas.auth.commons.light.ILightRequest iLightRequest) |
eu.eidas.auth.commons.tx.BinaryLightToken |
SpecificConnectorCommunicationServiceImpl.putRequest(eu.eidas.auth.commons.light.ILightRequest iLightRequest) |
void |
SpecificProxyserviceCommunicationServiceExtensionImpl.putRequest(String tokenBase64,
eu.eidas.auth.commons.light.ILightRequest iLightRequest) |
void |
SpecificConnectorCommunicationServiceExtensionImpl.putRequest(String tokenBase64,
eu.eidas.auth.commons.light.ILightRequest iLightRequest) |
eu.eidas.auth.commons.tx.BinaryLightToken |
SpecificProxyserviceCommunicationServiceImpl.putResponse(eu.eidas.auth.commons.light.ILightResponse iLightResponse) |
eu.eidas.auth.commons.tx.BinaryLightToken |
SpecificConnectorCommunicationServiceImpl.putResponse(eu.eidas.auth.commons.light.ILightResponse iLightResponse) |
void |
SpecificProxyserviceCommunicationServiceExtensionImpl.putResponse(String tokenBase64,
eu.eidas.auth.commons.light.ILightResponse iLightResponse) |
void |
SpecificConnectorCommunicationServiceExtensionImpl.putResponse(String tokenBase64,
eu.eidas.auth.commons.light.ILightResponse iLightResponse) |
Modifier and Type | Method and Description |
---|---|
eu.eidas.specificcommunication.LightRequest |
LightMessagesConverter.convert(eu.eidas.auth.commons.light.ILightRequest iLightRequest) |
eu.eidas.specificcommunication.LightResponse |
LightMessagesConverter.convert(eu.eidas.auth.commons.light.ILightResponse iLightResponse) |
eu.eidas.auth.commons.light.ILightRequest |
LightMessagesConverter.convert(eu.eidas.specificcommunication.LightRequest xmlLightRequest,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry) |
eu.eidas.auth.commons.light.ILightResponse |
LightMessagesConverter.convert(eu.eidas.specificcommunication.LightResponse xmlLightResponse,
Collection<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> registry) |
Modifier and Type | Method and Description |
---|---|
void |
IncomingLightResponseValidator.validate(eu.eidas.auth.commons.light.ILightResponse lightResponse)
Validate the lightResponse object
|
static void |
IncomingLightRequestValidatorLoAComponent.validate(String lightRequest) |
Copyright © 2020. All Rights Reserved.