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.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
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. -
Uses of LdapUrl in org.opends.server.extensions
Methods in org.opends.server.extensions that return LdapUrl Modifier and Type Method Description LdapUrl[]
DynamicGroup. getMemberURLs()
Retrieves the set of member URLs for this dynamic group.Constructor parameters in org.opends.server.extensions with type arguments of type LdapUrl Constructor Description DynamicGroup(ServerContext serverContext, Dn groupEntryDN, LinkedHashSet<LdapUrl> memberURLs)
Creates a new dynamic group instance with the provided information.
-