Package com.blackrook.small.jetty
Class DefaultSmallJettyConfiguration.SSLConfigurationBuilder
java.lang.Object
com.blackrook.small.jetty.DefaultSmallJettyConfiguration.SSLConfigurationBuilder
- All Implemented Interfaces:
SmallJettyConfiguration.SSLConfiguration
- Enclosing class:
- DefaultSmallJettyConfiguration
public static class DefaultSmallJettyConfiguration.SSLConfigurationBuilder extends Object implements SmallJettyConfiguration.SSLConfiguration
-
Method Summary
-
Method Details
-
getKeyStoreType
- Specified by:
getKeyStoreType
in interfaceSmallJettyConfiguration.SSLConfiguration
- Returns:
- the keystore type name.
-
getKeyStorePath
- Specified by:
getKeyStorePath
in interfaceSmallJettyConfiguration.SSLConfiguration
- Returns:
- the path to the SSL keystore file.
-
getKeyStorePassword
- Specified by:
getKeyStorePassword
in interfaceSmallJettyConfiguration.SSLConfiguration
- Returns:
- the SSL keystore password.
-
getTrustStoreType
- Specified by:
getTrustStoreType
in interfaceSmallJettyConfiguration.SSLConfiguration
- Returns:
- the truststore type name.
-
getTrustStorePath
- Specified by:
getTrustStorePath
in interfaceSmallJettyConfiguration.SSLConfiguration
- Returns:
- the path to the SSL trust store file.
-
getTrustStorePassword
- Specified by:
getTrustStorePassword
in interfaceSmallJettyConfiguration.SSLConfiguration
- Returns:
- the SSL trust store password.
-
setKeyStoreType
- Parameters:
value
- the value to set.- Returns:
- this builder, for chaining.
- See Also:
getKeyStoreType()
-
setKeyStorePath
- Parameters:
value
- the value to set.- Returns:
- this builder, for chaining.
- See Also:
getKeyStorePath()
-
setKeyStorePassword
- Parameters:
value
- the value to set.- Returns:
- this builder, for chaining.
- See Also:
getKeyStorePassword()
-
setTrustStoreType
- Parameters:
value
- the value to set.- Returns:
- this builder, for chaining.
- See Also:
getTrustStoreType()
-
setTrustStorePath
- Parameters:
value
- the value to set.- Returns:
- this builder, for chaining.
- See Also:
getTrustStorePath()
-
setTrustStorePassword
- Parameters:
value
- the value to set.- Returns:
- this builder, for chaining.
- See Also:
getTrustStorePassword()
-