Class OAuth20RegisteredServiceUIAction

java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.support.oauth.web.flow.OAuth20RegisteredServiceUIAction
All Implemented Interfaces:
Serializable, org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public class OAuth20RegisteredServiceUIAction extends org.apereo.cas.web.flow.actions.BaseCasWebflowAction implements Serializable
Since:
5.1.0
See Also:
  • Field Summary

    Fields inherited from class org.springframework.webflow.action.AbstractAction

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.webflow.execution.Event
    doExecute(org.springframework.webflow.execution.RequestContext requestContext)
     

    Methods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction

    isLoginFlowActive

    Methods inherited from class org.springframework.webflow.action.AbstractAction

    afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OAuth20RegisteredServiceUIAction

      public OAuth20RegisteredServiceUIAction()
  • Method Details

    • doExecute

      protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext) throws Exception
      Specified by:
      doExecute in class org.springframework.webflow.action.AbstractAction
      Throws:
      Exception