public static class MockHttpsKeystoreProviderConfig.Companion
| Modifier and Type | Method and Description |
|---|---|
MockProviderConfig |
httpsKeystoreConfig(java.lang.String hostname,
int port,
java.lang.String keystore,
java.lang.String password,
au.com.dius.pact.core.model.PactSpecVersion pactVersion)
Creates instance of config
|
MockProviderConfig |
httpsKeystoreConfig(java.lang.String hostname,
int port,
java.lang.String keystore,
java.lang.String password)
Creates instance of config
|
MockProviderConfig |
httpsKeystoreConfig(java.lang.String hostname,
java.lang.String keystore,
java.lang.String password)
Creates instance of config
|
MockProviderConfig |
httpsKeystoreConfig(java.lang.String keystore,
java.lang.String password)
Creates instance of config
|
public MockProviderConfig httpsKeystoreConfig(java.lang.String hostname, int port, java.lang.String keystore, java.lang.String password, au.com.dius.pact.core.model.PactSpecVersion pactVersion)
Creates instance of config
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}public MockProviderConfig httpsKeystoreConfig(java.lang.String hostname, int port, java.lang.String keystore, java.lang.String password)
Creates instance of config
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 passwordpublic MockProviderConfig httpsKeystoreConfig(java.lang.String hostname, java.lang.String keystore, java.lang.String password)
Creates instance of config
hostname - Name of the host to mockkeystore - Full path (including file name) of keystore to use.password - Keystore passwordpublic MockProviderConfig httpsKeystoreConfig(java.lang.String keystore, java.lang.String password)
Creates instance of config
keystore - Full path (including file name) of keystore to use.password - Keystore password