Package com.netscape.cmscore.ldapconn
Class LDAPConnectionConfig
- java.lang.Object
-
- com.netscape.cmscore.base.PropConfigStore
-
- com.netscape.cmscore.ldapconn.LDAPConnectionConfig
-
- All Implemented Interfaces:
IConfigStore
,java.lang.Cloneable
public class LDAPConnectionConfig extends PropConfigStore
-
-
Field Summary
-
Fields inherited from class com.netscape.cmscore.base.PropConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
-
Constructor Summary
Constructors Constructor Description LDAPConnectionConfig(ConfigStorage storage)
LDAPConnectionConfig(java.lang.String name, SimpleProperties source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getFollowReferrals()
java.lang.String
getHostname()
int
getPort()
int
getVersion()
boolean
isSecure()
-
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
-
LDAPConnectionConfig
public LDAPConnectionConfig(ConfigStorage storage)
-
LDAPConnectionConfig
public LDAPConnectionConfig(java.lang.String name, SimpleProperties source)
-
-
Method Detail
-
isSecure
public boolean isSecure() throws EBaseException
- Throws:
EBaseException
-
getHostname
public java.lang.String getHostname() throws EBaseException
- Throws:
EBaseException
-
getPort
public int getPort() throws EBaseException
- Throws:
EBaseException
-
getVersion
public int getVersion() throws EBaseException
- Throws:
EBaseException
-
getFollowReferrals
public boolean getFollowReferrals() throws EBaseException
- Throws:
EBaseException
-
-