Uses of Interface
org.apache.http.impl.auth.SpnegoTokenGenerator

Packages that use SpnegoTokenGenerator
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
 SpnegoTokenGenerator NegotiateSchemeFactory.getSpengoGenerator()
          Deprecated.  
 

Constructors in org.apache.http.impl.auth with parameters of type SpnegoTokenGenerator
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.  
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.