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
- Author:
- Matthew Tropiano
-
Method Summary
Modifier and TypeMethodDescriptionsetKeyStorePassword(String value) setKeyStorePath(String value) setKeyStoreType(String value) setTrustStorePassword(String value) setTrustStorePath(String value) setTrustStoreType(String value)
-
Method Details
-
getKeyStoreType
- Specified by:
getKeyStoreTypein interfaceSmallJettyConfiguration.SSLConfiguration- Returns:
- the keystore type name.
-
getKeyStorePath
- Specified by:
getKeyStorePathin interfaceSmallJettyConfiguration.SSLConfiguration- Returns:
- the path to the SSL keystore file.
-
getKeyStorePassword
- Specified by:
getKeyStorePasswordin interfaceSmallJettyConfiguration.SSLConfiguration- Returns:
- the SSL keystore password.
-
getTrustStoreType
- Specified by:
getTrustStoreTypein interfaceSmallJettyConfiguration.SSLConfiguration- Returns:
- the truststore type name.
-
getTrustStorePath
- Specified by:
getTrustStorePathin interfaceSmallJettyConfiguration.SSLConfiguration- Returns:
- the path to the SSL trust store file.
-
getTrustStorePassword
- Specified by:
getTrustStorePasswordin interfaceSmallJettyConfiguration.SSLConfiguration- Returns:
- the SSL trust store password.
-
setKeyStoreType
- Parameters:
value- the value to set.- Returns:
- this builder, for chaining.
- See Also:
-
setKeyStorePath
- Parameters:
value- the value to set.- Returns:
- this builder, for chaining.
- See Also:
-
setKeyStorePassword
- Parameters:
value- the value to set.- Returns:
- this builder, for chaining.
- See Also:
-
setTrustStoreType
- Parameters:
value- the value to set.- Returns:
- this builder, for chaining.
- See Also:
-
setTrustStorePath
- Parameters:
value- the value to set.- Returns:
- this builder, for chaining.
- See Also:
-
setTrustStorePassword
- Parameters:
value- the value to set.- Returns:
- this builder, for chaining.
- See Also:
-