public class Authentication extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Authentication.Digest |
| Constructor and Description |
|---|
Authentication(Authentication.Digest digest) |
| Modifier and Type | Method and Description |
|---|---|
String |
authorize(String method,
String uri,
Credentials credentials) |
static Authentication.Digest |
createDigest(String authenticate) |
Authentication.Digest |
getDigest() |
static String |
toHex8(int i) |
public Authentication(Authentication.Digest digest) throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic Authentication.Digest getDigest()
public String authorize(String method, String uri, Credentials credentials) throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic static String toHex8(int i)
public static Authentication.Digest createDigest(String authenticate) throws javax.servlet.ServletException
javax.servlet.ServletExceptionCopyright © 2014. All Rights Reserved.