| 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 | Class and Description |
|---|---|
class |
ResolverAttributeDefinitionDependency
A Dependency that references to an Attribute Definition.
|
class |
ResolverDataConnectorDependency
A Dependency that references to an Data Connector.
|
| Modifier and Type | Field and Description |
|---|---|
private Set<ResolverPluginDependency> |
AbstractResolverPlugin.dependencies
IDs of the
ResolverPlugins this plug-in depends on. |
| Modifier and Type | Method and Description |
|---|---|
Set<ResolverPluginDependency> |
ResolverPlugin.getDependencies()
Get the unmodifiable list of dependencies for this plugin.
|
Set<ResolverPluginDependency> |
ResolvedDataConnector.getDependencies()
Gets the unmodifiable list of dependencies for this plugin.
|
Set<ResolverPluginDependency> |
ResolvedAttributeDefinition.getDependencies()
Gets the unmodifiable list of dependencies for this plugin.
|
Set<ResolverPluginDependency> |
AbstractResolverPlugin.getDependencies()
Gets the unmodifiable list of dependencies for this plugin.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
AbstractResolverPlugin.setDependencies(Set<ResolverPluginDependency> pluginDependencies)
Sets the list of dependencies for this plugin.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.