Uses of Class
org.forgerock.opendj.ldap.LdapUrl
Packages that use LdapUrl
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
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 -
Uses of LdapUrl in org.opends.server.extensions
Methods in org.opends.server.extensions that return LdapUrlModifier and TypeMethodDescriptionLdapUrl[]
DynamicGroup.getMemberURLs()
Retrieves the set of member URLs for this dynamic group.Constructor parameters in org.opends.server.extensions with type arguments of type LdapUrlModifierConstructorDescriptionDynamicGroup
(ServerContext serverContext, Dn groupEntryDN, LinkedHashSet<LdapUrl> memberURLs) Creates a new dynamic group instance with the provided information.