Class GroovyLoginWebflowDecorator
java.lang.Object
org.apereo.cas.web.flow.decorator.GroovyLoginWebflowDecorator
- All Implemented Interfaces:
WebflowDecorator
This is
GroovyLoginWebflowDecorator.- Since:
- 6.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyLoginWebflowDecorator(org.apereo.cas.util.scripting.ExecutableCompiledScript watchableScript) GroovyLoginWebflowDecorator(org.springframework.core.io.Resource groovyScript) -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(org.springframework.webflow.execution.RequestContext requestContext) Decorate the request context in the webflow with additional info and manipulate relevant scopes.
-
Constructor Details
-
GroovyLoginWebflowDecorator
public GroovyLoginWebflowDecorator(org.springframework.core.io.Resource groovyScript) -
GroovyLoginWebflowDecorator
public GroovyLoginWebflowDecorator(org.apereo.cas.util.scripting.ExecutableCompiledScript watchableScript)
-
-
Method Details
-
decorate
public void decorate(org.springframework.webflow.execution.RequestContext requestContext) throws Throwable Description copied from interface:WebflowDecoratorDecorate the request context in the webflow with additional info and manipulate relevant scopes. Note that objects put into the webflow as the result of decorations MUST be serializable.- Specified by:
decoratein interfaceWebflowDecorator- Parameters:
requestContext- the context- Throws:
Throwable- the throwable
-