com.ning.http.client.providers.netty.spnego
Class SpnegoEngine

java.lang.Object
  extended by com.ning.http.client.providers.netty.spnego.SpnegoEngine

public class SpnegoEngine
extends Object

SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.

Since:
4.1

Constructor Summary
SpnegoEngine()
           
SpnegoEngine(SpnegoTokenGenerator spengoGenerator)
           
SpnegoEngine(SpnegoTokenGenerator spengoGenerator, boolean stripPort)
          Default constructor for the Negotiate authentication scheme.
 
Method Summary
 String generateToken(String authServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpnegoEngine

public SpnegoEngine(SpnegoTokenGenerator spengoGenerator,
                    boolean stripPort)
Default constructor for the Negotiate authentication scheme.


SpnegoEngine

public SpnegoEngine(SpnegoTokenGenerator spengoGenerator)

SpnegoEngine

public SpnegoEngine()
Method Detail

generateToken

public String generateToken(String authServer)
                     throws Throwable
Throws:
Throwable


Copyright © 2011. All Rights Reserved.