Interface | Description |
---|---|
CorrelationMap<T> |
Represents a correlation between 2 objects based on the id of the first object (called the correlation id).
|
Class | Description |
---|---|
AbstractCache<K,V> |
Base implementation of the
Cache interface. |
AbstractCorrelationMap<T> |
Base implementation of the
CorrelationMap interface based on a ConcurrentMap. |
AbstractStoredRequest<R extends Serializable> |
An object stored in a cache and to be remembered until the associated asynchronous response is sent back.
|
AbstractStoredRequest.AbstractBuilder<B extends AbstractStoredRequest.AbstractBuilder<B,T,R>,T extends AbstractStoredRequest<R>,R extends Serializable> |
Abstract Builder pattern with self-bounding generics for
AbstractStoredRequest subtypes. |
AuthenticationExchange |
The Authentication Exchange is composed of the node's authentication request and the final response from
the node.
|
BinaryAuthenticationExchange |
The Authentication Exchange is composed of the original request from the ServiceProvider and the final response from
the Connector.
|
BinaryLightToken |
This class is implementing the reference token to be used in HTTP clients forwarded between Specific and Node core parts.
|
FlowIdCache |
Default implementation of the CorrelationMap for FlowId.
|
LightTokenEncoder |
LightTokenEncoder class is responsible to encode/decode LightTokens.
|
StoredAuthenticationRequest |
An eIDAS request stored in a cache and to be remembered until the associated asynchronous response is sent back.
|
StoredAuthenticationRequest.Builder | |
StoredAuthenticationRequestCorrelationMap |
Represents an eIDAS transaction between the ServiceProvider and the eIDAS Connector.
|
StoredLightRequest |
An specific light request stored in a cache and to be remembered until the associated asynchronous response is sent
back.
|
StoredLightRequest.Builder | |
StoredLightRequestCorrelationCache |
Default implementation of the CorrelationMap for specific LightRequest instances.
|
StoredLightRequestCorrelationMap |
Default implementation of the CorrelationMap for specific LightRequest instances.
|
Copyright © 2020. All Rights Reserved.