Package org.pentaho.di.www
Class SslConfiguration
java.lang.Object
org.pentaho.di.www.SslConfiguration
- Author:
- Tatsiana_Kasiankova
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetXML()
void
setKeyPassword
(String keyPassword) void
setKeyStore
(String keyStore) void
setKeyStorePassword
(String keyStorePassword) void
setKeyStoreType
(String keyStoreType)
-
Field Details
-
XML_TAG
- See Also:
-
-
Constructor Details
-
SslConfiguration
-
-
Method Details
-
getKeyStoreType
- Returns:
- the keyStoreType
-
setKeyStoreType
- Parameters:
keyStoreType
- the keyStoreType to set
-
getKeyStore
- Returns:
- the keyStorePath
-
setKeyStore
- Parameters:
keyStorePath
- the keyStorePath to set
-
getKeyStorePassword
- Returns:
- the keyStorePassword
-
setKeyStorePassword
- Parameters:
keyStorePassword
- the keyStorePassword to set
-
getKeyPassword
- Returns:
- the keyPassword
-
setKeyPassword
- Parameters:
keyPassword
- the keyPassword to set
-
getXML
-