java.lang.ObjectDeprecated!org.apache.commons.httpclient.auth.HttpAuthenticator
no - longer usedA client SHOULD assume that all paths at or deeper than the depth of the last symbolic element in the path field of the Request-URI also are within the protection space specified by the basic realm value of the current challenge. A client MAY preemptively send the corresponding Authorization header with requests for resources in that space without receipt of another challenge from the server. Similarly, when a client sends a request to a proxy, it may reuse a userid and password in the Proxy-Authorization header field without receiving another challenge from the proxy server.
< - a href="mailto:remm@apache.org">Remy MaucheratRodney - Waldhoff< - a href="mailto:jsdever@apache.org">Jeff DeverOrtwin - Gl�ckSean - C. Sullivan< - a href="mailto:adrian@ephox.com">Adrian Sutton< - a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler< - a href="mailto:oleg@ural.ru">Oleg Kalnichevski| Field Summary | ||
|---|---|---|
| public static final String | WWW_AUTH | The www authenticate challange header. |
| public static final String | WWW_AUTH_RESP | The www authenticate response header. |
| public static final String | PROXY_AUTH | The proxy authenticate challange header. |
| public static final String | PROXY_AUTH_RESP | The proxy authenticate response header. |
| Method from org.apache.commons.httpclient.auth.HttpAuthenticator Summary: |
|---|
| authenticate, authenticateDefault, authenticateProxy, authenticateProxyDefault, selectAuthScheme |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.httpclient.auth.HttpAuthenticator Detail: |
|---|
Deprecated! use - AuthSchemeDeprecated!
|
Deprecated! use - AuthSchemeDeprecated!
|
Deprecated! use - AuthSchemeDeprecated!
|
Deprecated! use - AuthSchemeDeprecated!
|
Deprecated! Use - AuthChallengeParser#parseChallenges(Header[]) and
AuthPolicy#getAuthScheme(String) Deprecated!
NTLM,
Digest, Basic schemes are recognized.
The NTLM scheme is considered the strongest and is
preferred to all others. The Digest scheme is preferred to
the Basic one which provides no encryption for credentials.
The Basic scheme is used only if it is the only one
supported. |