Uses of Interface
com.netscape.certsrv.ldap.ILdapConnFactory
-
Packages that use ILdapConnFactory Package Description com.netscape.certsrv.ldap com.netscape.cms.authentication com.netscape.cmscore.ldap com.netscape.cmscore.ldapconn -
-
Uses of ILdapConnFactory in com.netscape.certsrv.ldap
Methods in com.netscape.certsrv.ldap that return ILdapConnFactory Modifier and Type Method Description ILdapConnFactory
ILdapConnModule. getLdapConnFactory()
Returns the internal ldap connection factory. -
Uses of ILdapConnFactory in com.netscape.cms.authentication
Fields in com.netscape.cms.authentication declared as ILdapConnFactory Modifier and Type Field Description protected ILdapConnFactory
DirBasedAuthentication. mConnFactory
-
Uses of ILdapConnFactory in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that return ILdapConnFactory Modifier and Type Method Description ILdapConnFactory
LdapConnModule. getLdapConnFactory()
Returns the internal ldap connection factory. -
Uses of ILdapConnFactory in com.netscape.cmscore.ldapconn
Classes in com.netscape.cmscore.ldapconn that implement ILdapConnFactory Modifier and Type Class Description class
LdapAnonConnFactory
Factory for getting LDAP Connections to a LDAP server each connection is a seperate thread that can be bound to a different authentication dn and password.class
LdapBoundConnFactory
Factory for getting LDAP Connections to a LDAP server with the same LDAP authentication.
-