Package org.apache.http.auth
package org.apache.http.auth
Client HTTP authentication APIs.
-
ClassDescriptionConstants and static helpers related to the HTTP authentication.Signals a failure in authentication processThis interface represents an abstract challenge-response oriented authentication scheme.Deprecated.(4.3) use
AuthSchemeProvider
Factory forAuthScheme
implementations.Deprecated.(4.3) useRegistry
AuthScope
represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name.This class provides detailed information about the state of the authentication process.Basic user principal used for HTTP authenticationChallenge mode (TARGET or PROXY)This interface represents an extended authentication scheme that requires access toHttpContext
in order to generate an authorization string.This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identityAuthentication credentials required to respond to a authentication challenge are invalidCredentials
implementation based on GSSCredential for Kerberos Authentication.Signals that authentication challenge is in some way invalid or illegal in the given contextCredentials
implementation for Microsoft Windows platforms that includes Windows specific attributes such as name of the domain the user belongs to.Microsoft Windows specific user principal implementation.SimpleCredentials
implementation based on a user name / password pair.