@Immutable public class SPNegoSchemeFactory extends Object implements org.apache.http.auth.AuthSchemeFactory, org.apache.http.auth.AuthSchemeProvider
AuthSchemeProvider implementation that creates and initializes
SPNegoScheme instances.| Constructor and Description |
|---|
SPNegoSchemeFactory() |
SPNegoSchemeFactory(boolean stripPort) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.auth.AuthScheme |
create(org.apache.http.protocol.HttpContext context) |
boolean |
isStripPort() |
org.apache.http.auth.AuthScheme |
newInstance(org.apache.http.params.HttpParams params) |
public SPNegoSchemeFactory(boolean stripPort)
public SPNegoSchemeFactory()
public boolean isStripPort()
public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
newInstance in interface org.apache.http.auth.AuthSchemeFactorypublic org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
create in interface org.apache.http.auth.AuthSchemeProviderCopyright © 2015. All rights reserved.