Uses of Interface
net.shibboleth.idp.attribute.resolver.AttributeResolver
Packages that use AttributeResolver
Package
Description
The context to do with Attribute Resolution.
Implementations of core resolver functionality.
Implementation of top level attribute resolvers.
Predicates related to authentication.
Implementations of various profile actions.
-
Uses of AttributeResolver in net.shibboleth.idp.attribute.resolver.context
Method parameters in net.shibboleth.idp.attribute.resolver.context with type arguments of type AttributeResolverModifier and TypeMethodDescriptionvoidAttributeResolutionContext.resolveAttributes(ReloadableService<AttributeResolver> attributeResolverService) Helper method to invoke an AttributeResolver service using this context. -
Uses of AttributeResolver in net.shibboleth.idp.attribute.resolver.impl
Classes in net.shibboleth.idp.attribute.resolver.impl that implement AttributeResolverModifier and TypeClassDescriptionclassA component that resolves the attributes for a particular subject.Methods in net.shibboleth.idp.attribute.resolver.impl that return AttributeResolver -
Uses of AttributeResolver in net.shibboleth.idp.attribute.resolver.spring.impl
Methods in net.shibboleth.idp.attribute.resolver.spring.impl that return types with arguments of type AttributeResolverModifier and TypeMethodDescriptionAttributeResolverServiceStrategy.apply(ApplicationContext appContext) -
Uses of AttributeResolver in net.shibboleth.idp.authn.revocation.impl
Fields in net.shibboleth.idp.authn.revocation.impl with type parameters of type AttributeResolverModifier and TypeFieldDescriptionprivate ReloadableService<AttributeResolver>AttributeRevocationCondition.attributeResolverAttribute Resolver service.Method parameters in net.shibboleth.idp.authn.revocation.impl with type arguments of type AttributeResolverModifier and TypeMethodDescriptionvoidAttributeRevocationCondition.setAttributeResolver(ReloadableService<AttributeResolver> service) SetAttributeResolverto use. -
Uses of AttributeResolver in net.shibboleth.idp.profile.impl
Fields in net.shibboleth.idp.profile.impl with type parameters of type AttributeResolverModifier and TypeFieldDescriptionprivate final ReloadableService<AttributeResolver>ResolveAttributes.attributeResolverServiceService used to get the resolver used to fetch attributes.Constructor parameters in net.shibboleth.idp.profile.impl with type arguments of type AttributeResolverModifierConstructorDescriptionResolveAttributes(ReloadableService<AttributeResolver> resolverService) Constructor.