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.
Package for SAML data connector configuration.
A
DataConnector implementation that
queries data from a SAML attribute authority.Classes which make up the scripted data connector.
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.saml
Subinterfaces of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.samlModifier and TypeInterfaceDescriptioninterfaceA query that can be executed against a SAML 2 AttributeAuthority to fetch results. -
Uses of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.saml.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.saml.impl that implement ExecutableSearchModifier and TypeClassDescriptionprivate final classStandard implementation of theExecutableQuery. -
Uses of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.scripted.impl
Subinterfaces of ExecutableSearch in net.shibboleth.idp.attribute.resolver.dc.scripted.impl -
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.