Class RestfulLoginWebflowDecorator
java.lang.Object
org.apereo.cas.web.flow.decorator.RestfulLoginWebflowDecorator
- All Implemented Interfaces:
WebflowDecorator
This is
RestfulLoginWebflowDecorator.- Since:
- 6.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionRestfulLoginWebflowDecorator(org.apereo.cas.configuration.model.core.web.flow.RestfulWebflowLoginDecoratorProperties restProperties) -
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
-
RestfulLoginWebflowDecorator
public RestfulLoginWebflowDecorator(org.apereo.cas.configuration.model.core.web.flow.RestfulWebflowLoginDecoratorProperties restProperties)
-
-
Method Details
-
decorate
public void decorate(org.springframework.webflow.execution.RequestContext requestContext) 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
-