public class DigestAuthenticationAction
extends org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
DigestAuthenticationAction that extracts digest authN credentials from the request.| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apereo.cas.authentication.Credential |
constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext requestContext) |
doPreExecute, onErrordoExecute, onSuccess, onWarnpublic 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)
protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext requestContext)
constructCredentialsFromRequest in class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction