Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.ExecutableSearch
Packages that use ExecutableSearch
Package
Description
Interfaces supporting data connectors.
Package for HTTP data connector configuration.
Common functionality used by data connectors.
Package for LDAP data connector configuration.
Package for RDBMS data connector configuration.
StorageService-backed data connector APIs.
-
Uses of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc
Classes in net.shibboleth.idp.attribute.resolver.dc with type parameters of type ExecutableSearchModifier and TypeInterfaceDescriptioninterfaceExecutableSearchBuilder<T extends ExecutableSearch>Builder used to createdExecutableSearchinstances. -
Uses of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.http
Subinterfaces of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.httpModifier and TypeInterfaceDescriptioninterfaceAn HTTP request that returns attribute data. -
Uses of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.impl with type parameters of type ExecutableSearchModifier and TypeClassDescriptionclassAbstractSearchDataConnector<T1 extends ExecutableSearch,T2 extends MappingStrategy<?>> ADataConnectorcontaining functionality common to data connectors that retrieve attribute data by searching a data source. -
Uses of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.ldap
Subinterfaces of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.ldapModifier and TypeInterfaceDescriptioninterfaceA search filter that can be executed against an LDAP to fetch results. -
Uses of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.rdbms
Subinterfaces of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.rdbmsModifier and TypeInterfaceDescriptioninterfaceA statement that can be executed against a database to fetch results. -
Uses of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.storage
Subinterfaces of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.storageModifier and TypeInterfaceDescriptioninterfaceA search that can be executed against aStorageServiceto fetch a result.