Package | Description |
---|---|
org.apache.commons.httpclient.auth |
Provides implementation of various authentication schemes as well as
utility classes that can be used to authenticate HTTP requests.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
NTLMScheme.authenticate(NTCredentials credentials,
java.lang.String challenge)
Deprecated.
Use non-static
NTLMScheme.authenticate(Credentials, HttpMethod) |
static java.lang.String |
NTLMScheme.authenticate(NTCredentials credentials,
java.lang.String challenge,
java.lang.String charset)
Deprecated.
Use non-static
NTLMScheme.authenticate(Credentials, HttpMethod) |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.