Package org.apereo.cas.web.flow
Class BasicAuthenticationAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
org.apereo.cas.web.flow.BasicAuthenticationAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class BasicAuthenticationAction
extends org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
This is
BasicAuthenticationAction that extracts basic authN credentials from the request.- Since:
- 4.2.0
-
Field Summary
Fields inherited from class org.springframework.webflow.action.AbstractAction
logger -
Constructor Summary
ConstructorsConstructorDescriptionBasicAuthenticationAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apereo.cas.authentication.CredentialconstructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext requestContext) Methods inherited from class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
doPreExecute, onErrorMethods inherited from class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
doExecute, fireEventHooks, onSuccess, onWarnMethods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction
isLoginFlowActiveMethods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
-
Constructor Details
-
BasicAuthenticationAction
public BasicAuthenticationAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)
-
-
Method Details
-
constructCredentialsFromRequest
protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext requestContext) - Specified by:
constructCredentialsFromRequestin classorg.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
-