Class TemplatedExecutableStatementBuilder
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.idp.attribute.resolver.dc.rdbms.AbstractExecutableStatementBuilder
net.shibboleth.idp.attribute.resolver.dc.rdbms.TemplatedExecutableStatementBuilder
net.shibboleth.idp.attribute.resolver.dc.rdbms.impl.V2CompatibleTemplatedExecutableStatementBuilder
net.shibboleth.idp.attribute.resolver.dc.rdbms.impl.TemplatedExecutableStatementBuilder
- All Implemented Interfaces:
ExecutableSearchBuilder<ExecutableStatement>
,Component
,DestructableComponent
,InitializableComponent
@Deprecated
public class TemplatedExecutableStatementBuilder
extends V2CompatibleTemplatedExecutableStatementBuilder
Deprecated.
Replaced by api class. Remove in V5.
Classpath placeholder for legacy configurations.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.idp.attribute.resolver.dc.rdbms.TemplatedExecutableStatementBuilder
TemplatedExecutableStatementBuilder.EscapingReferenceInsertionEventHandler
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.attribute.resolver.dc.rdbms.impl.V2CompatibleTemplatedExecutableStatementBuilder
addExtraVelocityContext
Methods inherited from class net.shibboleth.idp.attribute.resolver.dc.rdbms.TemplatedExecutableStatementBuilder
doInitialize, getReferenceInsertionEventHandler, getSQLQuery, getTemplate, getTemplateText, getVelocityEngine, isV2Compatibility, merge, setReferenceInsertionEventHandler, setTemplateText, setV2Compatibility, setVelocityEngine
Methods inherited from class net.shibboleth.idp.attribute.resolver.dc.rdbms.AbstractExecutableStatementBuilder
build, getQueryTimeout, setQueryTimeout
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
Constructor Details
-
TemplatedExecutableStatementBuilder
public TemplatedExecutableStatementBuilder()Deprecated.Constructor. This is purely there to move people away from the V3 impl class.
-