Package com.netscape.cmscore.ldapconn
Class LDAPAuthenticationConfig
- java.lang.Object
-
- com.netscape.cmscore.base.PropConfigStore
-
- com.netscape.cmscore.ldapconn.LDAPAuthenticationConfig
-
- All Implemented Interfaces:
IConfigStore
,java.lang.Cloneable
public class LDAPAuthenticationConfig extends PropConfigStore
-
-
Field Summary
-
Fields inherited from class com.netscape.cmscore.base.PropConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
-
Constructor Summary
Constructors Constructor Description LDAPAuthenticationConfig(ConfigStorage storage)
LDAPAuthenticationConfig(java.lang.String name, SimpleProperties source)
-
Method Summary
-
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
-
LDAPAuthenticationConfig
public LDAPAuthenticationConfig(ConfigStorage storage)
-
LDAPAuthenticationConfig
public LDAPAuthenticationConfig(java.lang.String name, SimpleProperties source)
-
-