Uses of Class
net.shibboleth.idp.attribute.resolver.AbstractResolverPlugin
Packages that use AbstractResolverPlugin
Package
Description
A system which is capable of retrieving a collection of
IdPAttribute
s from a variety of locations, transform them,
and associate a set of protocol-specific encoders to them.Implementations of various
AttributeDefinition
s.A
DataConnector
implementation that maps from a given set of
source value to an output value.A
DataConnector
implementation that
reads data from an HTTP web service.Common functionality used by data connectors.
A
DataConnector
implementation that reads data from an LDAP.A
DataConnector
implementation that reads data from a relational
database.Implementation of StorageService-backed data connector.
Implementation of top level attribute resolvers.
Implementations of SAML related
AttributeDefinition
and DataConnector
.-
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver
Subclasses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolverModifier and TypeClassDescriptionclass
Base class for attribute definition resolver plugins.class
Base class for data connector resolver plugins.final class
A proxy which wraps a resolved attribute definition and always returns the same attribute.final class
A proxy which wraps a resolved data connector and always returns the same attributes. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.ad.impl
Subclasses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.ad.implModifier and TypeClassDescriptionclass
An attribute definition which returns an attribute whose values are derived from theProfileRequestContext
associated with the request via a plugged inFunction
.class
AnAttributeDefinition
that creates an attribute whose values are the decrypted values of its dependencies.class
An attribute definition that createsScopedStringAttributeValue
s by taking a source attribute value splitting it at a delimiter.class
An attribute definition which returns an attribute with a single value - the principal.class
AnAttributeDefinition
that produces its attribute values by taking the first group match of a regular expression evaluating against the values of this definition's dependencies.class
An attribute definition that createsScopedStringAttributeValue
s by taking a source attribute value and applying a static scope to each.class
AnAttributeDefinition
that executes a script in order to populate the values of the generated attribute.class
AAttributeDefinition
that creates an attribute whose values are the values the values of all its dependencies.class
An attribute definition that simply returns a static value.class
An attribute definition that constructs its values based on the values of its dependencies using the Velocity Template Language. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.ad.mapped.impl
Modifier and TypeClassDescriptionclass
Implementation of Mapped Attributes. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.dc.http.impl
Subclasses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.dc.http.implModifier and TypeClassDescriptionclass
This class implements aDataConnector
that obtains data from an HTTP service. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.dc.impl
Subclasses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.dc.implModifier and TypeClassDescriptionclass
AbstractSearchDataConnector<T1 extends ExecutableSearch,
T2 extends MappingStrategy<?>> ADataConnector
containing functionality common to data connectors that retrieve attribute data by searching a data source.class
ADataConnector
that generates pairwise IDs that depend on a seedIdPAttribute
.class
A Data Connector which populates a series of attributes from a providedProfileRequestContext
.class
ADataConnector
that just returns a static collection of attributes.class
ADataConnector
that extracts allIdPAttributePrincipal
objects from theSubject
objects associated with the request. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.dc.ldap.impl
Subclasses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.dc.ldap.implModifier and TypeClassDescriptionclass
ADataConnector
that queries an LDAP in order to retrieve attribute data. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl
Modifier and TypeClassDescriptionclass
ADataConnector
that queries a relation database in order to retrieve attribute data. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.dc.storage.impl
Modifier and TypeClassDescriptionclass
This class implements aDataConnector
that obtains data from aStorageService
. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.attribute.resolver.spring.impl
Classes in net.shibboleth.idp.attribute.resolver.spring.impl with type parameters of type AbstractResolverPluginModifier and TypeClassDescriptionclass
AbstractResolverPluginFactoryBean<T extends AbstractResolverPlugin<?>>
A factory bean to collect the parameterization that goes onto aAbstractResolverPlugin
. -
Uses of AbstractResolverPlugin in net.shibboleth.idp.saml.attribute.resolver.impl
Subclasses of AbstractResolverPlugin in net.shibboleth.idp.saml.attribute.resolver.implModifier and TypeClassDescriptionclass
The basis of aDataConnector
that handles persistent IDs that depend on a sourceIdPAttribute
.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.