Uses of Interface
net.shibboleth.idp.attribute.resolver.DataConnector
Packages that use DataConnector
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.The context to do with Attribute Resolution.
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.
Implementations of core resolver functionality.
-
Uses of DataConnector in net.shibboleth.idp.attribute.resolver
Classes in net.shibboleth.idp.attribute.resolver that implement DataConnectorModifier and TypeClassDescriptionclassBase class for data connector resolver plugins.final classA proxy which wraps a resolved data connector and always returns the same attributes.Fields in net.shibboleth.idp.attribute.resolver declared as DataConnectorModifier and TypeFieldDescriptionprivate final DataConnectorResolvedDataConnector.resolvedConnectorThe data connector that was resolved to produce the attributes.Methods in net.shibboleth.idp.attribute.resolver that return DataConnectorModifier and TypeMethodDescriptionResolvedDataConnector.getResolvedConnector()Gets the wrapped data connector that was resolved.Constructors in net.shibboleth.idp.attribute.resolver with parameters of type DataConnectorModifierConstructorDescriptionResolvedDataConnector(DataConnector connector, Map<String, IdPAttribute> attributes) Constructor. -
Uses of DataConnector in net.shibboleth.idp.attribute.resolver.context
Methods in net.shibboleth.idp.attribute.resolver.context with parameters of type DataConnectorModifier and TypeMethodDescriptionvoidAttributeResolverWorkContext.recordDataConnectorResolution(DataConnector connector, Map<String, IdPAttribute> attributes) Records the results of an data connector resolution.voidAttributeResolverWorkContext.recordFailoverResolution(DataConnector failedConnector, DataConnector failoverConnector) Transfer the attributes from a failover data connector to a failed one. -
Uses of DataConnector in net.shibboleth.idp.attribute.resolver.dc.http.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.http.impl that implement DataConnectorModifier and TypeClassDescriptionclassThis class implements aDataConnectorthat obtains data from an HTTP service. -
Uses of DataConnector in net.shibboleth.idp.attribute.resolver.dc.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.impl that implement DataConnectorModifier and TypeClassDescriptionclassAbstractSearchDataConnector<T1 extends ExecutableSearch,T2 extends MappingStrategy<?>> ADataConnectorcontaining functionality common to data connectors that retrieve attribute data by searching a data source.classADataConnectorthat generates pairwise IDs that depend on a seedIdPAttribute.classA Data Connector which populates a series of attributes from a providedProfileRequestContext.classADataConnectorthat just returns a static collection of attributes.classADataConnectorthat extracts allIdPAttributePrincipalobjects from theSubjectobjects associated with the request. -
Uses of DataConnector in net.shibboleth.idp.attribute.resolver.dc.ldap.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.ldap.impl that implement DataConnectorModifier and TypeClassDescriptionclassADataConnectorthat queries an LDAP in order to retrieve attribute data. -
Uses of DataConnector in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl that implement DataConnectorModifier and TypeClassDescriptionclassADataConnectorthat queries a relation database in order to retrieve attribute data. -
Uses of DataConnector in net.shibboleth.idp.attribute.resolver.dc.storage.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.storage.impl that implement DataConnectorModifier and TypeClassDescriptionclassThis class implements aDataConnectorthat obtains data from aStorageService. -
Uses of DataConnector in net.shibboleth.idp.attribute.resolver.impl
Fields in net.shibboleth.idp.attribute.resolver.impl with type parameters of type DataConnectorModifier and TypeFieldDescriptionprivate Map<String,DataConnector> AttributeResolverImpl.dataConnectorsData connectors defined for this resolver.Methods in net.shibboleth.idp.attribute.resolver.impl that return types with arguments of type DataConnectorModifier and TypeMethodDescriptionAttributeResolverImpl.getDataConnectors()Gets the unmodifiable collection of data connectors for this resolver.Method parameters in net.shibboleth.idp.attribute.resolver.impl with type arguments of type DataConnectorModifier and TypeMethodDescriptionvoidAttributeResolverImpl.setDataConnectors(Collection<DataConnector> connectors) Sets the data connectors for this resolver.