Class LDAPConfig
java.lang.Object
com.netscape.cmscore.base.ConfigStore
com.netscape.cmscore.ldapconn.LDAPConfig
- All Implemented Interfaces:
Cloneable
Provides .* parameters.
For example:
- internaldb.*
- dbs.ldap.*
- usrgrp.ldap.*
- CrossCertPair.ldap.*
- auths.instance..ldap.*
- authz.instance..ldap.*
- ca.publish.ldappublish.ldap.*
-
Field Summary
Fields inherited from class ConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage -
Constructor Summary
ConstructorsConstructorDescriptionLDAPConfig(ConfigStorage storage) LDAPConfig(String name, SimpleProperties source) -
Method Summary
Modifier and TypeMethodDescriptionReturns.ldapauth.* parameters. Returns.ldapconn.* parameters. intvoidvoidsetDatabase(String database) voidvoidsetMinConnections(int minConns) Methods inherited from class ConfigStore
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, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
Constructor Details
-
LDAPConfig
public LDAPConfig() -
LDAPConfig
-
LDAPConfig
-
-
Method Details
-
getBaseDN
- Throws:
EBaseException
-
getBaseDN
- Throws:
EBaseException
-
setBaseDN
-
getDatabase
- Throws:
EBaseException
-
setDatabase
-
getDBUser
- Throws:
EBaseException
-
getDBUser
- Throws:
EBaseException
-
setDBUser
-
getMinConnections
- Throws:
EBaseException
-
setMinConnections
public void setMinConnections(int minConns) -
getConnectionConfig
Returns.ldapconn.* parameters. -
getAuthenticationConfig
Returns.ldapauth.* parameters.
-