Package org.apereo.cas.web.flow
Class X509TomcatServletFactoryInitialAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.BaseCasWebflowAction
-
- org.apereo.cas.web.flow.X509TomcatServletFactoryInitialAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class X509TomcatServletFactoryInitialAction extends org.apereo.cas.web.flow.actions.BaseCasWebflowAction- Since:
- 6.3.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_X509_CLIENT_AUTH_LOGIN_ENDPOINT_URLAttribute to indicate the x509 login endpoint.
-
Constructor Summary
Constructors Constructor Description X509TomcatServletFactoryInitialAction()
-
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
-
ATTRIBUTE_X509_CLIENT_AUTH_LOGIN_ENDPOINT_URL
public static final java.lang.String ATTRIBUTE_X509_CLIENT_AUTH_LOGIN_ENDPOINT_URL
Attribute to indicate the x509 login endpoint.- See Also:
- Constant Field Values
-
-