|
|||||||||
| Home >> All >> org >> apache >> commons >> httpclient >> [ auth overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.commons.httpclient.auth
| Interface Summary | |
| AuthScheme | This interface represents an abstract challenge-response oriented authentication scheme. |
| CredentialsProvider | Credentials provider interface can be used to provide HTTP method with a means to request authentication credentials if no credentials have been given or given credentials are incorrect. |
| Class Summary | |
| AuthChallengeParser | This class provides utility methods for parsing HTTP www and proxy authentication challenges. |
| AuthChallengeProcessor | This class provides utility methods for processing HTTP www and proxy authentication challenges. |
| AuthPolicy | Authentication policy class. |
| AuthSchemeBase | Deprecated. No longer used |
| AuthScope | The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which org.apache.commons.httpclient.Credentials apply to. |
| AuthState | This class provides detailed information about the state of the authentication process. |
| BasicScheme | Basic authentication scheme as defined in RFC 2617. |
| DigestScheme | Digest authentication scheme as defined in RFC 2617. |
| HttpAuthenticator | Deprecated. no longer used |
| HttpAuthRealm | Deprecated. no longer used |
| NTLM | Provides an implementation of the NTLM authentication protocol. |
| NTLMScheme | An implementation of the Microsoft proprietary NTLM authentication scheme. |
| RFC2617Scheme | Abstract 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. |
| TestAuthAll | |
| TestBasicAuth | Basic authentication test cases. |
| TestChallengeParser | Unit tests for AuthChallengeParser. |
| TestChallengeProcessor | Unit tests for testParsingChallenge. |
| TestDigestAuth | Test Methods for DigestScheme Authentication. |
| TestNTLMAuth | Test Methods for NTLM Authentication. |
| Exception Summary | |
| AuthChallengeException | Signals a failure processing authentication challenge |
| AuthenticationException | Signals a failure in authentication process |
| CredentialsNotAvailableException | Authentication credentials required to respond to a authentication challenge are not available |
| InvalidCredentialsException | Authentication credentials required to respond to a authentication challenge are invalid |
| MalformedChallengeException | Signals that authentication challenge is in some way invalid or illegal in the given context |
|
|||||||||
| Home >> All >> org >> apache >> commons >> httpclient >> [ auth overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||