Uses of Class
com.netscape.cmscore.ldapconn.LDAPConfig
-
-
Uses of LDAPConfig in com.netscape.cms.authentication
Fields in com.netscape.cms.authentication declared as LDAPConfig Modifier and Type Field Description protected LDAPConfig
DirBasedAuthentication. mLdapConfig
-
Uses of LDAPConfig in com.netscape.cms.profile.def
Fields in com.netscape.cms.profile.def declared as LDAPConfig Modifier and Type Field Description protected LDAPConfig
nsNKeySubjectNameDefault. mLdapConfig
protected LDAPConfig
nsTokenUserKeySubjectNameDefault. mLdapConfig
-
Uses of LDAPConfig in com.netscape.cms.servlet.csadmin
Constructors in com.netscape.cms.servlet.csadmin with parameters of type LDAPConfig Constructor Description LDAPConfigurator(netscape.ldap.LDAPConnection connection, LDAPConfig config)
LDAPConfigurator(netscape.ldap.LDAPConnection connection, LDAPConfig config, java.lang.String instanceID)
-
Uses of LDAPConfig in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that return LDAPConfig Modifier and Type Method Description LDAPConfig
EngineConfig. getInternalDBConfig()
-
Uses of LDAPConfig in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return LDAPConfig Modifier and Type Method Description LDAPConfig
DBSubsystem. getConfigStore()
Retrieves internal DB configuration store. -
Uses of LDAPConfig in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn with parameters of type LDAPConfig Modifier and Type Method Description void
LdapAnonConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)
void
LdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)
void
LdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig, IPasswordStore passwordStore)
-
Uses of LDAPConfig in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that return LDAPConfig Modifier and Type Method Description LDAPConfig
UGSubsystemConfig. getLDAPConfig()
-
Uses of LDAPConfig in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that return LDAPConfig Modifier and Type Method Description LDAPConfig
AuthManagerConfig. getLDAPConfig()
-
Uses of LDAPConfig in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that return LDAPConfig Modifier and Type Method Description LDAPConfig
AuthzManagerConfig. getLDAPConfig()
-
Uses of LDAPConfig in org.dogtagpki.server.cli
Methods in org.dogtagpki.server.cli with parameters of type LDAPConfig Modifier and Type Method Description void
SubsystemDBUpgradeCLI. upgrade(LDAPConfig ldapConfig, LdapBoundConnection conn)
-