Package net.shibboleth.idp.attribute.resolver.dc
Interfaces supporting data connectors.
-
Interface Summary Interface Description ExecutableSearch Should be implemented by objects used to search for attributes, that uniquely identify those search results.ExecutableSearchBuilder<T extends ExecutableSearch> Builder used to createdExecutableSearchinstances.MappingStrategy<T> Strategy for mapping from an arbitrary result type to a collection ofIdPAttributes.Validator Used to determine whether a Data Connector initialized properly and continues to be fit for use. -
Class Summary Class Description AbstractMappingStrategy<T> Base class for implementingMappingStrategyinstances that includes support for field renaming/aliasing.NonFailFastValidator Used to determine whether a Data Connector initialized properly and continues to be fit for use. -
Exception Summary Exception Description ValidationException Exception thrown byValidators when validation fails.