Uses of Interface
net.shibboleth.idp.attribute.resolver.AttributeResolver
-
Packages that use AttributeResolver Package Description net.shibboleth.idp.attribute.resolver.context The context to do with Attribute Resolution.net.shibboleth.idp.attribute.resolver.impl Implementations of core resolver functionality.net.shibboleth.idp.attribute.resolver.spring.impl Implementation of top level attribute resolvers.net.shibboleth.idp.authn.revocation.impl Predicates related to authentication.net.shibboleth.idp.profile.impl 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 AttributeResolver Modifier and Type Method Description voidAttributeResolutionContext. 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 AttributeResolver Modifier and Type Class Description classAttributeResolverImplA component that resolves the attributes for a particular subject.Methods in net.shibboleth.idp.attribute.resolver.impl that return AttributeResolver Modifier and Type Method Description AttributeResolverAttributeResolverImpl. getComponent() -
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 AttributeResolver Modifier and Type Method Description ServiceableComponent<AttributeResolver>AttributeResolverServiceStrategy. 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 AttributeResolver Modifier and Type Field Description private ReloadableService<AttributeResolver>AttributeRevocationCondition. attributeResolverAttribute Resolver service.Method parameters in net.shibboleth.idp.authn.revocation.impl with type arguments of type AttributeResolver Modifier and Type Method Description voidAttributeRevocationCondition. 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 AttributeResolver Modifier and Type Field Description private 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 AttributeResolver Constructor Description ResolveAttributes(ReloadableService<AttributeResolver> resolverService)Constructor.
-