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 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. voidsetAuthType(String authType) voidvoidsetBindPassword(String bindPassword) voidsetBindPasswordPrompt(String bindPasswordPrompt) voidsetClientCertNickname(String nickname) 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
-
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
-