Uses of Interface
org.apache.http.impl.auth.SpnegoTokenGenerator
-
Packages that use SpnegoTokenGenerator Package Description org.apache.http.impl.auth Default implementations of standard and common HTTP authentication schemes. -
-
Uses of SpnegoTokenGenerator in org.apache.http.impl.auth
Methods in org.apache.http.impl.auth that return SpnegoTokenGenerator Modifier and Type Method Description SpnegoTokenGeneratorNegotiateSchemeFactory. getSpengoGenerator()Deprecated.Constructors in org.apache.http.impl.auth with parameters of type SpnegoTokenGenerator Constructor Description NegotiateScheme(SpnegoTokenGenerator spengoGenerator)Deprecated.NegotiateScheme(SpnegoTokenGenerator spengoGenerator, boolean stripPort)Deprecated.Default constructor for the Negotiate authentication scheme.NegotiateSchemeFactory(SpnegoTokenGenerator spengoGenerator)Deprecated.NegotiateSchemeFactory(SpnegoTokenGenerator spengoGenerator, boolean stripPort)Deprecated.
-