Uses of Class
com.netscape.cmscore.ldapconn.LdapAuthInfo
-
Packages that use LdapAuthInfo Package Description com.netscape.cmscore.dbs com.netscape.cmscore.ldapconn -
-
Uses of LdapAuthInfo in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return LdapAuthInfo Modifier and Type Method Description LdapAuthInfo
DBSubsystem. getLdapAuthInfo()
-
Uses of LdapAuthInfo in com.netscape.cmscore.ldapconn
Fields in com.netscape.cmscore.ldapconn declared as LdapAuthInfo Modifier and Type Field Description protected LdapAuthInfo
LdapBoundConnFactory. mAuthInfo
Methods in com.netscape.cmscore.ldapconn that return LdapAuthInfo Modifier and Type Method Description LdapAuthInfo
LdapBoundConnFactory. getAuthInfo()
return ldap authentication infoConstructors in com.netscape.cmscore.ldapconn with parameters of type LdapAuthInfo Constructor Description LdapBoundConnection(netscape.ldap.LDAPSocketFactory socketFactory, LdapConnInfo connInfo, LdapAuthInfo authInfo)
Instantiates a connection to a ldap server, secure or non-secure connection with Ldap basic bind dn & pw authentication.LdapBoundConnFactory(java.lang.String id, int minConns, int maxConns, int maxResults, LdapConnInfo connInfo, LdapAuthInfo authInfo)
Constructor for LdapBoundConnFactoryLdapBoundConnFactory(java.lang.String id, int minConns, int maxConns, LdapConnInfo connInfo, LdapAuthInfo authInfo)
Constructor for LdapBoundConnFactory
-