Class BasePrincipalFromNonInteractiveCredentialsAction
- 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.adaptors.trusted.web.flow.BasePrincipalFromNonInteractiveCredentialsAction
-
- All Implemented Interfaces:
PrincipalFromRequestExtractorAction,org.springframework.beans.factory.InitializingBean,org.springframework.core.Ordered,org.springframework.webflow.execution.Action
- Direct Known Subclasses:
ChainingPrincipalFromRequestNonInteractiveCredentialsAction,PrincipalFromRequestHeaderNonInteractiveCredentialsAction,PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction,PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction
public abstract class BasePrincipalFromNonInteractiveCredentialsAction extends org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction implements org.springframework.core.Ordered, PrincipalFromRequestExtractorAction
- Since:
- 5.1.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apereo.cas.authentication.principal.PrincipalFactoryprincipalFactoryThe principal factory used to construct the final principal.
-
Constructor Summary
Constructors Modifier Constructor Description protectedBasePrincipalFromNonInteractiveCredentialsAction(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.authentication.principal.PrincipalFactory principalFactory, RemoteRequestPrincipalAttributesExtractor extractor)
-
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, fireEventHooks, onSuccess, onWarn
-
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, 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
-
Methods inherited from interface org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestExtractorAction
getRemotePrincipalId
-
-
-
-
Constructor Detail
-
BasePrincipalFromNonInteractiveCredentialsAction
protected BasePrincipalFromNonInteractiveCredentialsAction(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.authentication.principal.PrincipalFactory principalFactory, RemoteRequestPrincipalAttributesExtractor extractor)
-
-
Method Detail
-
constructCredentialsFromRequest
protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
- Specified by:
constructCredentialsFromRequestin classorg.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
-
-