| Package | Description |
|---|---|
| net.shibboleth.idp.attribute.resolver |
A system which is capable of retrieving a collection of
IdPAttributes from a variety of locations, transform them,
and associate a set of protocol-specific encoders to them. |
| net.shibboleth.idp.attribute.resolver.context |
The context to do with Attribute Resolution.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataConnectorEx
Base class for data connector resolver plugins.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataConnector
Base class for data connector resolver plugins.
|
class |
ResolvedDataConnector
A proxy which wraps a resolved data connector and always returns the same attributes.
|
| Modifier and Type | Field and Description |
|---|---|
private DataConnector |
ResolvedDataConnector.resolvedConnector
The data connector that was resolved to produce the attributes.
|
| Modifier and Type | Method and Description |
|---|---|
DataConnector |
ResolvedDataConnector.getResolvedConnector()
Gets the wrapped data connector that was resolved.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataConnector> |
AttributeResolver.getDataConnectors()
Gets the unmodifiable collection of data connectors for this resolver.
|
| Constructor and Description |
|---|
ResolvedDataConnector(DataConnector connector,
Map<String,IdPAttribute> attributes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeResolverWorkContext.recordDataConnectorResolution(DataConnector connector,
Map<String,IdPAttribute> attributes)
Records the results of an data connector resolution.
|
void |
AttributeResolverWorkContext.recordFailoverResolution(DataConnector failedConnector,
DataConnector failoverConnector)
Transfer the attributes from a failover dataconnector to a failed one.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.