Class DynamicSPNegoSchemeFactory
-
- All Implemented Interfaces:
-
org.apache.http.auth.AuthSchemeFactory,org.apache.http.auth.AuthSchemeProvider
public class DynamicSPNegoSchemeFactory extends SPNegoSchemeFactoryExtends SPNegoSchemeFactory to provide ability to customize stripPort setting in SPNegoScheme based on HttpContext
- Since:
5.0
-
-
Constructor Summary
Constructors Constructor Description DynamicSPNegoSchemeFactory(boolean stripPort, boolean useCanonicalHostname)Constructor for DynamicSPNegoSchemeFactory
-
Method Summary
Modifier and Type Method Description AuthSchemecreate(HttpContext context)-
-
Constructor Detail
-
DynamicSPNegoSchemeFactory
DynamicSPNegoSchemeFactory(boolean stripPort, boolean useCanonicalHostname)
Constructor for DynamicSPNegoSchemeFactory- Parameters:
stripPort- flag, whether port should be stripped from SPNuseCanonicalHostname- flag, whether SPN should use the canonical hostname
-
-
Method Detail
-
create
AuthScheme create(HttpContext context)
-
-
-
-