Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.ExecutableSearchBuilder
Packages that use ExecutableSearchBuilder
Package
Description
A
DataConnector implementation that
reads data from an HTTP web service.Common functionality used by data connectors.
Package for LDAP data connector configuration.
Package for RDBMS data connector configuration.
Implementation of StorageService-backed data connector.
-
Uses of ExecutableSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.http.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.http.impl that implement ExecutableSearchBuilderModifier and TypeClassDescriptionclassBasis of request builder.classAnExecutableSearchBuilderthat generates a request by evaluatingTemplates against the currently resolved attributes within anAttributeResolutionContextto produce a URL and body, via GET or POST, and a configurable cache key.classAnExecutableSearchBuilderthat generates the URL to request by evaluating aTemplateagainst the currently resolved attributes within anAttributeResolutionContext. -
Uses of ExecutableSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.impl
Fields in net.shibboleth.idp.attribute.resolver.dc.impl declared as ExecutableSearchBuilderModifier and TypeFieldDescriptionprivate ExecutableSearchBuilder<T1>AbstractSearchDataConnector.searchBuilderBuilder used to create executable searches.Methods in net.shibboleth.idp.attribute.resolver.dc.impl that return ExecutableSearchBuilderModifier and TypeMethodDescriptionAbstractSearchDataConnector.getExecutableSearchBuilder()Gets the builder used to create executable searches.Methods in net.shibboleth.idp.attribute.resolver.dc.impl with parameters of type ExecutableSearchBuilderModifier and TypeMethodDescriptionvoidAbstractSearchDataConnector.setExecutableSearchBuilder(ExecutableSearchBuilder<T1> builder) Sets the builder used to create the executable searches. -
Uses of ExecutableSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.ldap
Classes in net.shibboleth.idp.attribute.resolver.dc.ldap that implement ExecutableSearchBuilderModifier and TypeClassDescriptionclassAbstract executable search filter builder for implementations that can provide a search filter.classAnExecutableSearchBuilderthat generates the search filter to be executed by evaluating a parameterized filter string against the currently resolved attributes within aAttributeResolutionContext.classAnExecutableSearchBuilderthat generates the search filter to be executed by evaluating aTemplateagainst the currently resolved attributes within aAttributeResolutionContext. -
Uses of ExecutableSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.rdbms
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms that implement ExecutableSearchBuilderModifier and TypeClassDescriptionclassBasis of statement builder.classclassAnExecutableSearchBuilderthat generates the SQL statement to be executed by evaluating aTemplateagainst the currently resolved attributes within aAttributeResolutionContext. -
Uses of ExecutableSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.storage.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.storage.impl that implement ExecutableSearchBuilderModifier and TypeClassDescriptionclassAnExecutableSearchBuilderthat generates theStorageServicecontext and key using Velocity templates.