Uses of Class
org.forgerock.opendj.ldap.LdapUrl
-
Packages that use LdapUrl Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of LdapUrl in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return LdapUrl Modifier and Type Method Description static LdapUrl
LdapUrl. valueOf(String url)
Parses the provided LDAP string representation of an LDAP URL using the default schema.static LdapUrl
LdapUrl. valueOf(String url, Schema schema)
Parses the provided LDAP string representation of an LDAP URL using the provided schema.
-