Class LDAPConnectionConfig
java.lang.Object
com.netscape.cmscore.base.ConfigStore
com.netscape.cmscore.ldapconn.LDAPConnectionConfig
- All Implemented Interfaces:
Cloneable
Provides .ldapconn.* parameters.
-
Field Summary
Fields inherited from class ConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage -
Constructor Summary
ConstructorsConstructorDescriptionLDAPConnectionConfig(ConfigStorage storage) LDAPConnectionConfig(String name, SimpleProperties source) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns.ldapconn.followReferrals parameter. Returns.ldapconn.host parameter. intgetPort()Returns.ldapconn.port parameter. intReturns.ldapconn.version parameter. booleanisSecure()Returns.ldapconn.secureConn parameter. voidsetHostname(String hostname) voidsetPort(int port) voidsetSecure(boolean secure) 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
-
LDAPConnectionConfig
-
LDAPConnectionConfig
-
-
Method Details
-
isSecure
Returns.ldapconn.secureConn parameter. - Throws:
EBaseException
-
setSecure
- Throws:
EBaseException
-
getHostname
Returns.ldapconn.host parameter. - Throws:
EBaseException
-
setHostname
- Throws:
EBaseException
-
getPort
-
setPort
- Throws:
EBaseException
-
getVersion
Returns.ldapconn.version parameter. - Throws:
EBaseException
-
getFollowReferrals
Returns.ldapconn.followReferrals parameter. - Throws:
EBaseException
-