Class ChainingPrincipalFromRequestNonInteractiveCredentialsAction
- 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
-
- org.apereo.cas.adaptors.trusted.web.flow.ChainingPrincipalFromRequestNonInteractiveCredentialsAction
-
- All Implemented Interfaces:
PrincipalFromRequestExtractorAction,org.springframework.beans.factory.InitializingBean,org.springframework.core.Ordered,org.springframework.webflow.execution.Action
public class ChainingPrincipalFromRequestNonInteractiveCredentialsAction extends BasePrincipalFromNonInteractiveCredentialsAction
- Since:
- 5.2.0
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.adaptors.trusted.web.flow.BasePrincipalFromNonInteractiveCredentialsAction
principalFactory
-
-
Constructor Summary
Constructors Constructor Description ChainingPrincipalFromRequestNonInteractiveCredentialsAction(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 voidaddAction(PrincipalFromRequestExtractorAction action)Add action.java.lang.StringgetRemotePrincipalId(javax.servlet.http.HttpServletRequest request)Gets remote principal id.-
Methods inherited from class org.apereo.cas.adaptors.trusted.web.flow.BasePrincipalFromNonInteractiveCredentialsAction
constructCredentialsFromRequest
-
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
-
-
-
-
Constructor Detail
-
ChainingPrincipalFromRequestNonInteractiveCredentialsAction
public ChainingPrincipalFromRequestNonInteractiveCredentialsAction(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
-
addAction
public void addAction(PrincipalFromRequestExtractorAction action)
Add action.- Parameters:
action- the action
-
getRemotePrincipalId
public java.lang.String getRemotePrincipalId(javax.servlet.http.HttpServletRequest request)
Description copied from interface:PrincipalFromRequestExtractorActionGets remote principal id.- Parameters:
request- the request- Returns:
- the remote principal id
-
-