public class OldConnectorInfo extends ConnectorInfo
| Constructor and Description |
|---|
OldConnectorInfo()
Recent version of tomcat have changed how certificate setup works.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKeystoreFile()
Gets the keystore file.
|
String |
getKeystorePass()
Gets the keystore pass.
|
String |
getKeystoreProvider()
Gets the keystore provider.
|
String |
getKeystoreType()
Gets the keystore type.
|
String |
getTruststoreFile()
Gets the truststore file.
|
String |
getTruststorePass()
Gets the truststore pass.
|
String |
getTruststoreProvider()
Gets the truststore provider.
|
String |
getTruststoreType()
Gets the truststore type.
|
void |
setKeystoreFile(String keystoreFile)
Sets the keystore file.
|
void |
setKeystorePass(String keystorePass)
Sets the keystore pass.
|
void |
setKeystoreProvider(String keystoreProvider)
Sets the keystore provider.
|
void |
setKeystoreType(String keystoreType)
Sets the keystore type.
|
void |
setTruststoreFile(String truststoreFile)
Sets the truststore file.
|
void |
setTruststorePass(String truststorePass)
Sets the truststore pass.
|
void |
setTruststoreProvider(String truststoreProvider)
Sets the truststore provider.
|
void |
setTruststoreType(String truststoreType)
Sets the truststore type.
|
getDefaultSslHostConfigName, getName, getSslHostConfigInfos, setDefaultSslHostConfigName, setName, setSslHostConfigInfospublic OldConnectorInfo()
public String getKeystoreFile()
public void setKeystoreFile(String keystoreFile)
keystoreFile - the new keystore filepublic String getKeystorePass()
public void setKeystorePass(String keystorePass)
keystorePass - the new keystore passpublic String getKeystoreProvider()
public void setKeystoreProvider(String keystoreProvider)
keystoreProvider - the new keystore providerpublic String getKeystoreType()
public void setKeystoreType(String keystoreType)
keystoreType - the new keystore typepublic String getTruststoreFile()
public void setTruststoreFile(String truststoreFile)
truststoreFile - the new truststore filepublic String getTruststorePass()
public void setTruststorePass(String truststorePass)
truststorePass - the new truststore passpublic String getTruststoreProvider()
public void setTruststoreProvider(String truststoreProvider)
truststoreProvider - the new truststore providerpublic String getTruststoreType()
public void setTruststoreType(String truststoreType)
truststoreType - the new truststore typeCopyright © 2009–2020 psi-probe. All rights reserved.