@Deprecated public abstract class LegacyVelocitySecureAction extends LegacyVelocityAction
initialized
bubbleUpException, BUTTON, BUTTON_LENGTH, DEFAULT_METHOD, LENGTH, log, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
Constructor and Description |
---|
LegacyVelocitySecureAction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
isAuthorized(RunData data)
Deprecated.
Implement this method to perform the security check needed.
|
protected void |
perform(PipelineData pipelineData)
Deprecated.
This method overrides the method in VelocityAction to
perform a security check first.
|
doPerform, doPerform, doPerform
initialize, setTemplate
considerKey, executeEvents, formatString, getMethod
getRunData
public LegacyVelocitySecureAction()
protected void perform(PipelineData pipelineData) throws Exception
perform
in class VelocityAction
pipelineData
- Turbine information.Exception
- a generic exception.protected abstract boolean isAuthorized(RunData data) throws Exception
data
- Turbine information.Exception
- a generic exception.Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.