Package com.netscape.cmscore.ldapconn
Class LDAPAuthenticationConfig
java.lang.Object
com.netscape.cmscore.base.ConfigStore
com.netscape.cmscore.ldapconn.LDAPAuthenticationConfig
- All Implemented Interfaces:
Cloneable
Provides .ldapauth.* parameters.
-
Field Summary
Fields inherited from class com.netscape.cmscore.base.ConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
Constructor Summary
ConstructorsConstructorDescriptionLDAPAuthenticationConfig
(ConfigStorage storage) LDAPAuthenticationConfig
(String name, SimpleProperties source) -
Method Summary
Modifier and TypeMethodDescriptionReturns.ldapauth.authtype parameter. Returns.ldapauth.bindDN parameter. Returns.ldapauth.bindPassword parameter. Returns.ldapauth.bindPWPrompt parameter. Returns.ldapauth.clientCertNickname parameter. void
setAuthType
(String authType) void
void
setBindPassword
(String bindPassword) void
setBindPasswordPrompt
(String bindPasswordPrompt) void
setClientCertNickname
(String nickname) Methods inherited from class com.netscape.cmscore.base.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
-
LDAPAuthenticationConfig
-
LDAPAuthenticationConfig
-
-
Method Details
-
getAuthType
Returns.ldapauth.authtype parameter. - Throws:
EBaseException
-
setAuthType
- Throws:
EBaseException
-
getClientCertNickname
Returns.ldapauth.clientCertNickname parameter. - Throws:
EBaseException
-
setClientCertNickname
- Throws:
EBaseException
-
getBindDN
Returns.ldapauth.bindDN parameter. - Throws:
EBaseException
-
setBindDN
- Throws:
EBaseException
-
getBindPassword
Returns.ldapauth.bindPassword parameter. - Throws:
EBaseException
-
setBindPassword
- Throws:
EBaseException
-
getBindPasswordPrompt
Returns.ldapauth.bindPWPrompt parameter. - Throws:
EBaseException
-
setBindPasswordPrompt
- Throws:
EBaseException
-