| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthScheme | |
|---|---|
| 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 AuthScheme in org.apache.commons.httpclient.auth | 
|---|
| Classes in org.apache.commons.httpclient.auth that implement AuthScheme | |
|---|---|
|  class | AuthSchemeBaseDeprecated. No longer used | 
|  class | BasicSchemeBasic authentication scheme as defined in RFC 2617. | 
|  class | DigestSchemeDigest authentication scheme as defined in RFC 2617. | 
|  class | NTLMSchemeAn implementation of the Microsoft proprietary NTLM authentication scheme. | 
|  class | RFC2617SchemeAbstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common to all authentication schemes defined in RFC 2617. | 
| Methods in org.apache.commons.httpclient.auth that return AuthScheme | |
|---|---|
|  AuthScheme | AuthState.getAuthScheme()Returns the authentication scheme. | 
| static AuthScheme | AuthPolicy.getAuthScheme(String id)Gets the authentication schemewith the given ID. | 
|  AuthScheme | AuthChallengeProcessor.processChallenge(AuthState state,
                 Map challenges)Processes the given collection of challenges and updates the stateof the authentication process. | 
| static AuthScheme | HttpAuthenticator.selectAuthScheme(Header[] challenges)Deprecated. Use AuthChallengeParser.parseChallenges(Header[])andAuthPolicy.getAuthScheme(String) | 
|  AuthScheme | AuthChallengeProcessor.selectAuthScheme(Map challenges)Determines the preferred authentication schemethat can be used 
 to respond to the given collection of challenges. | 
| Methods in org.apache.commons.httpclient.auth with parameters of type AuthScheme | |
|---|---|
| static boolean | HttpAuthenticator.authenticate(AuthScheme authscheme,
             HttpMethod method,
             HttpConnection conn,
             HttpState state)Deprecated. use AuthScheme | 
| static boolean | HttpAuthenticator.authenticateProxy(AuthScheme authscheme,
                  HttpMethod method,
                  HttpConnection conn,
                  HttpState state)Deprecated. use AuthScheme | 
|  Credentials | CredentialsProvider.getCredentials(AuthScheme scheme,
               String host,
               int port,
               boolean proxy)Requests additional authentication credentials. | 
|  void | AuthState.setAuthScheme(AuthScheme authScheme)Assigns the given authentication scheme. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||