Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.rdbms.ExecutableStatement
Packages that use ExecutableStatement
Package
Description
Package for rdbms data connector configuration.
A
DataConnector
implementation that reads data from a relational
database.-
Uses of ExecutableStatement in net.shibboleth.idp.attribute.resolver.dc.rdbms
Methods in net.shibboleth.idp.attribute.resolver.dc.rdbms that return ExecutableStatementModifier and TypeMethodDescriptionAbstractExecutableStatementBuilder.build
(AttributeResolutionContext resolutionContext, Map<String, List<IdPAttributeValue>> dependencyAttributes) Creates an executable search that can be executed against a data source in order to produce results. -
Uses of ExecutableStatement in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl
Methods in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl with parameters of type ExecutableStatementModifier and TypeMethodDescriptionprotected Map<String,
IdPAttribute> RDBMSDataConnector.retrieveAttributes
(ExecutableStatement statement) Attempts to retrieve the attribute from the database.