Class DigestAuthenticationAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

    public class DigestAuthenticationAction
    extends org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
    This is DigestAuthenticationAction that extracts digest authN credentials from the request.
    Since:
    5.0.0
    • Field Summary

      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      DigestAuthenticationAction​(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, java.lang.String realm, java.lang.String authenticationMethod, DigestHashedCredentialRetriever credentialRetriever)  
    • 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 requestContext)  
      • 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
    • Constructor Detail

      • DigestAuthenticationAction

        public DigestAuthenticationAction​(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver,
                                          org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver,
                                          org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy,
                                          java.lang.String realm,
                                          java.lang.String authenticationMethod,
                                          DigestHashedCredentialRetriever credentialRetriever)
    • Method Detail

      • constructCredentialsFromRequest

        protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest​(org.springframework.webflow.execution.RequestContext requestContext)
        Specified by:
        constructCredentialsFromRequest in class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction