Package org.apereo.cas.web.flow
Class X509CertificateCredentialsRequestHeaderAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
-
- org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
-
- org.apereo.cas.web.flow.X509CertificateCredentialsNonInteractiveAction
-
- org.apereo.cas.web.flow.X509CertificateCredentialsRequestHeaderAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class X509CertificateCredentialsRequestHeaderAction extends X509CertificateCredentialsNonInteractiveAction
Concrete implementation of AbstractNonInteractiveCredentialsAction that obtains the X509 Certificates from the HttpServletRequest and places them in the X509CertificateCredential.- Since:
- 3.0.0
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.web.flow.X509CertificateCredentialsNonInteractiveAction
REQUEST_ATTRIBUTE_X509_CERTIFICATE
-
-
Constructor Summary
Constructors Constructor Description X509CertificateCredentialsRequestHeaderAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, org.apereo.cas.web.extractcert.X509CertificateExtractor x509CertificateExtractor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apereo.cas.authentication.CredentialconstructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)-
Methods inherited from class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
doPreExecute, onError
-
Methods inherited from class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
doExecute, onSuccess, onWarn
-
-
-
-
Constructor Detail
-
X509CertificateCredentialsRequestHeaderAction
public X509CertificateCredentialsRequestHeaderAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, org.apereo.cas.web.extractcert.X509CertificateExtractor x509CertificateExtractor)
-
-
Method Detail
-
constructCredentialsFromRequest
protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
- Overrides:
constructCredentialsFromRequestin classX509CertificateCredentialsNonInteractiveAction
-
-