|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hazelcast.config.SSLConfig
public final class SSLConfig
SSL configuration
Constructor Summary | |
---|---|
SSLConfig()
|
Method Summary | |
---|---|
String |
getFactoryClassName()
Returns the name of the SSLContextFactory implementation class |
Object |
getFactoryImplementation()
Returns the SSLContextFactory implementation object |
Properties |
getProperties()
|
String |
getProperty(String name)
|
boolean |
isEnabled()
Returns if this configuration is enabled |
SSLConfig |
setEnabled(boolean enabled)
Enables and disables this configuration |
SSLConfig |
setFactoryClassName(String factoryClassName)
Sets the name for the SSLContextFactory implementation class |
SSLConfig |
setFactoryImplementation(Object factoryImplementation)
Sets the SSLContextFactory implementation object |
void |
setProperties(Properties properties)
|
SSLConfig |
setProperty(String name,
String value)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SSLConfig()
Method Detail |
---|
public String getFactoryClassName()
public SSLConfig setFactoryClassName(String factoryClassName)
factoryClassName
- the name of the SSLContextFactory implementation class to setpublic boolean isEnabled()
public SSLConfig setEnabled(boolean enabled)
enabled
- public SSLConfig setFactoryImplementation(Object factoryImplementation)
factoryImplementation
- factory implementation object
public Object getFactoryImplementation()
public SSLConfig setProperty(String name, String value)
public String getProperty(String name)
public Properties getProperties()
public void setProperties(Properties properties)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |