Package com.netscape.cmscore.security
Class JssSubsystemConfig
- java.lang.Object
-
- com.netscape.cmscore.base.PropConfigStore
-
- com.netscape.cmscore.security.JssSubsystemConfig
-
- All Implemented Interfaces:
IConfigStore
,java.lang.Cloneable
public class JssSubsystemConfig extends PropConfigStore
-
-
Field Summary
-
Fields inherited from class com.netscape.cmscore.base.PropConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
-
Constructor Summary
Constructors Constructor Description JssSubsystemConfig()
JssSubsystemConfig(ConfigStorage storage)
JssSubsystemConfig(java.lang.String name, SimpleProperties source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getCloseNSSDatabase()
java.lang.String
getNSSDatabaseDir()
java.lang.String
getObscureMethod()
RandomConfig
getRandomConfig()
SSLConfig
getSSLConfig()
boolean
isEnabled()
-
Methods inherited from class com.netscape.cmscore.base.PropConfigStore
clear, clone, commit, get, getBigInteger, getBigInteger, getBoolean, getBoolean, getByteArray, getByteArray, getFullName, getInteger, getInteger, getName, getProperties, getPropertyNames, getSource, getStorage, getString, getString, getSubStore, getSubStore, getSubStoreNames, keys, load, load, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
-
-
-
Constructor Detail
-
JssSubsystemConfig
public JssSubsystemConfig()
-
JssSubsystemConfig
public JssSubsystemConfig(ConfigStorage storage)
-
JssSubsystemConfig
public JssSubsystemConfig(java.lang.String name, SimpleProperties source)
-
-
Method Detail
-
isEnabled
public boolean isEnabled() throws EBaseException
- Throws:
EBaseException
-
getNSSDatabaseDir
public java.lang.String getNSSDatabaseDir() throws EBaseException
- Throws:
EBaseException
-
getObscureMethod
public java.lang.String getObscureMethod() throws EBaseException
- Throws:
EBaseException
-
getCloseNSSDatabase
public boolean getCloseNSSDatabase() throws EBaseException
- Throws:
EBaseException
-
getRandomConfig
public RandomConfig getRandomConfig()
-
getSSLConfig
public SSLConfig getSSLConfig()
-
-