| Name | Description | Type | Package | Framework |
| AUTH | Constants and static helpers related to the HTTP authentication. | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthenticationException | Signals a failure in authentication processSince:4. | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthOption | | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP authentication parameters | Class | org.apache.http.auth.params | Apache HttpComponents |
|
| AuthParams | | Class | org.apache.http.auth.params | Apache HttpComponents |
|
| AuthPNames | Parameter names for HTTP authentication classes. | Interface | org.apache.http.auth.params | Apache HttpComponents |
|
| AuthProtocolState | enum AuthProtocolStateEnum Constant Summary | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthScheme | This interface represents an abstract challenge-response oriented authentication scheme. | Interface | org.apache.http.auth | Apache HttpComponents |
|
| AuthSchemeFactory | Factory for AuthScheme implementations. | Interface | org.apache.http.auth | Apache HttpComponents |
|
| AuthSchemeProvider | Factory for AuthScheme implementations. | Interface | org.apache.http.auth | Apache HttpComponents |
|
| AuthSchemeRegistry | Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge. | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthScope | The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthState | This class provides detailed information about the state of the authentication process. | Class | org.apache.http.auth | Apache HttpComponents |
|
| BasicUserPrincipal | Basic user principal used for HTTP authenticationSince:4. | Class | org.apache.http.auth | Apache HttpComponents |
|
| ChallengeState | Challenge mode (TARGET or PROXY)Enum Constant Summary | Class | org.apache.http.auth | Apache HttpComponents |
|
| ContextAwareAuthScheme | This interface represents an extended authentication scheme that requires access to HttpContext in order to | Interface | org.apache.http.auth | Apache HttpComponents |
|
| Credentials | This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user | Interface | org.apache.http.auth | Apache HttpComponents |
|
| InvalidCredentialsException | Authentication credentials required to respond to a authentication challenge are invalid | Class | org.apache.http.auth | Apache HttpComponents |
|
| MalformedChallengeException | Signals that authentication challenge is in some way invalid or illegal in the given context | Class | org.apache.http.auth | Apache HttpComponents |
|
| NTCredentials | Credentials implementation for Microsoft Windows platforms that includes Windows specific attributes such as name of the domain the user belongs to. | Class | org.apache.http.auth | Apache HttpComponents |
|
| NTUserPrincipal | Microsoft Windows specific user principal implementation. | Class | org.apache.http.auth | Apache HttpComponents |
|
| UsernamePasswordCredentials | Simple Credentials implementation based on a user name / passwordSince:4. | Class | org.apache.http.auth | Apache HttpComponents |