Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.ExecutableSearchBuilder
-
Packages that use ExecutableSearchBuilder Package Description net.shibboleth.idp.attribute.resolver.dc.http.impl ADataConnectorimplementation that reads data from an HTTP web service.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.ldap.impl ADataConnectorimplementation that reads data from an LDAP.net.shibboleth.idp.attribute.resolver.dc.rdbms Package for rdbms data connector configuration.net.shibboleth.idp.attribute.resolver.dc.rdbms.impl ADataConnectorimplementation that reads data from a relational database.net.shibboleth.idp.attribute.resolver.dc.storage.impl 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 ExecutableSearchBuilder Modifier and Type Class Description classAbstractHTTPSearchBuilderBasis of request builder.classTemplatedBodyBuilderAnExecutableSearchBuilderthat 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.classTemplatedURLBuilderAnExecutableSearchBuilderthat 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 ExecutableSearchBuilder Modifier and Type Field Description private ExecutableSearchBuilder<T1>AbstractSearchDataConnector. searchBuilderBuilder used to create executable searches.Methods in net.shibboleth.idp.attribute.resolver.dc.impl that return ExecutableSearchBuilder Modifier and Type Method Description ExecutableSearchBuilder<T1>AbstractSearchDataConnector. getExecutableSearchBuilder()Gets the builder used to create executable searches.Methods in net.shibboleth.idp.attribute.resolver.dc.impl with parameters of type ExecutableSearchBuilder Modifier and Type Method Description voidAbstractSearchDataConnector. 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 ExecutableSearchBuilder Modifier and Type Class Description classAbstractExecutableSearchFilterBuilderAbstract executable search filter builder for implementations that can provide a search filter.classParameterizedExecutableSearchFilterBuilderAnExecutableSearchBuilderthat generates the search filter to be executed by evaluating a parameterized filter string against the currently resolved attributes within aAttributeResolutionContext.classTemplatedExecutableSearchFilterBuilderAnExecutableSearchBuilderthat 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.ldap.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.ldap.impl that implement ExecutableSearchBuilder Modifier and Type Class Description classParameterizedExecutableSearchFilterBuilderDeprecated.Replaced by api class.classTemplatedExecutableSearchFilterBuilderDeprecated.Replaced by api class.classV2CompatibleTemplatedExecutableSearchFilterBuilderATemplatedExecutableSearchFilterBuilderwhich also injects anV2SAMLProfileRequestContextinto the spring context. -
Uses of ExecutableSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.rdbms
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms that implement ExecutableSearchBuilder Modifier and Type Class Description classAbstractExecutableStatementBuilderBasis of statement builder.classFormatExecutableStatementBuilderclassTemplatedExecutableStatementBuilderAnExecutableSearchBuilderthat 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.rdbms.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl that implement ExecutableSearchBuilder Modifier and Type Class Description classFormatExecutableStatementBuilderDeprecated.Replaced by api class.classTemplatedExecutableStatementBuilderDeprecated.Replaced by api class.classV2CompatibleTemplatedExecutableStatementBuilderATemplatedExecutableStatementBuilderwhich also injects anV2SAMLProfileRequestContextinto the spring context. -
Uses of ExecutableSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.storage.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.storage.impl that implement ExecutableSearchBuilder Modifier and Type Class Description classTemplatedSearchBuilderAnExecutableSearchBuilderthat generates theStorageServicecontext and key using Velocity templates.
-