| 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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static Map<String,List<IdPAttributeValue<?>>> |
PluginDependencySupport.getAllAttributeValues(AttributeResolverWorkContext workContext,
Collection<ResolverPluginDependency> dependencies)
Gets the values from all dependencies.
|
static List<IdPAttributeValue<?>> |
PluginDependencySupport.getMergedAttributeValues(AttributeResolverWorkContext workContext,
Collection<ResolverPluginDependency> dependencies)
|
static List<IdPAttributeValue<?>> |
PluginDependencySupport.getMergedAttributeValues(AttributeResolverWorkContext workContext,
Collection<ResolverPluginDependency> dependencies,
String attributeDefinitionId)
Gets the values, as a single list, from all dependencies.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.