IdPAttributes from a variety of locations, transform them,
and associate a set of protocol-specific encoders to them.See: Description
| Interface | Description |
|---|---|
| AttributeDefinition |
Definition of attribute definition resolver plugins.
|
| AttributeResolver |
A component that resolves the attributes for a particular subject.
|
| DataConnector | Deprecated |
| DataConnectorEx |
Base class for data connector resolver plugins.
|
| LegacyPrincipalDecoder |
Definition of the legacy Principal Connectors.
|
| ResolverPlugin<ResolvedType> |
Interface defining the base work done by all plugins used within attribute resolution.
|
| Class | Description |
|---|---|
| AbstractAttributeDefinition |
Base class for attribute definition resolver plugins.
|
| AbstractDataConnector |
Base class for data connector resolver plugins.
|
| AbstractResolverPlugin<ResolvedType> |
Base class for all
ResolverPlugins. |
| PluginDependencySupport |
Support class for working with
ResolverPluginDependency. |
| ResolvedAttributeDefinition |
A proxy which wraps a resolved attribute definition and always returns the same attribute.
|
| ResolvedDataConnector |
A proxy which wraps a resolved data connector and always returns the same attributes.
|
| ResolverAttributeDefinitionDependency |
A Dependency that references to an Attribute Definition.
|
| ResolverDataConnectorDependency |
A Dependency that references to an Data Connector.
|
| ResolverPluginDependency |
Represents the dependency of one
ResolverPlugin upon another plugin. |
| Exception | Description |
|---|---|
| MultipleResultAnErrorResolutionException |
A special ResolutionException which is thrown if multiple results were resolved
by a dataconnector and the deployer specified "MultipleResultsAnError".
|
| NoResultAnErrorResolutionException |
A special ResolutionException which is thrown if no results were resolved
by a dataconnector and the deployer specified "NoResultsAnError".
|
| ResolutionException |
An exception indicating a problem resolving attribute data.
|
IdPAttributes from a variety of locations, transform them,
and associate a set of protocol-specific encoders to them.Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.