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