Package net.shibboleth.idp.attribute.resolver.dc.impl
Common functionality used by data connectors.
-
Class Summary Class Description AbstractSearchDataConnector<T1 extends ExecutableSearch,T2 extends MappingStrategy<?>> ADataConnector
containing functionality common to data connectors that retrieve attribute data by searching a data source.PairwiseIdDataConnector ADataConnector
that generates pairwise IDs that depend on a seedIdPAttribute
.ScriptedDataConnector A Data Connector which populates a series of attributes from a providedProfileRequestContext
.StaticDataConnector ADataConnector
that just returns a static collection of attributes.SubjectDataConnector ADataConnector
that extracts allIdPAttributePrincipal
objects from theSubject
objects associated with the request.