Class RestfulLoginWebflowDecorator
- java.lang.Object
-
- org.apereo.cas.web.flow.decorator.RestfulLoginWebflowDecorator
-
- All Implemented Interfaces:
WebflowDecorator
public class RestfulLoginWebflowDecorator extends java.lang.Object implements WebflowDecorator
This isRestfulLoginWebflowDecorator.- Since:
- 6.0.0
-
-
Constructor Summary
Constructors Constructor Description RestfulLoginWebflowDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorate(org.springframework.webflow.execution.RequestContext requestContext, org.springframework.context.ApplicationContext applicationContext)Decorate the request context in the webflow with additional info and manipulate relevant scopes.
-
-
-
Method Detail
-
decorate
public void decorate(org.springframework.webflow.execution.RequestContext requestContext, org.springframework.context.ApplicationContext applicationContext)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 contextapplicationContext- the application context
-
-