Package org.apache.http.impl.auth
Default implementations of standard and common HTTP authentication
 schemes.
- 
Interface Summary Interface Description NTLMEngine Abstract NTLM authentication engine.SpnegoTokenGenerator Deprecated. (4.2) subclassKerberosSchemeand overrideGGSSchemeBase.generateGSSToken(byte[], org.ietf.jgss.Oid, String, org.apache.http.auth.Credentials) - 
Class Summary Class Description AuthSchemeBase Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.BasicScheme Basic authentication scheme as defined in RFC 2617.BasicSchemeFactory AuthSchemeProviderimplementation that creates and initializesBasicSchemeinstances.DigestScheme Digest authentication scheme as defined in RFC 2617.DigestSchemeFactory AuthSchemeProviderimplementation that creates and initializesDigestSchemeinstances.GGSSchemeBase HttpAuthenticator KerberosScheme KERBEROS authentication scheme.KerberosSchemeFactory AuthSchemeProviderimplementation that creates and initializesKerberosSchemeinstances.NegotiateScheme Deprecated. (4.2) useSPNegoSchemeorKerberosScheme.NegotiateSchemeFactory Deprecated. (4.2) useSPNegoSchemeFactoryorKerberosSchemeFactory.NTLMScheme NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.NTLMSchemeFactory AuthSchemeProviderimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation.RFC2617Scheme 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.SPNegoScheme SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.SPNegoSchemeFactory AuthSchemeProviderimplementation that creates and initializesSPNegoSchemeinstances. - 
Exception Summary Exception Description NTLMEngineException Signals NTLM protocol failure.UnsupportedDigestAlgorithmException Authentication credentials required to respond to a authentication challenge are invalid