Uses of Class
net.shibboleth.idp.attribute.resolver.ResolverAttributeDefinitionDependency
Packages that use ResolverAttributeDefinitionDependency
Package
Description
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.Implementations of various
AttributeDefinitions.Implementation of top level attribute resolvers.
Testing utility classes.
-
Uses of ResolverAttributeDefinitionDependency in net.shibboleth.idp.attribute.resolver
Fields in net.shibboleth.idp.attribute.resolver with type parameters of type ResolverAttributeDefinitionDependencyModifier and TypeFieldDescriptionprivate Set<ResolverAttributeDefinitionDependency>AbstractResolverPlugin.attributeDependenciesTheResolverAttributeDefinitionDependencys this plug-in depends on.Methods in net.shibboleth.idp.attribute.resolver that return types with arguments of type ResolverAttributeDefinitionDependencyModifier and TypeMethodDescriptionAbstractResolverPlugin.getAttributeDependencies()Gets the unmodifiable list of attributeDependencies for this plugin.ResolvedAttributeDefinition.getAttributeDependencies()Gets the unmodifiable list of attributeDependencies for this plugin.ResolvedDataConnector.getAttributeDependencies()Gets the unmodifiable list of attributeDependencies for this plugin.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 ResolverAttributeDefinitionDependencyModifier and TypeMethodDescriptionstatic 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 ResolverAttributeDefinitionDependencyModifier and TypeFieldDescriptionScopedAttributeDefinition.nonScopeAttributeDependenciesThe attribute dependencies mine the scopeSource attribute (if there is one).Methods in net.shibboleth.idp.attribute.resolver.ad.impl that return types with arguments of type ResolverAttributeDefinitionDependencyModifier and TypeMethodDescriptionScopedAttributeDefinition.ensureNonScopeAttributeDependencies()Null safe getter forScopedAttributeDefinition.nonScopeAttributeDependencies. -
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 ResolverAttributeDefinitionDependencyModifier and TypeFieldDescriptionprivate Set<ResolverAttributeDefinitionDependency>AbstractResolverPluginFactoryBean.attributeDependenciesPlugin property "attributeDependencies".Methods in net.shibboleth.idp.attribute.resolver.spring.impl that return types with arguments of type ResolverAttributeDefinitionDependencyModifier and TypeMethodDescriptionAbstractResolverPluginFactoryBean.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 ResolverAttributeDefinitionDependencyModifier and TypeMethodDescriptionvoidAbstractResolverPluginFactoryBean.setAttributeDependencies(Set<ResolverAttributeDefinitionDependency> dependencies) Bean setter in support ofAbstractResolverPlugin.setAttributeDependencies(Set). -
Uses of ResolverAttributeDefinitionDependency in net.shibboleth.idp.attribute.resolver.testing
Methods in net.shibboleth.idp.attribute.resolver.testing that return ResolverAttributeDefinitionDependencyModifier and TypeMethodDescriptionTestSources.makeAttributeDefinitionDependency(String attributeId) Summon up appropriateResolverAttributeDefinitionDependency.Constructor parameters in net.shibboleth.idp.attribute.resolver.testing with type arguments of type ResolverAttributeDefinitionDependencyModifierConstructorDescriptionMockDataConnector(String id, Map<String, IdPAttribute> connectorValues, Set<ResolverAttributeDefinitionDependency> attrDepends, Set<ResolverDataConnectorDependency> dcDepends) Constructor.