|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationException | |
org.apache.commons.httpclient.auth | Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. |
Uses of AuthenticationException in org.apache.commons.httpclient.auth |
Methods in org.apache.commons.httpclient.auth that throw AuthenticationException | |
static boolean |
HttpAuthenticator.authenticateDefault(HttpMethod method,
HttpConnection conn,
HttpState state)
Attempt to provide default authentication credentials to the given method in the given context using basic authentication scheme. |
static boolean |
HttpAuthenticator.authenticateProxyDefault(HttpMethod method,
HttpConnection conn,
HttpState state)
Attempt to provide default proxy authentication credentials to the given method in the given context using basic authentication scheme. |
static boolean |
HttpAuthenticator.authenticate(AuthScheme authscheme,
HttpMethod method,
HttpConnection conn,
HttpState state)
Attempt to provide requisite authentication credentials to the given method in the given context using the given authentication scheme. |
static boolean |
HttpAuthenticator.authenticateProxy(AuthScheme authscheme,
HttpMethod method,
HttpConnection conn,
HttpState state)
Attempt to provide requisite proxy authentication credentials to the given method in the given context using the given authentication scheme. |
String |
DigestScheme.authenticate(Credentials credentials,
String method,
String uri)
Produces a digest authorization string for the given set of Credentials , method name and URI. |
static String |
DigestScheme.authenticate(UsernamePasswordCredentials credentials,
Map params)
Produces a digest authorization string for the given set of UsernamePasswordCredentials and authetication parameters. |
static String |
DigestScheme.createDigest(String uname,
String pwd,
Map params)
Creates an MD5 response digest. |
static String |
DigestScheme.createCnonce()
Creates a random cnonce value based on the current time. |
String |
AuthScheme.authenticate(Credentials credentials,
String method,
String uri)
Produces an authorization string for the given set of Credentials ,
method name and URI using the given authentication scheme. |
static String |
NTLMScheme.authenticate(NTCredentials credentials,
String challenge)
Create a NTLM authorization string for the given challenge and NT credentials. |
String |
NTLMScheme.authenticate(Credentials credentials,
String method,
String uri)
Produces NTLM authorization string for the given set of Credentials . |
String |
BasicScheme.authenticate(Credentials credentials,
String method,
String uri)
Produces basic authorization string for the given set of Credentials . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |