org.apache.http.impl.auth
Class SPNegoSchemeFactory

java.lang.Object
  extended by org.apache.http.impl.auth.SPNegoSchemeFactory
All Implemented Interfaces:
AuthSchemeFactory

@Immutable
public class SPNegoSchemeFactory
extends Object
implements AuthSchemeFactory

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

Since:
4.2

Constructor Summary
SPNegoSchemeFactory()
           
SPNegoSchemeFactory(boolean stripPort)
           
 
Method Summary
 boolean isStripPort()
           
 AuthScheme newInstance(HttpParams params)
          Creates an instance of AuthScheme using given HTTP parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPNegoSchemeFactory

public SPNegoSchemeFactory(boolean stripPort)

SPNegoSchemeFactory

public SPNegoSchemeFactory()
Method Detail

newInstance

public AuthScheme newInstance(HttpParams params)
Description copied from interface: AuthSchemeFactory
Creates an instance of AuthScheme using given HTTP parameters.

Specified by:
newInstance in interface AuthSchemeFactory
Parameters:
params - HTTP parameters.
Returns:
auth scheme.

isStripPort

public boolean isStripPort()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.