Uses of Class
net.shibboleth.idp.attribute.resolver.ResolverAttributeDefinitionDependency
-
Packages that use ResolverAttributeDefinitionDependency Package Description net.shibboleth.idp.attribute.resolver A system which is capable of retrieving a collection ofIdPAttributes from a variety of locations, transform them, and associate a set of protocol-specific encoders to them.net.shibboleth.idp.attribute.resolver.ad.impl Implementations of variousAttributeDefinitions.net.shibboleth.idp.attribute.resolver.spring.impl Implementation of top level attribute resolvers. -
-
Uses of ResolverAttributeDefinitionDependency in net.shibboleth.idp.attribute.resolver
Fields in net.shibboleth.idp.attribute.resolver with type parameters of type ResolverAttributeDefinitionDependency Modifier and Type Field Description private Set<ResolverAttributeDefinitionDependency>AbstractResolverPlugin. attributeDependenciesTheResolverAttributeDefinitionDependencys this plug-in depends on.Methods in net.shibboleth.idp.attribute.resolver that return types with arguments of type ResolverAttributeDefinitionDependency Modifier and Type Method Description Set<ResolverAttributeDefinitionDependency>AbstractResolverPlugin. getAttributeDependencies()Gets the unmodifiable list of attributeDependencies for this plugin.Set<ResolverAttributeDefinitionDependency>ResolvedAttributeDefinition. getAttributeDependencies()Gets the unmodifiable list of attributeDependencies for this plugin.Set<ResolverAttributeDefinitionDependency>ResolvedDataConnector. getAttributeDependencies()Gets the unmodifiable list of attributeDependencies for this plugin.Set<ResolverAttributeDefinitionDependency>ResolverPlugin. getAttributeDependencies()Get the unmodifiable list of attribute dependencies for this plugin.Method parameters in net.shibboleth.idp.attribute.resolver with type arguments of type ResolverAttributeDefinitionDependency Modifier and Type Method Description static Map<String,List<IdPAttributeValue>>PluginDependencySupport. getAllAttributeValues(AttributeResolverWorkContext workContext, Collection<ResolverAttributeDefinitionDependency> attributeDependencies, Collection<ResolverDataConnectorDependency> dataConnectorDependencies)Gets the values from all dependencies.static List<IdPAttributeValue>PluginDependencySupport. getMergedAttributeValues(AttributeResolverWorkContext workContext, Collection<ResolverAttributeDefinitionDependency> attributeDependencies, Collection<ResolverDataConnectorDependency> dataConnectorDependencies, String attributeDefinitionId)Gets the values, as a single list, from all dependencies.voidAbstractResolverPlugin. setAttributeDependencies(Set<ResolverAttributeDefinitionDependency> dependencies)Sets the list of dependencies for this plugin. -
Uses of ResolverAttributeDefinitionDependency in net.shibboleth.idp.attribute.resolver.ad.impl
Fields in net.shibboleth.idp.attribute.resolver.ad.impl with type parameters of type ResolverAttributeDefinitionDependency Modifier and Type Field Description private Collection<ResolverAttributeDefinitionDependency>ScopedAttributeDefinition. nonScopeAttributeDependenciesThe attribute dependencies mine the scopeSource attribute (if there is one). -
Uses of ResolverAttributeDefinitionDependency in net.shibboleth.idp.attribute.resolver.spring.impl
Fields in net.shibboleth.idp.attribute.resolver.spring.impl with type parameters of type ResolverAttributeDefinitionDependency Modifier and Type Field Description private Set<ResolverAttributeDefinitionDependency>AbstractResolverPluginFactoryBean. attributeDependenciesPlugin property "attributeDependencies".Methods in net.shibboleth.idp.attribute.resolver.spring.impl that return types with arguments of type ResolverAttributeDefinitionDependency Modifier and Type Method Description Set<ResolverAttributeDefinitionDependency>AbstractResolverPluginFactoryBean. getAttributeDependencies()Bean getter in support ofAbstractResolverPlugin.setAttributeDependencies(Set).protected Class<ResolverAttributeDefinitionDependency>InputAttributeDefinitionParser. getBeanClass(Element element)Method parameters in net.shibboleth.idp.attribute.resolver.spring.impl with type arguments of type ResolverAttributeDefinitionDependency Modifier and Type Method Description voidAbstractResolverPluginFactoryBean. setAttributeDependencies(Set<ResolverAttributeDefinitionDependency> dependencies)Bean setter in support ofAbstractResolverPlugin.setAttributeDependencies(Set).
-