Uses of Interface
org.apache.http.impl.auth.NTLMEngine
-
Packages that use NTLMEngine Package Description org.apache.http.impl.auth Default implementations of standard and common HTTP authentication schemes. -
-
Uses of NTLMEngine in org.apache.http.impl.auth
Classes in org.apache.http.impl.auth that implement NTLMEngine Modifier and Type Class Description (package private) class
NTLMEngineImpl
Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM authentication protocol.Fields in org.apache.http.impl.auth declared as NTLMEngine Modifier and Type Field Description private NTLMEngine
NTLMScheme. engine
Constructors in org.apache.http.impl.auth with parameters of type NTLMEngine Constructor Description NTLMScheme(NTLMEngine engine)
-