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 HTTPAuthenticationScheme
public void challengeClient(HttpServletRequest request, HttpServletResponse response) throws IOException
challengeClient
in interface HTTPAuthenticationScheme
IOException
public void postAuthentication(HttpServletRequest request, HttpServletResponse response) throws IOException
postAuthentication
in interface HTTPAuthenticationScheme
IOException
Copyright © 2013. All Rights Reserved.