Uses of Class
org.ldaptive.LdapURLSet
-
Packages that use LdapURLSet Package Description org.ldaptive -
-
Uses of LdapURLSet in org.ldaptive
Fields in org.ldaptive declared as LdapURLSet Modifier and Type Field Description protected LdapURLSet
AbstractConnectionStrategy. ldapURLSet
Set of LDAP URLs to attempt connections to.Methods in org.ldaptive with parameters of type LdapURLSet Modifier and Type Method Description void
AbstractConnectionStrategy. populate(String urls, LdapURLSet urlSet)
void
ConnectionStrategy. populate(String urls, LdapURLSet urlSet)
Populates aLdapURLSet
from the URL string provided at configuration time.void
DnsResolverConnectionStrategy. populate(String urls, LdapURLSet urlSet)
void
DnsSrvConnectionStrategy. populate(String urls, LdapURLSet urlSet)
-