Class BasePrincipalFromNonInteractiveCredentialsAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apereo.cas.authentication.principal.PrincipalFactory principalFactory
      The principal factory used to construct the final principal.
      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest​(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
      • 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.springframework.webflow.execution.Action

        execute
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Field Detail

      • principalFactory

        protected final org.apereo.cas.authentication.principal.PrincipalFactory principalFactory
        The principal factory used to construct the final principal.
    • Constructor Detail

      • BasePrincipalFromNonInteractiveCredentialsAction

        public 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:
        constructCredentialsFromRequest in class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction