Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.saml.impl.AttributeAuthorityEntityIDResolver
Packages that use AttributeAuthorityEntityIDResolver
Package
Description
A
DataConnector implementation that
queries data from a SAML attribute authority.Plug-in component interface implementations used when querying a SAML attribute authority.
-
Uses of AttributeAuthorityEntityIDResolver in net.shibboleth.idp.attribute.resolver.dc.saml.impl
Fields in net.shibboleth.idp.attribute.resolver.dc.saml.impl declared as AttributeAuthorityEntityIDResolverModifier and TypeFieldDescriptionExecutableQueryBuilder.authorityEntityIDStrategyStrategy for resolving the authority entityID.Methods in net.shibboleth.idp.attribute.resolver.dc.saml.impl that return AttributeAuthorityEntityIDResolverModifier and TypeMethodDescriptionExecutableQueryBuilder.getAuthorityEntityIDStrategy()Get the attribute authority entity ID resolution strategy.Methods in net.shibboleth.idp.attribute.resolver.dc.saml.impl with parameters of type AttributeAuthorityEntityIDResolverModifier and TypeMethodDescriptionvoidExecutableQueryBuilder.setAuthorityEntityIDStrategy(AttributeAuthorityEntityIDResolver strategy) Set the attribute authority entity ID resolution strategy. -
Uses of AttributeAuthorityEntityIDResolver in net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl that implement AttributeAuthorityEntityIDResolverModifier and TypeClassDescriptionclassAn implementation ofAttributeAuthorityEntityIDResolverwhich implements a chain-of-responsibility pattern using a list of configured resolvers.classAn implementation ofAttributeAuthorityEntityIDResolverwhich resolves from theAttributeAuthorityEntityIDContextchild of the inputAttributeResolutionContextif present.Fields in net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl with type parameters of type AttributeAuthorityEntityIDResolverModifier and TypeFieldDescriptionprivate List<AttributeAuthorityEntityIDResolver>ChainingAuthorityEntityIDResolver.resolversList of chain members.Methods in net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl that return types with arguments of type AttributeAuthorityEntityIDResolverModifier and TypeMethodDescriptionChainingAuthorityEntityIDResolver.getResolvers()Get the list of chain members.Method parameters in net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl with type arguments of type AttributeAuthorityEntityIDResolverModifier and TypeMethodDescriptionvoidChainingAuthorityEntityIDResolver.setResolvers(List<AttributeAuthorityEntityIDResolver> chain) Set the list of chain members.