Uses of Class
com.netscape.cmscore.ldapconn.LdapBoundConnection
-
Packages that use LdapBoundConnection Package Description com.netscape.cmscore.ldapconn org.dogtagpki.server.cli -
-
Uses of LdapBoundConnection in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that return LdapBoundConnection Modifier and Type Method Description LdapBoundConnection
LdapBoundConnFactory. getConn(boolean waitForConn)
Returns a LDAP connection - a clone of the master connection. -
Uses of LdapBoundConnection in org.dogtagpki.server.cli
Methods in org.dogtagpki.server.cli with parameters of type LdapBoundConnection Modifier and Type Method Description void
CADBUpgradeCLI. upgrade(LDAPConfig ldapConfig, LdapBoundConnection conn)
void
SubsystemDBUpgradeCLI. upgrade(LDAPConfig ldapConfig, LdapBoundConnection conn)
-