Class RestfulLoginWebflowDecorator

java.lang.Object
org.apereo.cas.web.flow.decorator.RestfulLoginWebflowDecorator
All Implemented Interfaces:
WebflowDecorator

public class RestfulLoginWebflowDecorator extends Object implements WebflowDecorator
Since:
6.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    RestfulLoginWebflowDecorator(org.apereo.cas.configuration.model.core.web.flow.RestfulWebflowLoginDecoratorProperties restProperties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    decorate(org.springframework.webflow.execution.RequestContext requestContext)
    Decorate the request context in the webflow with additional info and manipulate relevant scopes.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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: WebflowDecorator
      Decorate 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:
      decorate in interface WebflowDecorator
      Parameters:
      requestContext - the context