Class DynamicKerberosSchemeFactory
java.lang.Object
org.apache.http.impl.auth.KerberosSchemeFactory
org.apache.jmeter.protocol.http.control.DynamicKerberosSchemeFactory
- All Implemented Interfaces:
- org.apache.http.auth.AuthSchemeFactory,- org.apache.http.auth.AuthSchemeProvider
public class DynamicKerberosSchemeFactory
extends org.apache.http.impl.auth.KerberosSchemeFactory
Extends 
KerberosSchemeFactory to provide ability to customize stripPort
 setting in KerberosScheme based on HttpContext- Since:
- 5.0
- 
Constructor SummaryConstructorsConstructorDescriptionDynamicKerberosSchemeFactory(boolean stripPort, boolean useCanonicalHostname) Constructor for DynamicKerberosSchemeFactory
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.http.auth.AuthSchemecreate(org.apache.http.protocol.HttpContext context) Methods inherited from class org.apache.http.impl.auth.KerberosSchemeFactoryisStripPort, isUseCanonicalHostname, newInstance
- 
Constructor Details- 
DynamicKerberosSchemeFactorypublic DynamicKerberosSchemeFactory(boolean stripPort, boolean useCanonicalHostname) Constructor for DynamicKerberosSchemeFactory- Parameters:
- stripPort- flag, whether port should be stripped from SPN
- useCanonicalHostname- flag, whether SPN should use the canonical hostname
- Since:
- 4.0
 
 
- 
- 
Method Details- 
createpublic org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context) - Specified by:
- createin interface- org.apache.http.auth.AuthSchemeProvider
- Overrides:
- createin class- org.apache.http.impl.auth.KerberosSchemeFactory
 
 
-