Package org.apereo.cas.web.flow.login
Class RenderLoginAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.login.RenderLoginAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class RenderLoginAction extends org.springframework.webflow.action.AbstractActionThis isRenderLoginAction.- Since:
- 6.0.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContextapplicationContextThe current application context.protected org.apereo.cas.configuration.CasConfigurationPropertiescasPropertiesCollection of CAS settings.protected org.apereo.cas.services.ServicesManagerservicesManagerThe services manager with access to the registry.
-
Constructor Summary
Constructors Constructor Description RenderLoginAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)
-
-
-
Field Detail
-
servicesManager
protected final org.apereo.cas.services.ServicesManager servicesManager
The services manager with access to the registry.
-
casProperties
protected final org.apereo.cas.configuration.CasConfigurationProperties casProperties
Collection of CAS settings.
-
applicationContext
protected final org.springframework.context.ApplicationContext applicationContext
The current application context.
-
-