public class DigestAuthenticationAction
extends org.apereo.cas.web.flow.AbstractNonInteractiveCredentialsAction
DigestAuthenticationAction that extracts digest authN credentials from the request.| Constructor and Description |
|---|
DigestAuthenticationAction() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apereo.cas.authentication.Credential |
constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext requestContext) |
void |
setAuthenticationMethod(java.lang.String authenticationMethod) |
void |
setCredentialRetriever(DigestHashedCredentialRetriever credentialRetriever) |
void |
setRealm(java.lang.String realm) |
doPreExecutedoExecute, onError, onSuccess, onWarn, setAdaptiveAuthenticationPolicy, setInitialAuthenticationAttemptWebflowEventResolver, setServiceTicketRequestWebflowEventResolverpublic void setCredentialRetriever(DigestHashedCredentialRetriever credentialRetriever)
public void setRealm(java.lang.String realm)
public void setAuthenticationMethod(java.lang.String authenticationMethod)
protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext requestContext)
constructCredentialsFromRequest in class org.apereo.cas.web.flow.AbstractNonInteractiveCredentialsAction