-
public class MockHttpsKeystoreProviderConfig.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MockHttpsKeystoreProviderConfig.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final MockProviderConfighttpsKeystoreConfig(String hostname, Integer port, String keystore, String password, PactSpecVersion pactVersion)Creates instance of config final MockProviderConfighttpsKeystoreConfig(String hostname, Integer port, String keystore, String password)Creates instance of config final MockProviderConfighttpsKeystoreConfig(String hostname, String keystore, String password)Creates instance of config final MockProviderConfighttpsKeystoreConfig(String keystore, String password)Creates instance of config -
-
Method Detail
-
httpsKeystoreConfig
@JvmOverloads() final MockProviderConfig httpsKeystoreConfig(String hostname, Integer port, String keystore, String password, PactSpecVersion pactVersion)
Creates instance of config
- Parameters:
hostname- Name of the host to mockport- Port the mock service should listen onkeystore- Full path (including file name) of keystore to use.password- Keystore passwordpactVersion- Version of {@link PactSpecVersion}
-
httpsKeystoreConfig
@JvmOverloads() final MockProviderConfig httpsKeystoreConfig(String hostname, Integer port, String keystore, String password)
Creates instance of config
- Parameters:
hostname- Name of the host to mockport- Port the mock service should listen onkeystore- Full path (including file name) of keystore to use.password- Keystore password
-
httpsKeystoreConfig
@JvmOverloads() final MockProviderConfig httpsKeystoreConfig(String hostname, String keystore, String password)
Creates instance of config
- Parameters:
hostname- Name of the host to mockkeystore- Full path (including file name) of keystore to use.password- Keystore password
-
httpsKeystoreConfig
@JvmOverloads() final MockProviderConfig httpsKeystoreConfig(String keystore, String password)
Creates instance of config
- Parameters:
keystore- Full path (including file name) of keystore to use.password- Keystore password
-
-
-
-