|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AuthenticationException in org.apache.commons.httpclient.auth |
Methods in org.apache.commons.httpclient.auth that throw AuthenticationException | |
java.lang.String |
AuthScheme.authenticate(Credentials credentials,
java.lang.String method,
java.lang.String uri)
Produces an authorization string for the given set of Credentials ,
method name and URI using the given authentication scheme. |
java.lang.String |
BasicScheme.authenticate(Credentials credentials,
java.lang.String method,
java.lang.String uri)
Produces basic authorization string for the given set of Credentials . |
java.lang.String |
DigestScheme.authenticate(Credentials credentials,
java.lang.String method,
java.lang.String uri)
Produces a digest authorization string for the given set of Credentials , method name and URI. |
static java.lang.String |
DigestScheme.authenticate(UsernamePasswordCredentials credentials,
java.util.Map params)
Produces a digest authorization string for the given set of UsernamePasswordCredentials and authetication parameters. |
static java.lang.String |
DigestScheme.createDigest(java.lang.String uname,
java.lang.String pwd,
java.util.Map params)
Creates an MD5 response digest. |
static java.lang.String |
DigestScheme.createCnonce()
Creates a random cnonce value based on the current time. |
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. |
static java.lang.String |
NTLMScheme.authenticate(NTCredentials credentials,
java.lang.String challenge)
Create a NTLM authorization string for the given challenge and NT credentials. |
java.lang.String |
NTLMScheme.authenticate(Credentials credentials,
java.lang.String method,
java.lang.String uri)
Produces NTLM authorization string for the given set of Credentials . |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |