| 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 | Method and Description |
|---|---|
String |
LegacyPrincipalDecoder.canonicalize(SubjectCanonicalizationContext context)
Resolve the principal with respect to the provided context.
|
protected IdPAttribute |
ResolvedAttributeDefinition.doAttributeDefinitionResolve(AttributeResolutionContext resolutionContext,
AttributeResolverWorkContext workContext)
Creates and populates the values for the resolved attribute.
|
protected abstract IdPAttribute |
AbstractAttributeDefinition.doAttributeDefinitionResolve(AttributeResolutionContext resolutionContext,
AttributeResolverWorkContext workContext)
Creates and populates the values for the resolved attribute.
|
protected Map<String,IdPAttribute> |
ResolvedDataConnector.doDataConnectorResolve(AttributeResolutionContext resolutionContext,
AttributeResolverWorkContext workContext)
Retrieves a collection of attributes from some data source.
|
protected abstract Map<String,IdPAttribute> |
AbstractDataConnector.doDataConnectorResolve(AttributeResolutionContext resolutionContext,
AttributeResolverWorkContext workContext)
Retrieves a collection of attributes from some data source.
|
protected abstract ResolvedType |
AbstractResolverPlugin.doResolve(AttributeResolutionContext resolutionContext,
AttributeResolverWorkContext workContext)
Perform the actual resolution.
|
Map<String,IdPAttribute> |
AbstractDataConnector.doResolve(AttributeResolutionContext resolutionContext,
AttributeResolverWorkContext workContext)
Perform the actual resolution.
|
protected IdPAttribute |
AbstractAttributeDefinition.doResolve(AttributeResolutionContext resolutionContext,
AttributeResolverWorkContext workContext)
Perform the actual resolution.
|
ResolvedType |
ResolverPlugin.resolve(AttributeResolutionContext resolutionContext)
Perform the attribute resolution for this plugin.
|
ResolvedType |
AbstractResolverPlugin.resolve(AttributeResolutionContext resolutionContext)
Performs the attribute resolution for this plugin.
|
void |
AttributeResolver.resolveAttributes(AttributeResolutionContext resolutionContext)
Resolves the attribute for the give request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeResolverWorkContext.recordAttributeDefinitionResolution(AttributeDefinition definition,
IdPAttribute attribute)
Records the results of an attribute definition resolution.
|
void |
AttributeResolverWorkContext.recordDataConnectorResolution(DataConnector connector,
Map<String,IdPAttribute> attributes)
Records the results of an data connector resolution.
|
Copyright © 1999–2014. All rights reserved.