Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.ExecutableSearch
-
Packages that use ExecutableSearch Package Description net.shibboleth.idp.attribute.resolver.dc Interfaces supporting data connectors.net.shibboleth.idp.attribute.resolver.dc.http Package for http data connector configuration.net.shibboleth.idp.attribute.resolver.dc.impl Common functionality used by data connectors.net.shibboleth.idp.attribute.resolver.dc.ldap Package for LDAP data connector configuration.net.shibboleth.idp.attribute.resolver.dc.rdbms Package for rdbms data connector configuration.net.shibboleth.idp.attribute.resolver.dc.storage 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 ExecutableSearch Modifier and Type Interface Description interfaceExecutableSearchBuilder<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.http Modifier and Type Interface Description interfaceHTTPSearchAn 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 ExecutableSearch Modifier and Type Class Description classAbstractSearchDataConnector<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.ldap Modifier and Type Interface Description interfaceExecutableSearchFilterA 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.rdbms Modifier and Type Interface Description interfaceExecutableStatementA 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.storage Modifier and Type Interface Description interfaceStorageServiceSearchA search that can be executed against aStorageServiceto fetch a result.
-