public class DigestAuthenticationScheme extends Object implements HTTPAuthenticationScheme
| Constructor and Description |
|---|
DigestAuthenticationScheme(String realm) |
| Modifier and Type | Method and Description |
|---|---|
void |
challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
void |
postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
public DigestAuthenticationScheme(String realm)
public void extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds)
extractCredential in interface HTTPAuthenticationSchemepublic void challengeClient(HttpServletRequest request,
HttpServletResponse response)
throws IOException
challengeClient in interface HTTPAuthenticationSchemeIOExceptionpublic void postAuthentication(HttpServletRequest request,
HttpServletResponse response)
throws IOException
postAuthentication in interface HTTPAuthenticationSchemeIOExceptionCopyright © 2013. All Rights Reserved.