Package org.apache.http.impl.auth
package org.apache.http.impl.auth
Default implementations of standard and common HTTP authentication
schemes.
-
ClassDescriptionAbstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.Basic authentication scheme as defined in RFC 2617.
AuthSchemeProviderimplementation that creates and initializesBasicSchemeinstances.Digest authentication scheme as defined in RFC 2617.AuthSchemeProviderimplementation that creates and initializesDigestSchemeinstances.KERBEROS authentication scheme.AuthSchemeProviderimplementation that creates and initializesKerberosSchemeinstances.Deprecated.Deprecated.(4.2) useSPNegoSchemeFactoryorKerberosSchemeFactory.Abstract NTLM authentication engine.Signals NTLM protocol failure.NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.AuthSchemeProviderimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation.Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.AuthSchemeProviderimplementation that creates and initializesSPNegoSchemeinstances.Deprecated.(4.2) subclassKerberosSchemeand overrideGGSSchemeBase.generateGSSToken(byte[], org.ietf.jgss.Oid, String, org.apache.http.auth.Credentials)Authentication credentials required to respond to a authentication challenge are invalid
SPNegoSchemeorKerberosScheme.