| Package | Description |
|---|---|
| net.shibboleth.idp.attribute.resolver.dc.impl |
Common functionality used by data connectors.
|
| net.shibboleth.idp.attribute.resolver.dc.ldap.impl |
A
DataConnector implementation that reads data from an LDAP. |
| net.shibboleth.idp.attribute.resolver.dc.rdbms.impl |
A
DataConnector implementation that reads data from a relational
database. |
| Modifier and Type | Field and Description |
|---|---|
private ExecutableSearchBuilder<T> |
AbstractSearchDataConnector.searchBuilder
Builder used to create executable searches.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutableSearchBuilder<T> |
AbstractSearchDataConnector.getExecutableSearchBuilder()
Gets the builder used to create executable searches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSearchDataConnector.setExecutableSearchBuilder(ExecutableSearchBuilder<T> builder)
Sets the builder used to create the executable searches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecutableSearchFilterBuilder
Abstract executable search filter builder for implementations that can provide a search filter.
|
class |
ParameterizedExecutableSearchFilterBuilder
An
ExecutableSearchBuilder that generates the search filter to
be executed by evaluating a parameterized filter string against the currently resolved attributes within a
AttributeResolutionContext. |
class |
TemplatedExecutableSearchFilterBuilder
An
ExecutableSearchBuilder that generates the search filter to
be executed by evaluating a Template against the currently resolved attributes within a
AttributeResolutionContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecutableStatementBuilder
Basis of statement builder.
|
class |
FormatExecutableStatementBuilder
|
class |
TemplatedExecutableStatementBuilder
An
ExecutableSearchBuilder that generates the SQL statement to
be executed by evaluating a Template against the currently resolved attributes within a
AttributeResolutionContext. |
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.