Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.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 interface
ExecutableSearchBuilder<T extends ExecutableSearch>
Builder used to createdExecutableSearch
instances. -
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 interface
HTTPSearch
An 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 class
AbstractSearchDataConnector<T1 extends ExecutableSearch,T2 extends MappingStrategy<?>>
ADataConnector
containing 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 interface
ExecutableSearchFilter
A 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 interface
ExecutableStatement
A 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 interface
StorageServiceSearch
A search that can be executed against aStorageService
to fetch a result.