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) |
doExecute, getAuthenticationSystemSupport, getCentralAuthenticationService, getPrincipalFactory, isRenewPresent, onError, onSuccess, onWarn, setAuthenticationSystemSupport, setCentralAuthenticationService, setPrincipalFactory, setWarnCookieGeneratorpublic 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