Uses of Class
com.netscape.cmscore.ldapconn.LDAPAuthenticationConfig
-
Packages that use LDAPAuthenticationConfig Package Description com.netscape.cmscore.ldapconn -
-
Uses of LDAPAuthenticationConfig in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that return LDAPAuthenticationConfig Modifier and Type Method Description LDAPAuthenticationConfig
LDAPConfig. getAuthenticationConfig()
Methods in com.netscape.cmscore.ldapconn with parameters of type LDAPAuthenticationConfig Modifier and Type Method Description void
LdapAuthInfo. init(LDAPAuthenticationConfig config)
initialize this class from the config store.void
LdapAuthInfo. init(LDAPAuthenticationConfig config, java.lang.String host, int port, boolean secure)
initialize this class from the config store, and verify the password.
-