Uses of Class
org.forgerock.opendj.ldap.Dn
-
Packages that use Dn Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.server Server-side administration interface.org.forgerock.opendj.config.server.spi Contains a number of API declarations for use throughout the Directory Server.org.forgerock.opendj.discovery Contains the Service Discovery Mechanisms and APIs.org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.forgerock.opendj.rest2ldap.authz This package containsFilterto authenticate and authorize LDAP connections.org.forgerock.opendj.rest2ldap.schema This package contains LDAP schema syntaxes and matching rules for JSON based attributes.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStoreservice.org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.forgerock.opendj.server.core Classes implementing core server APIs.org.forgerock.opendj.server.embedded Provides support for an embedded directory server.org.forgerock.opendj.setup.model Contains code of the opendj setup model.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.pluggable.spi Interfaces and classes required when implementing new storage engines for the pluggable backend.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.monitors Contains various Directory Server monitor provider implementations.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.server.changelog.api This package contains the API for the changelog database.org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API.org.opends.server.replication.service This package contains the generic of the Multi-Master replication code that works on the Directory Server side.org.opends.server.snmp This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring information.org.opends.server.tasks Contains implementations for various Directory Server tasks.org.opends.server.tools Contains various Directory Server tool implementations.org.opends.server.tools.dsbackup Classes related to dsbackup tool.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations.org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
-
Uses of Dn in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return Dn Modifier and Type Method Description DnConfiguration. dn()Gets the DN of the LDAP entry associated with this configuration.DnDnPropertyDefinition. getBaseDn()Get the base DN which all valid values must be immediately subordinate to, ornullif there is no based DN.DnAggregationPropertyDefinition. getChildDn(String name)Constructs a DN for a referenced managed object having the provided name.DnManagedObjectPath. toDn()Creates a DN representation of this managed object path.DnReference. toDn()Gets the DN of the referenced managed object.Methods in org.forgerock.opendj.config with parameters of type Dn Modifier and Type Method Description voidDnPropertyDefinition.Builder. setBaseDn(Dn baseDN)Set the base DN which all valid values must be immediately subordinate to.Method parameters in org.forgerock.opendj.config with type arguments of type Dn Modifier and Type Method Description <R,P>
RDnPropertyDefinition. accept(PropertyValueVisitor<R,P> v, ValueOrExpression<Dn> value, P p)protected DnPropertyDefinitionDnPropertyDefinition.Builder. buildInstance(AbstractManagedObjectDefinition<?,?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Dn>> defaultBehavior, Deprecated deprecated)RPropertyValueVisitor. visitDn(DnPropertyDefinition pd, ValueOrExpression<Dn> v, P p)Visit a DN. -
Uses of Dn in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that return Dn Modifier and Type Method Description DnServerManagedObject. getDn()Get the DN of the LDAP entry associated with this server managed object. -
Uses of Dn in org.forgerock.opendj.config.server.spi
Methods in org.forgerock.opendj.config.server.spi that return types with arguments of type Dn Modifier and Type Method Description Set<Dn>ConfigurationRepository. getChildren(Dn dn)Returns the set of DNs of children of the entry corresponding to the provided DN.Methods in org.forgerock.opendj.config.server.spi with parameters of type Dn Modifier and Type Method Description voidConfigurationRepository. deregisterAddListener(Dn dn, ConfigAddListener listener)Deregisters the provided add listener so that it will no longer be notified if any new entries are added immediately below the entry corresponding to the provided DN.voidConfigurationRepository. deregisterChangeListener(Dn dn, ConfigChangeListener listener)Attempts to deregister the provided change listener with the provided DN.voidConfigurationRepository. deregisterDeleteListener(Dn dn, ConfigDeleteListener listener)Deregisters the provided delete listener so that it will no longer be notified if any entries are deleted immediately below the entry corresponding to the provided DN.List<ConfigAddListener>ConfigurationRepository. getAddListeners(Dn dn)Retrieves the add listeners that have been registered with the provided DN.List<ConfigChangeListener>ConfigurationRepository. getChangeListeners(Dn dn)Retrieves the change listeners that have been registered with the provided DN.Set<Dn>ConfigurationRepository. getChildren(Dn dn)Returns the set of DNs of children of the entry corresponding to the provided DN.List<ConfigDeleteListener>ConfigurationRepository. getDeleteListeners(Dn dn)Retrieves the delete listeners that have been registered with the provided DN.EntryConfigurationRepository. getEntry(Dn dn)Returns the configuration entry for the provided DN.booleanConfigurationRepository. hasEntry(Dn dn)Checks if the provided DN corresponds to a configuration entry.voidConfigurationRepository. registerAddListener(Dn dn, ConfigAddListener listener)Registers the provided add listener so that it will be notified if any new entries are added immediately below the entry corresponding to the provided DN.voidConfigurationRepository. registerChangeListener(Dn dn, ConfigChangeListener listener)Registers the provided change listener so that it will be notified of any changes to the entry corrresponding to provided DN.voidConfigurationRepository. registerDeleteListener(Dn dn, ConfigDeleteListener listener)Registers the provided delete listener so that it will be notified if any entries are deleted immediately below the entry corresponding to the provided DN. -
Uses of Dn in org.forgerock.opendj.discovery
Method parameters in org.forgerock.opendj.discovery with type arguments of type Dn Modifier and Type Method Description PartitionReplicationServiceDiscoveryMechanism. getPartition(Collection<Dn> baseDNs)PartitionServiceDiscoveryMechanism. getPartition(Collection<Dn> baseDNs)Returns the partition.PartitionStaticServiceDiscoveryMechanism. getPartition(Collection<Dn> baseDns) -
Uses of Dn in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return Dn Modifier and Type Method Description DnAsn1Reader. readName(byte type, Schema schema)Reads the next element as a distinguished name having the provided type tag.DnAsn1Reader. readName(Schema schema)Reads the next element as a distinguished name having the Universal Sequence ASN.1 type tag.Methods in org.forgerock.opendj.io with parameters of type Dn Modifier and Type Method Description Asn1WriterAsn1Writer. writeName(byte type, Dn value)Writes the X.501 type Name as an RDN sequence with the provided type tag.Asn1WriterAsn1Writer. writeName(Dn value)Writes the X.501 type Name as an RDN sequence. -
Uses of Dn in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap with type parameters of type Dn Modifier and Type Field Description static Option<Collection<Dn>>LdapClients. LOAD_BALANCER_BASE_DNSSpecifies the base DN(s) for the data that the ldap service handles.static Option<Set<Dn>>LdapClients. LOAD_BALANCER_PARTITION_BASE_DNSSpecifies partition base DNs.Methods in org.forgerock.opendj.ldap that return Dn Modifier and Type Method Description DnAttributeParser. asDn()Returns the first value decoded as aDNusing the schema associated with this parser, ornullif the attribute does not contain any values.DnAttributeParser. asDn(String defaultValue)Returns the first value decoded as aDNusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.DnAttributeParser. asDn(Dn defaultValue)Returns the first value decoded as aDNusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.DnDn. child(String dn)Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN decoded using the default schema.DnDn. child(String attributeType, Object attributeValue)Returns a DN which is an immediate child of this DN and with an RDN having the provided attribute type and value decoded using the default schema.DnDn. child(Dn dn)Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN.DnDn. child(Rdn rdn)Returns a DN which is an immediate child of this DN and having the specified RDN.static DnDn. emptyDn()Returns the empty DN.static DnDn. format(String template, Object... attributeValues)Creates a new DN using the provided DN template and unescaped attribute values using the default schema.static DnDn. format(String template, Schema schema, Object... attributeValues)Creates a new DN using the provided DN template and unescaped attribute values using the provided schema.DnAbstractMapEntry. getName()DnEntries.NullEntry. getName()DnEntry. getName()Returns the distinguished name of this entry.DnLdapUrl. getName()Returns the distinguished name of the base entry relative to which the search is to be performed.DnRootDse. getSubschemaSubentry()Returns a string which represents the DN of the subschema subentry holding the schema controlling the Root DSE.DnDn. localName(int index)Returns the DN whose content is the specified number of RDNs from this DN.DnDn. parent()Returns the DN which is the immediate parent of this DN, ornullif this DN is the empty DN.DnDn. parent(int index)Returns the DN which is equal to this DN with the specified number of RDNs removed.DnDn. rename(Dn fromDN, Dn toDN)Returns a copy of this DN whose parent DN,fromDN, has been renamed to the new parent DN,toDN.DnDn. rename(Rdn newRdn, Dn newSuperior)Returns a DN whose value is the result of applying LDAP modify DN semantics to this DN.static DnDn. rootDn()Deprecated.useemptyDn()insteadstatic DnDn. valueOf(String dn)Parses the provided LDAP string representation of a DN using the default schema.static DnDn. valueOf(String dn, Schema schema)Parses the provided LDAP string representation of a DN using the provided schema.static DnDn. valueOf(ByteString dn)Parses the provided LDAP string representation of a DN using the default schema.Methods in org.forgerock.opendj.ldap that return types with arguments of type Dn Modifier and Type Method Description Set<Dn>AttributeParser. asSetOfDn()Returns the values decoded as a set ofDNs using the schema associated with this parser, or an empty set if the attribute does not contain any values.Set<Dn>AttributeParser. asSetOfDn(String... defaultValues)Returns the values decoded as a set ofDNs using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.Set<Dn>AttributeParser. asSetOfDn(Collection<Dn> defaultValues)Returns the values decoded as a set ofDNs using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.Set<Dn>AttributeParser. asSetOfDn(Dn... defaultValues)Returns the values decoded as a set ofDNs using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.static Function<ByteString,Dn,LocalizedIllegalArgumentException>Functions. byteStringToDn()Returns a function which parsesDNs using the default schema.static Function<ByteString,Dn,LocalizedIllegalArgumentException>Functions. byteStringToDn(Schema schema)Returns a function which parsesDNs using the provided schema.Function<Dn,Entry>DecodeOptions. getEntryFactory()Returns the function which will be used for creating newEntryinstances when decoding entries.Collection<Dn>RootDse. getNamingContexts()Returns an unmodifiable list of DNs identifying the context prefixes of the naming contexts that the Directory Server masters or shadows (in part or in whole).Methods in org.forgerock.opendj.ldap with parameters of type Dn Modifier and Type Method Description DnAttributeParser. asDn(Dn defaultValue)Returns the first value decoded as aDNusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.Set<Dn>AttributeParser. asSetOfDn(Dn... defaultValues)Returns the values decoded as a set ofDNs using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.DnDn. child(Dn dn)Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN.intDn. compareTo(Dn dn)booleanMemoryBackend. contains(Dn dn)Returnstrueif the named entry exists in this memory backend.default ResultConnection. delete(Dn name)Deletes the named entry from the Directory Server.EntryMemoryBackend. get(Dn dn)Returns a deep copy of the named entry contained in this memory backend, ornullif it does not exist.booleanMemoryBackend. hasSubordinates(Dn dn)Returnstrueif the named entry exists and has at least one child entry.booleanDn. isChildOf(Dn dn)Returnstrueif this DN is an immediate child of the provided DN.booleanDn. isInScopeOf(Dn dn, SearchScope scope)Returnstrueif this DN matches the provided base DN and search scope.booleanDn. isParentOf(Dn dn)Returnstrueif this DN is the immediate parent of the provided DN.booleanDn. isSubordinateOrEqualTo(Dn dn)Returnstrueif this DN is subordinate to or equal to the provided DN.booleanDn. isSubordinateTo(Dn dn)Returnstrueif this DN is subordinate to, but not equal to the provided DN.booleanDn. isSuperiorOrEqualTo(Dn dn)Returnstrueif this DN is superior to or equal to the provided DN.booleanDn. isSuperiorTo(Dn dn)Returnstrueif this DN is superior to, but not equal to the provided DN.static LdapExceptionLdapException. newLdapException(ResultCode resultCode, CharSequence diagnosticMessage, Dn matchedDn, Throwable cause)Creates a new LDAP exception with the provided resultCode, diagnosticMessage, matched DN and cause.static EntryEntries. nullEntry(Dn dn)Returns a read-only empty entry having the provided distinguished name.intMemoryBackend. numSubordinates(Dn dn)Returns the number of entries which are immediately subordinate to the named entry, or0if the named entry does not exist.SearchResultEntryAbstractConnection. readEntry(Dn baseObject, String... attributeDescriptions)SearchResultEntryAbstractConnectionWrapper. readEntry(Dn name, String... attributeDescriptions)Reads the named entry from the Directory Server.SearchResultEntryConnection. readEntry(Dn name, String... attributeDescriptions)Reads the named entry from the Directory Server.default Single<SearchResultEntry>LdapClientSocket. readEntry(Dn name, String... attributeDescriptions)Reads the named entry from the Directory Server.LdapPromise<SearchResultEntry>AbstractConnection. readEntryAsync(Dn name, Collection<String> attributeDescriptions)LdapPromise<SearchResultEntry>AbstractConnectionWrapper. readEntryAsync(Dn name, Collection<String> attributeDescriptions)Asynchronously reads the named entry from the Directory Server.LdapPromise<SearchResultEntry>Connection. readEntryAsync(Dn name, Collection<String> attributeDescriptions)Asynchronously reads the named entry from the Directory Server.DnDn. rename(Dn fromDN, Dn toDN)Returns a copy of this DN whose parent DN,fromDN, has been renamed to the new parent DN,toDN.DnDn. rename(Rdn newRdn, Dn newSuperior)Returns a DN whose value is the result of applying LDAP modify DN semantics to this DN.EntryAbstractMapEntry. setName(Dn dn)EntryEntries.NullEntry. setName(Dn dn)default EntryEntry. setName(Dn dn)Sets the distinguished name of this entry (optional operation).Method parameters in org.forgerock.opendj.ldap with type arguments of type Dn Modifier and Type Method Description MemoryBackendMemoryBackend. addVirtualAttributes(AttributeDescription attributeDescription, BiFunction<Dn,MemoryBackend,Attribute> virtualAttributeFactory)Adds a virtual attribute to the backend.Set<Dn>AttributeParser. asSetOfDn(Collection<Dn> defaultValues)Returns the values decoded as a set ofDNs using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.static LdapClientLdapClients. newFixedSizeDistributionLoadBalancer(Set<Dn> partitionBaseDns, ConsistentHashMap<? extends LdapClient> partitions, Options options)Creates a distribution load balancer which uses consistent hashing to distributes requests across a set of partitions based on a hash of each request's target DN.DecodeOptionsDecodeOptions. setEntryFactory(Function<Dn,Entry> factory)Sets the function which will be used for creating newEntryinstances when decoding entries.Constructors in org.forgerock.opendj.ldap with parameters of type Dn Constructor Description AbstractMapEntry(Dn name, M attributes)Creates an empty entry using the provided distinguished name andMap.LdapUrl(boolean isSecured, String host, Integer port, Dn name)Creates a new LDAP URL referring to a single entry on the specified server.LdapUrl(boolean isSecured, String host, Integer port, Dn name, SearchScope scope, Filter filter, String... attributes)Creates a new LDAP URL including the full set of parameters for a search request.LinkedHashMapEntry(Dn name)Creates an empty entry using the provided distinguished name and no attributes.TreeMapEntry(Dn name)Creates an empty entry using the provided distinguished name and no attributes. -
Uses of Dn in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return Dn Modifier and Type Method Description DnProxiedAuthV1RequestControl. getAuthorizationDnName()Returns the distinguished name of the user whose authorization is to be used when performing the operation.DnGetEffectiveRightsRequestControl. getAuthorizationName()Returns the distinguished name of the user for which effective rights are to be returned, ornullif the client's authentication ID is to be used.DnEntryChangeNotificationResponseControl. getPreviousName()Returns the distinguished name that the entry had prior to a modify DN operation, ornullif the operation was not a modify DN.Methods in org.forgerock.opendj.ldap.controls with parameters of type Dn Modifier and Type Method Description static AuthorizationIdentityResponseControlAuthorizationIdentityResponseControl. newControl(Dn authorizationDn)Creates a new authorization identity response control using the provided authorization ID.static EntryChangeNotificationResponseControlEntryChangeNotificationResponseControl. newControl(PersistentSearchChangeType type, Dn previousName, long changeNumber)Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.static GetEffectiveRightsRequestControlGetEffectiveRightsRequestControl. newControl(boolean isCritical, Dn authorizationName, Collection<AttributeType> attributes)Creates a new get effective rights request control with the provided criticality, optional authorization name and attribute list.static ProxiedAuthV1RequestControlProxiedAuthV1RequestControl. newControl(Dn authorizationName)Creates a new proxy authorization v1 request control with the provided authorization name. -
Uses of Dn in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return Dn Modifier and Type Method Description static DnRequests. dnOfRequest(Request request)Returns the DN of the entry targeted by the provided request, ornullif the target entry cannot be determined.DnAddRequest. getName()DnBindRequest. getName()Returns the name of the Directory object that the client wishes to bind as.DnCompareRequest. getName()Returns the distinguished name of the entry to be compared.DnDeleteRequest. getName()Returns the distinguished name of the entry to be deleted.DnModifyDnRequest. getName()Returns the distinguished name of the entry to be renamed.DnModifyRequest. getName()Returns the distinguished name of the entry to be modified.DnSearchRequest. getName()Returns the distinguished name of the base entry relative to which the search is to be performed.DnModifyDnRequest. getNewSuperior()Returns the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.Methods in org.forgerock.opendj.ldap.messages with parameters of type Dn Modifier and Type Method Description static AddRequestRequests. newAddRequest(Dn name)Creates a new add request using the provided distinguished name.static CompareRequestRequests. newCompareRequest(Dn name, AttributeDescription attributeDescription, Object assertionValue)Creates a new compare request using the provided distinguished name, attribute name, and assertion value.static DeleteRequestRequests. newDeleteRequest(Dn name)Creates a new delete request using the provided distinguished name.static ModifyDnRequestRequests. newModifyDnRequest(Dn name, Rdn newRDN)Creates a new modify DN request using the provided distinguished name and new RDN.static ModifyRequestRequests. newModifyRequest(Dn name)Creates a new modify request using the provided distinguished name.static SearchRequestRequests. newSearchRequest(Dn name, SearchScope scope)Creates a new search request using the provided distinguished name and scope.static SearchRequestRequests. newSearchRequest(Dn name, SearchScope scope, Filter filter, String... attributeDescriptions)Creates a new search request using the provided distinguished name, scope, and filter.static SearchResultEntryResponses. newSearchResultEntry(Dn name)Creates a new search result entry using the provided distinguished name.static BindRequestRequests. newSimpleBindRequest(Dn name, byte[] password)Creates a new simple bind request having the provided name and password suitable for name/password authentication.static BindRequestRequests. newSimpleBindRequest(Dn name, char[] password)Creates a new simple bind request having the provided name and password suitable for name/password authentication.static BindRequestRequests. newSimpleBindRequest(Dn name, String password)Creates a new simple bind request having the provided name and password suitable for name/password authentication.static SearchRequestRequests. newSingleEntrySearchRequest(Dn name, SearchScope scope, Filter filter, String... attributeDescriptions)Creates a new search request for a single entry, using the provided distinguished name, scope, and filter.BindResultBindResult. setMatchedDn(Dn dn)CompareResultCompareResult. setMatchedDn(Dn dn)ExtendedResultExtendedResult. setMatchedDn(Dn dn)GenericExtendedResultGenericExtendedResult. setMatchedDn(Dn dn)PasswordModifyExtendedResultPasswordModifyExtendedResult. setMatchedDn(Dn dn)ResultResult. setMatchedDn(Dn dn)Sets the matched DN associated with this result.WhoAmIExtendedResultWhoAmIExtendedResult. setMatchedDn(Dn dn)AddRequestAddRequest. setName(Dn dn)BindRequestBindRequest. setName(Dn name)Sets the name of the Directory object that the client wishes to bind as.CompareRequestCompareRequest. setName(Dn dn)Sets the distinguished name of the entry to be compared.DeleteRequestDeleteRequest. setName(Dn dn)Sets the distinguished name of the entry to be deleted.ModifyDnRequestModifyDnRequest. setName(Dn dn)Sets the distinguished name of the entry to be renamed.ModifyRequestModifyRequest. setName(Dn dn)Sets the distinguished name of the entry to be modified.SearchRequestSearchRequest. setName(Dn dn)Sets the distinguished name of the base entry relative to which the search is to be performed.default SearchResultEntrySearchResultEntry. setName(Dn dn)ModifyDnRequestModifyDnRequest. setNewSuperior(Dn dn)Sets the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed. -
Uses of Dn in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type Dn Modifier and Type Method Description Function<Dn,Entry,LdapException>SchemaValidationPolicy. checkDitStructureRulesParentEntryResolver()Returns the parent entry resolver which should be used for retrieving the parent entry during DIT structure rule validation.Methods in org.forgerock.opendj.ldap.schema with parameters of type Dn Modifier and Type Method Description SchemaBuilderSchemaBuilder. addSchema(Connection connection, Dn name, boolean overwrite)Reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.Single<SchemaBuilder>SchemaBuilder. addSchema(LdapClientSocket socket, Dn name, boolean overwrite)Reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.LdapPromise<SchemaBuilder>SchemaBuilder. addSchemaAsync(Connection connection, Dn name, boolean overwrite)Asynchronously reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.SchemaBuilderSchemaBuilder. addSchemaForEntry(Connection connection, Dn name, boolean overwrite)Reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.Single<SchemaBuilder>SchemaBuilder. addSchemaForEntry(LdapClientSocket socket, Dn name, boolean overwrite)Reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.LdapPromise<SchemaBuilder>SchemaBuilder. addSchemaForEntryAsync(Connection connection, Dn name, boolean overwrite)Asynchronously reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.static SearchRequestSchema. getReadSchemaSearchRequest(Dn name)Constructs a search request for retrieving the named subschema sub-entry.static SchemaSchema. readSchema(Connection connection, Dn name)Reads the schema contained in the named subschema sub-entry.static Single<Schema>Schema. readSchema(LdapClientSocket socket, Dn name)Reads the schema contained in the named subschema sub-entry.static LdapPromise<Schema>Schema. readSchemaAsync(Connection connection, Dn name)Asynchronously reads the schema contained in the named subschema sub-entry.static SchemaSchema. readSchemaForEntry(Connection connection, Dn name)Reads the schema contained in the subschema sub-entry which applies to the named entry.static Single<Schema>Schema. readSchemaForEntry(LdapClientSocket socket, Dn name)Reads the schema contained in the subschema sub-entry which applies to the named entry.static LdapPromise<Schema>Schema. readSchemaForEntryAsync(Connection connection, Dn name)Asynchronously reads the schema contained in the subschema sub-entry which applies to the named entry.Method parameters in org.forgerock.opendj.ldap.schema with type arguments of type Dn Modifier and Type Method Description SchemaValidationPolicySchemaValidationPolicy. checkDitStructureRules(SchemaValidationPolicy.Action policy, Function<Dn,Entry,LdapException> parentEntryResolver)Specifies the policy for validating entries against structure rules defined in the schema. -
Uses of Dn in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return Dn Modifier and Type Method Description DnChangeRecord. getName()Returns the distinguished name of the entry being modified by thisChangeRecord.Methods in org.forgerock.opendj.ldif with parameters of type Dn Modifier and Type Method Description LdifChangeRecordReaderLdifChangeRecordReader. setExcludeBranch(Dn excludeBranch)Excludes all change records which target entries beneath the named entry (inclusive) from being read from LDIF.LdifChangeRecordWriterLdifChangeRecordWriter. setExcludeBranch(Dn excludeBranch)Excludes all change records which target entries beneath the named entry (inclusive) from being written to LDIF.LdifEntryReaderLdifEntryReader. setExcludeBranch(Dn excludeBranch)Excludes all entries beneath the named entry (inclusive) from being read from LDIF.LdifEntryWriterLdifEntryWriter. setExcludeBranch(Dn excludeBranch)Excludes all entries beneath the named entry (inclusive) from being written to LDIF.LdifChangeRecordReaderLdifChangeRecordReader. setIncludeBranch(Dn includeBranch)Ensures that all change records which target entries beneath the named entry (inclusive) are read from LDIF.LdifChangeRecordWriterLdifChangeRecordWriter. setIncludeBranch(Dn includeBranch)Ensures that all change records which target entries beneath the named entry (inclusive) are written to LDIF.LdifEntryReaderLdifEntryReader. setIncludeBranch(Dn includeBranch)Ensures that all entries beneath the named entry (inclusive) are read from LDIF.LdifEntryWriterLdifEntryWriter. setIncludeBranch(Dn includeBranch)Ensures that all entries beneath the named entry (inclusive) are written to LDIF.ChangeRecordChangeRecord. setName(Dn dn)Sets the distinguished name of the entry to be updated. -
Uses of Dn in org.forgerock.opendj.rest2ldap.authz
Methods in org.forgerock.opendj.rest2ldap.authz with parameters of type Dn Modifier and Type Method Description static AuthenticationStrategyAuthenticationStrategies. newSearchThenBindStrategy(LdapClient searchLdapClient, LdapClient bindLdapClient, Dn baseDN, SearchScope searchScope, String filterTemplate)Creates anAuthenticationStrategyperforming authentication against an LDAP server by first performing a lookup of the entry to bind with.Method parameters in org.forgerock.opendj.rest2ldap.authz with type arguments of type Dn Modifier and Type Method Description static AuthenticationStrategyAuthenticationStrategies. newSimpleBindStrategy(LdapClient ldapClient, Function<String,Dn> dnMapper)Creates anAuthenticationStrategyperforming simple BIND authentication against an LDAP server. -
Uses of Dn in org.forgerock.opendj.rest2ldap.schema
Methods in org.forgerock.opendj.rest2ldap.schema that return Dn Modifier and Type Method Description static DnJsonSchema. byteStringToNameWithoutJson(Schema schema, ByteString value)Decodes the provided value as a Name and JSON value but without decoding the JSON value.Methods in org.forgerock.opendj.rest2ldap.schema that return types with arguments of type Dn Modifier and Type Method Description static Pair<Dn,Object>JsonSchema. byteStringToNameAndJson(Schema schema, ByteString value)Decodes the provided value as a Name and JSON value.Methods in org.forgerock.opendj.rest2ldap.schema with parameters of type Dn Modifier and Type Method Description static ByteStringJsonSchema. nameAndJsonToByteString(ByteString nameAndJsonValue, Dn newName)static ByteStringJsonSchema. nameAndJsonToByteString(Dn name, Object json) -
Uses of Dn in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security with parameters of type Dn Modifier and Type Method Description Pair<PrivateKey,X509Certificate>DeploymentId. generateSslKeyPair(Dn subjectDn, Collection<String> dnsNames)Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.Pair<PrivateKey,X509Certificate>DeploymentId. generateSslKeyPair(Dn subjectDn, Collection<String> dnsNames, Instant notBefore, Duration validity)Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.Pair<PrivateKey,X509Certificate>DeploymentId. generateSslKeyPairForWritableReplica(Dn subjectDn, Collection<String> dnsNames, Instant notBefore, Duration validity)Generates an SSL private key and an SSL certificate, same asDeploymentId.generateSslKeyPair(Dn, Collection, Instant, Duration), but theExtendedKeyUsageextension has an additional ForgeRock defined usage for recognizing replicas allowed to send updates.X509CertificateBuilderX509CertificateBuilder. issuerDn(Dn issuerDn)Sets the certificate issuer name.static KeyStoreParametersKeyStoreParameters. newKeyStoreParameters(ConnectionFactory factory, Dn baseDN)Creates a set of LDAP key store parameters with default options.static KeyStoreParametersKeyStoreParameters. newKeyStoreParameters(ConnectionFactory factory, Dn baseDN, Options options)Creates a set of LDAP key store parameters with custom options.static KeyStoreOpenDjSecurityProvider. newLdapKeyStore(ConnectionFactory factory, Dn baseDN)Creates a new LDAP key store with default options.static KeyStoreOpenDjSecurityProvider. newLdapKeyStore(ConnectionFactory factory, Dn baseDN, Options options)Creates a new LDAP key store with custom options.static KeyStoreOpenDjSecurityProvider. newLdifKeyStore(File ldifFile, Dn baseDN)Creates a new LDIF based key store which will read and write key store objects to the provided key store file.static KeyStoreOpenDjSecurityProvider. newLdifKeyStore(File ldifFile, Dn baseDN, Options options)Creates a new LDIF based key store which will read and write key store objects to the provided key store file.X509CertificateBuilderX509CertificateBuilder. subjectDn(Dn subjectDn)Sets the certificate subject name. -
Uses of Dn in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type Dn Modifier and Type Method Description ValueOrExpression<Dn>ProxyBackendCfgClient. getAvailabilityCheckSearchRequestBaseDn()Gets the "availability-check-search-request-base-dn" property.ValueOrExpression<Dn>BackendVlvIndexCfgClient. getBaseDn()Gets the "base-dn" property.ValueOrExpression<Dn>LdapKeyManagerProviderCfgClient. getBaseDn()Gets the "base-dn" property.ValueOrExpression<Dn>LdapTrustManagerProviderCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>LdifBackendCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>MemoryBackendCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>NullBackendCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>PluggableBackendCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>ProxyBackendCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>ReferentialIntegrityPluginCfgClient. getBaseDn()Gets the "base-dn" property.ValueOrExpression<Dn>ReplicationDomainCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>SevenBitCleanPluginCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>UniqueAttributePluginCfgClient. getBaseDn()Gets the "base-dn" property.SortedSet<ValueOrExpression<Dn>>VirtualAttributeCfgClient. getBaseDn()Gets the "base-dn" property.ValueOrExpression<Dn>ReplicationServiceDiscoveryMechanismCfgClient. getBindDn()Gets the "bind-dn" property.SortedSet<ValueOrExpression<Dn>>ReplicationServerCfgClient. getChangelogEnabledExcludedDomains()Gets the "changelog-enabled-excluded-domains" property.SortedSet<ValueOrExpression<Dn>>VirtualAttributeCfgClient. getGroupDn()Gets the "group-dn" property.ValueOrExpression<Dn>ProxyBackendCfgClient. getKeepAliveSearchRequestBaseDn()Gets the "keep-alive-search-request-base-dn" property.SortedSet<ValueOrExpression<Dn>>LdapPassThroughAuthenticationPolicyCfgClient. getMappedSearchBaseDn()Gets the "mapped-search-base-dn" property.ValueOrExpression<Dn>LdapPassThroughAuthenticationPolicyCfgClient. getMappedSearchBindDn()Gets the "mapped-search-bind-dn" property.SortedSet<ValueOrExpression<Dn>>ExactMatchIdentityMapperCfgClient. getMatchBaseDn()Gets the "match-base-dn" property.SortedSet<ValueOrExpression<Dn>>RegularExpressionIdentityMapperCfgClient. getMatchBaseDn()Gets the "match-base-dn" property.SortedSet<ValueOrExpression<Dn>>ProxyBackendCfgClient. getPartitionBaseDn()Gets the "partition-base-dn" property.ValueOrExpression<Dn>ProxyBackendCfgClient. getProxyUserDn()Gets the "proxy-user-dn" property.ValueOrExpression<Dn>SambaPasswordPluginCfgClient. getSambaAdministratorDn()Gets the "samba-administrator-dn" property.SortedSet<ValueOrExpression<Dn>>SchemaBackendCfgClient. getSchemaEntryDn()Gets the "schema-entry-dn" property.SortedSet<ValueOrExpression<Dn>>GlobalCfgClient. getSubordinateBaseDn()Gets the "subordinate-base-dn" property.SortedSet<ValueOrExpression<Dn>>FingerprintCertificateMapperCfgClient. getUserBaseDn()Gets the "user-base-dn" property.SortedSet<ValueOrExpression<Dn>>SubjectAttributeToUserAttributeCertificateMapperCfgClient. getUserBaseDn()Gets the "user-base-dn" property.SortedSet<ValueOrExpression<Dn>>SubjectDnToUserAttributeCertificateMapperCfgClient. getUserBaseDn()Gets the "user-base-dn" property.ValueOrExpression<Dn>HttpAnonymousAuthorizationMechanismCfgClient. getUserDn()Gets the "user-dn" property.SortedSet<ValueOrExpression<Dn>>AccessLogFilteringCriteriaCfgClient. getUserIsMemberOf()Gets the "user-is-member-of" property.SortedSet<ValueOrExpression<Dn>>AccessLogFilteringCriteriaCfgClient. getUserIsNotMemberOf()Gets the "user-is-not-member-of" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type Dn Modifier and Type Method Description voidProxyBackendCfgClient. setAvailabilityCheckSearchRequestBaseDn(ValueOrExpression<Dn> value)Sets the "availability-check-search-request-base-dn" property.voidBackendVlvIndexCfgClient. setBaseDn(ValueOrExpression<Dn> value)Sets the "base-dn" property.voidLdapKeyManagerProviderCfgClient. setBaseDn(ValueOrExpression<Dn> value)Sets the "base-dn" property.voidLdapTrustManagerProviderCfgClient. setBaseDn(ValueOrExpression<Dn> value)Sets the "base-dn" property.voidLdifBackendCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidMemoryBackendCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidNullBackendCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidPluggableBackendCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidProxyBackendCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidReferentialIntegrityPluginCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidReplicationDomainCfgClient. setBaseDn(ValueOrExpression<Dn> value)Sets the "base-dn" property.voidSevenBitCleanPluginCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidUniqueAttributePluginCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidVirtualAttributeCfgClient. setBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "base-dn" property.voidReplicationServiceDiscoveryMechanismCfgClient. setBindDn(ValueOrExpression<Dn> value)Sets the "bind-dn" property.voidReplicationServerCfgClient. setChangelogEnabledExcludedDomains(Collection<ValueOrExpression<Dn>> values)Sets the "changelog-enabled-excluded-domains" property.voidVirtualAttributeCfgClient. setGroupDn(Collection<ValueOrExpression<Dn>> values)Sets the "group-dn" property.voidProxyBackendCfgClient. setKeepAliveSearchRequestBaseDn(ValueOrExpression<Dn> value)Sets the "keep-alive-search-request-base-dn" property.voidLdapPassThroughAuthenticationPolicyCfgClient. setMappedSearchBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "mapped-search-base-dn" property.voidLdapPassThroughAuthenticationPolicyCfgClient. setMappedSearchBindDn(ValueOrExpression<Dn> value)Sets the "mapped-search-bind-dn" property.voidExactMatchIdentityMapperCfgClient. setMatchBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "match-base-dn" property.voidRegularExpressionIdentityMapperCfgClient. setMatchBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "match-base-dn" property.voidProxyBackendCfgClient. setPartitionBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "partition-base-dn" property.voidProxyBackendCfgClient. setProxyUserDn(ValueOrExpression<Dn> value)Sets the "proxy-user-dn" property.voidSambaPasswordPluginCfgClient. setSambaAdministratorDn(ValueOrExpression<Dn> value)Sets the "samba-administrator-dn" property.voidSchemaBackendCfgClient. setSchemaEntryDn(Collection<ValueOrExpression<Dn>> values)Sets the "schema-entry-dn" property.voidGlobalCfgClient. setSubordinateBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "subordinate-base-dn" property.voidFingerprintCertificateMapperCfgClient. setUserBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "user-base-dn" property.voidSubjectAttributeToUserAttributeCertificateMapperCfgClient. setUserBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "user-base-dn" property.voidSubjectDnToUserAttributeCertificateMapperCfgClient. setUserBaseDn(Collection<ValueOrExpression<Dn>> values)Sets the "user-base-dn" property.voidHttpAnonymousAuthorizationMechanismCfgClient. setUserDn(ValueOrExpression<Dn> value)Sets the "user-dn" property.voidAccessLogFilteringCriteriaCfgClient. setUserIsMemberOf(Collection<ValueOrExpression<Dn>> values)Sets the "user-is-member-of" property.voidAccessLogFilteringCriteriaCfgClient. setUserIsNotMemberOf(Collection<ValueOrExpression<Dn>> values)Sets the "user-is-not-member-of" property. -
Uses of Dn in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return Dn Modifier and Type Method Description DnProxyBackendCfg. getAvailabilityCheckSearchRequestBaseDn()Gets the "availability-check-search-request-base-dn" property.DnBackendVlvIndexCfg. getBaseDn()Gets the "base-dn" property.DnLdapKeyManagerProviderCfg. getBaseDn()Gets the "base-dn" property.DnLdapTrustManagerProviderCfg. getBaseDn()Gets the "base-dn" property.DnReplicationDomainCfg. getBaseDn()Gets the "base-dn" property.DnReplicationServiceDiscoveryMechanismCfg. getBindDn()Gets the "bind-dn" property.DnLdapPassThroughAuthenticationPolicyCfg. getCachedPasswordStorageSchemeDn()Gets the "cached-password-storage-scheme" property as a DN.DnGlobalCfg. getDefaultPasswordPolicyDn()Gets the "default-password-policy" property as a DN.DnProxyBackendCfg. getKeepAliveSearchRequestBaseDn()Gets the "keep-alive-search-request-base-dn" property.DnAdministrationConnectorCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnCryptoManagerCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnHttpConnectionHandlerCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnHttpOauth2OpenamAuthorizationMechanismCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnHttpOauth2TokenIntrospectionAuthorizationMechanismCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnJmxConnectionHandlerCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnLdapConnectionHandlerCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnProxyBackendCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnReplicationServiceDiscoveryMechanismCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnReplicationSynchronizationProviderCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnStaticServiceDiscoveryMechanismCfg. getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.DnLdapPassThroughAuthenticationPolicyCfg. getMappedSearchBindDn()Gets the "mapped-search-bind-dn" property.DnPasswordPolicyCfg. getPasswordGeneratorDn()Gets the "password-generator" property as a DN.DnProxyBackendCfg. getProxyUserDn()Gets the "proxy-user-dn" property.DnSambaPasswordPluginCfg. getSambaAdministratorDn()Gets the "samba-administrator-dn" property.DnHttpOauth2OpenamAuthorizationMechanismCfg. getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.DnHttpOauth2TokenIntrospectionAuthorizationMechanismCfg. getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.DnLdapPassThroughAuthenticationPolicyCfg. getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.DnMailServerCfg. getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.DnReplicationServiceDiscoveryMechanismCfg. getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.DnStaticServiceDiscoveryMechanismCfg. getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.DnHttpAnonymousAuthorizationMechanismCfg. getUserDn()Gets the "user-dn" property.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type Dn Modifier and Type Method Description SortedSet<Dn>PasswordPolicyCfg. getAccountStatusNotificationHandlerDns()Gets the "account-status-notification-handler" property as a set of DNs.SortedSet<Dn>HttpEndpointCfg. getAuthorizationMechanismDns()Gets the "authorization-mechanism" property as a set of DNs.SortedSet<Dn>LdifBackendCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>MemoryBackendCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>NullBackendCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>PluggableBackendCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>ProxyBackendCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>ReferentialIntegrityPluginCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>SevenBitCleanPluginCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>UniqueAttributePluginCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>VirtualAttributeCfg. getBaseDn()Gets the "base-dn" property.SortedSet<Dn>ExternalSaslMechanismHandlerCfg. getCertificateMapperDns()Gets the "certificate-mapper" property as a set of DNs.SortedSet<Dn>ReplicationServerCfg. getChangelogEnabledExcludedDomains()Gets the "changelog-enabled-excluded-domains" property.SortedSet<Dn>PasswordPolicyImportPluginCfg. getDefaultAuthPasswordStorageSchemeDns()Gets the "default-auth-password-storage-scheme" property as a set of DNs.SortedSet<Dn>PasswordPolicyCfg. getDefaultPasswordStorageSchemeDns()Gets the "default-password-storage-scheme" property as a set of DNs.SortedSet<Dn>PasswordPolicyImportPluginCfg. getDefaultUserPasswordStorageSchemeDns()Gets the "default-user-password-storage-scheme" property as a set of DNs.SortedSet<Dn>PasswordPolicyCfg. getDeprecatedPasswordStorageSchemeDns()Gets the "deprecated-password-storage-scheme" property as a set of DNs.SortedSet<Dn>VirtualAttributeCfg. getGroupDn()Gets the "group-dn" property.SortedSet<Dn>CramMd5SaslMechanismHandlerCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>DigestMd5SaslMechanismHandlerCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>GssapiSaslMechanismHandlerCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>HttpBasicAuthorizationMechanismCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>HttpOauth2AuthorizationMechanismCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>PasswordModifyExtendedOperationHandlerCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>PlainSaslMechanismHandlerCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>ScramSha256SaslMechanismHandlerCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>ScramSha512SaslMechanismHandlerCfg. getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.SortedSet<Dn>LdapPassThroughAuthenticationPolicyCfg. getMappedSearchBaseDn()Gets the "mapped-search-base-dn" property.SortedSet<Dn>ExactMatchIdentityMapperCfg. getMatchBaseDn()Gets the "match-base-dn" property.SortedSet<Dn>RegularExpressionIdentityMapperCfg. getMatchBaseDn()Gets the "match-base-dn" property.SortedSet<Dn>ProxyBackendCfg. getPartitionBaseDn()Gets the "partition-base-dn" property.SortedSet<Dn>PasswordPolicyCfg. getPasswordValidatorDns()Gets the "password-validator" property as a set of DNs.SortedSet<Dn>GlobalCfg. getProxiedAuthorizationIdentityMapperDns()Gets the "proxied-authorization-identity-mapper" property as a set of DNs.SortedSet<Dn>CsvFileAccessLogPublisherCfg. getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.SortedSet<Dn>CsvFileHttpAccessLogPublisherCfg. getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.SortedSet<Dn>FileBasedAccessLogPublisherCfg. getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.SortedSet<Dn>FileBasedAuditLogPublisherCfg. getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.SortedSet<Dn>FileBasedErrorLogPublisherCfg. getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.SortedSet<Dn>FileBasedHttpAccessLogPublisherCfg. getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.SortedSet<Dn>JsonFileAccessLogPublisherCfg. getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.SortedSet<Dn>JsonFileHttpAccessLogPublisherCfg. getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.SortedSet<Dn>CsvFileAccessLogPublisherCfg. getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SortedSet<Dn>CsvFileHttpAccessLogPublisherCfg. getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SortedSet<Dn>FileBasedAccessLogPublisherCfg. getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SortedSet<Dn>FileBasedAuditLogPublisherCfg. getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SortedSet<Dn>FileBasedErrorLogPublisherCfg. getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SortedSet<Dn>FileBasedHttpAccessLogPublisherCfg. getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SortedSet<Dn>JsonFileAccessLogPublisherCfg. getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SortedSet<Dn>JsonFileHttpAccessLogPublisherCfg. getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SortedSet<Dn>SchemaBackendCfg. getSchemaEntryDn()Gets the "schema-entry-dn" property.SortedSet<Dn>ProxyBackendCfg. getShardDns()Gets the "shard" property as a set of DNs.SortedSet<Dn>GlobalCfg. getSubordinateBaseDn()Gets the "subordinate-base-dn" property.SortedSet<Dn>AdministrationConnectorCfg. getTrustManagerProviderDns()Gets the "trust-manager-provider" property as a set of DNs.SortedSet<Dn>HttpConnectionHandlerCfg. getTrustManagerProviderDns()Gets the "trust-manager-provider" property as a set of DNs.SortedSet<Dn>LdapConnectionHandlerCfg. getTrustManagerProviderDns()Gets the "trust-manager-provider" property as a set of DNs.SortedSet<Dn>ReplicationSynchronizationProviderCfg. getTrustManagerProviderDns()Gets the "trust-manager-provider" property as a set of DNs.SortedSet<Dn>FingerprintCertificateMapperCfg. getUserBaseDn()Gets the "user-base-dn" property.SortedSet<Dn>SubjectAttributeToUserAttributeCertificateMapperCfg. getUserBaseDn()Gets the "user-base-dn" property.SortedSet<Dn>SubjectDnToUserAttributeCertificateMapperCfg. getUserBaseDn()Gets the "user-base-dn" property.SortedSet<Dn>AccessLogFilteringCriteriaCfg. getUserIsMemberOf()Gets the "user-is-member-of" property.SortedSet<Dn>AccessLogFilteringCriteriaCfg. getUserIsNotMemberOf()Gets the "user-is-not-member-of" property. -
Uses of Dn in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core that return Dn Modifier and Type Method Description DnRequestContext. getAuthenticationDn()Returns the authentication Dn for logging.DnRequestContext. getAuthorizationDn()Returns the authorization Dn for logging, which could be from proxy auth.DnRequestContext. getProxiedAuthorizationDn()Returns the proxied authorization DN if proxy authorization has been requested.Methods in org.forgerock.opendj.server.core with parameters of type Dn Modifier and Type Method Description voidRequestContext. setProxiedAuthorizationDn(Dn proxiedAuthorizationDn)Set the proxied authorization DN for this operation if any. -
Uses of Dn in org.forgerock.opendj.server.embedded
Methods in org.forgerock.opendj.server.embedded with parameters of type Dn Modifier and Type Method Description ConnectionEmbeddedDirectoryServer. getConnection(Dn userDn)Returns a connection to the embedded server that will be authenticated as the specified user. -
Uses of Dn in org.forgerock.opendj.setup.model
Fields in org.forgerock.opendj.setup.model declared as Dn Modifier and Type Field Description static DnSetupConstants. ADMIN_DATA_DNDN of the administration data replication domain.static DnSetupConstants. DEFAULT_ROOT_DNRoot user default distinguish name.Methods in org.forgerock.opendj.setup.model that return Dn Modifier and Type Method Description DnProfile.DnParameter. parseStringValue(String strValue)DnProfile.DomainParameter. parseStringValue(String strValue)Methods in org.forgerock.opendj.setup.model with parameters of type Dn Modifier and Type Method Description SetupSetup. monitorUserDn(Dn monitorUserDn)Specifies the DN of the monitor user, having access to monitor information.SetupSetup. rootUserDn(Dn rootUserDn)Specifies the user root distinguish name of the instance to setup. -
Uses of Dn in org.opends.server.api
Methods in org.opends.server.api that return Dn Modifier and Type Method Description protected DnEntryCache. computeMonitorInstanceDn()protected DnKeyManagerProvider.CertificateMonitor. computeMonitorInstanceDn()protected abstract DnMonitorProvider. computeMonitorInstanceDn()Returns the monitor instance DN for this monitor provider.static DnMonitorProvider. configurationDnToMonitorDn(Dn configDn)Convenience method for mapping a component's configuration DN to its equivalent monitoring DN.DnDITCacheMap. getBaseDn(Dn entryDn)Find the Base DN of the provided DN.DnAlertGenerator. getComponentEntryDN()Retrieves the DN of the configuration entry with which this alert generator is associated.abstract DnConnectionHandler. getComponentEntryDN()Retrieves the DN of the configuration entry with which this alert generator is associated.abstract DnAuthenticationPolicy. getDN()Returns the name of the configuration entry associated with this authentication policy.DnGroup. getGroupDN()Retrieves the DN of the entry that contains the definition for this group.DnClientConnection. getKeyManagerProviderDN()Retrieves the DN of the key manager provider that should be used for operations requiring access to a key manager.DnMonitorProvider. getMonitorInstanceDn()Returns the DN of this monitor provider.Methods in org.opends.server.api that return types with arguments of type Dn Modifier and Type Method Description Iterator<Map.Entry<Dn,T>>DITCacheMap. childrenIterator(Dn baseDn)Returns a filtered-view of this map containing only the immediate children of base-dn.Set<Map.Entry<Dn,T>>DITCacheMap. entrySet()abstract Set<Dn>Backend. getBaseDNs()Retrieves the set of base-level DNs that may be used within this backend.List<Dn>DITCacheMap. getChildrenDns(Dn key, long maxNumberOfChildren)Returns the list of the children's DNs, size bounded.Flowable<Dn>Group. getMemberDns()Retrieves an iterator that may be used to cursor through the Dns of the members contained in this group.Methods in org.opends.server.api with parameters of type Dn Modifier and Type Method Description booleanAccessControlHandler. canDiscloseInformation(Entry entry, Dn entryDN, Operation operation)Checks whether the ACIs prevent sending information about the provided entry, or entryDN if entry is null.Iterator<Map.Entry<Dn,T>>DITCacheMap. childrenIterator(Dn baseDn)Returns a filtered-view of this map containing only the immediate children of base-dn.static DnMonitorProvider. configurationDnToMonitorDn(Dn configDn)Convenience method for mapping a component's configuration DN to its equivalent monitoring DN.abstract booleanEntryCache. containsEntry(Dn entryDN)Indicates whether the entry cache currently contains the entry with the specified DN.booleanDITCacheMap. containsSubtree(Dn key)Returnstrueif there are stored objects associated with the subtree having the provided base DN.abstract voidLocalBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)Removes the specified entry from this backend.booleanLocalBackend. entryExists(Dn entryDN)Indicates whether an entry with the specified DN exists in the backend.Flowable<Entry>Group. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Retrieves an iterator that may be used to cursor through the entries of the members contained in this group, or its nested groups.DnDITCacheMap. getBaseDn(Dn entryDn)Find the Base DN of the provided DN.List<Dn>DITCacheMap. getChildrenDns(Dn key, long maxNumberOfChildren)Returns the list of the children's DNs, size bounded.abstract SizedEntryEntryCache. getEntry(Dn entryDN)Retrieves the entry with its size, with the specified DN from the cache.abstract EntryLocalBackend. getEntry(Dn entryDN)Retrieves the requested entry from this backend.abstract longLocalBackend. getNumberOfChildren(Dn parentDN)Retrieves the number of subordinates immediately below the requested entry.abstract longLocalBackend. getNumberOfEntriesInBaseDN(Dn baseDN)Retrieves the number of entries for the specified base DN including all entries from the requested entry to the lowest level in the tree.Collection<T>DITCacheMap. getSubtreeValues(Dn key)Returns values from the stored objects associated with the subtree having the provided base DN.booleanLocalBackend. handlesEntry(Dn entryDN)Indicates whether this backend should be used to handle operations for the provided entry.static booleanLocalBackend. handlesEntry(Dn entryDN, Collection<Dn> baseDNs, Collection<Dn> excludeDNs)Indicates whether a backend should be used to handle operations for the provided entry given the set of base DNs and exclude DNs.booleanDITCacheMap. hasChildren(Dn key)Returnstrueif there are objects below the DN, excluding the DN itself.abstract ConditionResultLocalBackend. hasSubordinates(Dn entryDN)Indicates whether the requested entry has any subordinates.booleanAccessControlHandler. isAllowed(Dn dn, Operation op, Control control)Indicates whether the provided control is allowed based on the access control configuration and the specified operation.default booleanGroup. isMember(Dn userDN)Indicates whether the user with the specified DN is a member of this group.booleanGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)Indicates whether the user with the specified DN is a member of this group.booleanAccessControlHandler. maySend(Dn dn, Operation operation, SearchResultReference searchReference)Indicates whether the provided search result reference may be sent to the client based on the access control configuration.TDITCacheMap. put(Dn key, T value)abstract voidEntryCache. removeEntry(Dn entryDN)Removes the specified entry from the cache.booleanDITCacheMap. removeSubtree(Dn key, Collection<? super T> removedValues)Removes the stored objects associated with the subtree having the provided base DN.voidGroup. rename(Dn newGroupDn, Entry newBaseEntry)Renames this group, and use the provided DN as the new name for this group.abstract voidLocalBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)Moves and/or renames the provided entry in this backend, altering any subordinate entries as necessary.voidLocalBackend. sampleEntries(Consumer<Entry> consumer, Dn baseDn)Consumes all or a subset of entries contained in this backend under the provided base DN.Method parameters in org.opends.server.api with type arguments of type Dn Modifier and Type Method Description static booleanLocalBackend. handlesEntry(Dn entryDN, Collection<Dn> baseDNs, Collection<Dn> excludeDNs)Indicates whether a backend should be used to handle operations for the provided entry given the set of base DNs and exclude DNs.default voidLocalBackendInitializationListener. performBackendPostFinalizationProcessing(String backendId, Predicate<Dn> handlesEntry)Performs any processing that may be required whenever a backend is finalized.voidDITCacheMap. putAll(Map<? extends Dn,? extends T> m) -
Uses of Dn in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return Dn Modifier and Type Method Description DnDirectoryServerPlugin. getPluginEntryDN()Retrieves the DN of the configuration entry for this plugin.Methods in org.opends.server.api.plugin with parameters of type Dn Modifier and Type Method Description voidDirectoryServerPlugin. initializeInternal(ServerContext serverContext, Dn pluginDN, Set<PluginType> pluginTypes, boolean invokeForInternalOps)Performs any initialization that should be done for all types of plugins regardless of type.PluginResult.SubordinateDeleteDirectoryServerPlugin. processSubordinateDelete(DeleteOperation deleteOperation, Dn entryDn, boolean isCommited)Performs any necessary processing that should be done whenever a subordinate entry is deleted as part of subtree delete operation.PluginResult.SubordinateModifyDNDirectoryServerPlugin. processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation, Dn oldEntryDn, Dn newEntryDn)Performs any necessary processing that should be done whenever a subordinate entry is moved or renamed as part of a modify DN operation.static PluginResult.IntermediateResponsePluginResult.IntermediateResponse. stopProcessing(boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)Defines a new stop processing intermediate response plugin result.static PluginResult.PostOperationPluginResult.PostOperation. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)Defines a new stop processing post operation plugin result.static PluginResult.PreOperationPluginResult.PreOperation. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)Defines a new stop processing pre operation plugin result.static PluginResult.PreParsePluginResult.PreParse. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)Defines a new stop processing pre parse plugin result.static PluginResult.SubordinateDeletePluginResult.SubordinateDelete. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)Defines a new stop processing subordinate delete plugin result.static PluginResult.SubordinateModifyDNPluginResult.SubordinateModifyDN. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)Defines a new stop processing subordinate modify DN plugin result.Constructors in org.opends.server.api.plugin with parameters of type Dn Constructor Description InternalDirectoryServerPlugin(Dn componentDN, ServerContext serverContext, Set<PluginType> pluginTypes)Creates a new internal directory server plugin using the provided component name and plugin types. -
Uses of Dn in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that return Dn Modifier and Type Method Description DnAciEvalContext. getClientDN()Get client DN.DnAciListenerManager. getComponentEntryDN()DnAci. getDN()Return the DN of the entry containing the ACI.DnTarget. getDN()Returns the URL DN of the expression.DnAciEvalContext. getResourceDN()Get the resource DN.Methods in org.opends.server.authorization.dseecompat with parameters of type Dn Modifier and Type Method Description voidAciList. addAci(Dn dn, SortedSet<Aci> acis)Add a set of ACIs to the ACI list.booleanAciHandler. canDiscloseInformation(Entry entry, Dn entryDN, Operation operation)static AciAci. decode(String aciString, Dn dn, ServerContext serverContext)Decode an ACI byte string.static AciTargetsAciTargets. decode(String input, Dn dn, ServerContext serverContext)Decode an ACI's target part of the syntax from the string provided.static TargetTarget. decode(EnumTargetOperator operator, String expr, Dn aciDN)Decode an expression string representing a target keyword expression.static booleanUserDN. evaluate(Entry e, Dn clientDN, AttributeType attrType)This method searches an entry for an attribute value that is treated as a DN.booleanAciHandler. isAllowed(Dn entryDN, Operation op, Control control)booleanPatternDN. matchesDN(Dn dn, Schema schema)Determine whether a given DN matches this pattern.booleanTarget. matchesPattern(Dn dn, Schema schema)This method tries to match a pattern against a DN.booleanAciHandler. maySend(Dn dn, Operation operation, SearchResultReference reference)voidAciList. renameAci(Dn oldDN, Dn newDN, ServerContext serverContext)Rename all ACIs under the specified old DN to the new DN.Method parameters in org.opends.server.authorization.dseecompat with type arguments of type Dn Modifier and Type Method Description voidAciListenerManager. performBackendPostFinalizationProcessing(String backendId, Predicate<Dn> handlesEntry)Performs any processing that may be required whenever a backend is finalized.Constructors in org.opends.server.authorization.dseecompat with parameters of type Dn Constructor Description AciList(Dn configDN)Constructor to create an ACI list to cache ACI attribute types.AciListenerManager(AciList aciList, Dn cfgDN, ServerContext serverContext)Save the list created by the AciHandler routine. -
Uses of Dn in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type Dn Modifier and Type Method Description booleanPolicyBasedAccessControlHandler. canDiscloseInformation(Entry entry, Dn entryDN, Operation operation)booleanPolicyBasedAccessControlHandler. isAllowed(Dn dn, Operation op, Control control)booleanPolicyBasedAccessControlHandler. maySend(Dn dn, Operation operation, SearchResultReference searchReference) -
Uses of Dn in org.opends.server.backends
Fields in org.opends.server.backends declared as Dn Modifier and Type Field Description static DnChangelogBackend. CHANGELOG_BASE_DNThe base DN for the external change log.Methods in org.opends.server.backends that return Dn Modifier and Type Method Description DnConfigurationBackend.ConfigurationBackendCfg. dn()DnRebuildConfig. getBaseDN()Get the base DN to rebuild.DnVerifyConfig. getBaseDN()Get the base DN to be verified.DnLDIFBackend. getComponentEntryDN()DnSchemaBackend. getComponentEntryDN()Methods in org.opends.server.backends that return types with arguments of type Dn Modifier and Type Method Description Set<Dn>ChangelogBackend. getBaseDNs()Set<Dn>ConfigurationBackend. getBaseDNs()Set<Dn>LDIFBackend. getBaseDNs()Set<Dn>MemoryBackend. getBaseDNs()Set<Dn>MonitorBackend. getBaseDNs()Set<Dn>NullBackend. getBaseDNs()Set<Dn>ProxyBackend. getBaseDNs()Set<Dn>RootDSEBackend. getBaseDNs()Set<Dn>SchemaBackend. getBaseDNs()Methods in org.opends.server.backends with parameters of type Dn Modifier and Type Method Description voidChangelogBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)voidConfigurationBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)voidLDIFBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)voidMemoryBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)voidMonitorBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)voidNullBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)voidRootDSEBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)voidSchemaBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)booleanConfigurationBackend. entryExists(Dn entryDN)booleanLDIFBackend. entryExists(Dn entryDN)booleanMemoryBackend. entryExists(Dn entryDN)booleanMonitorBackend. entryExists(Dn entryDN)booleanNullBackend. entryExists(Dn entryDN)booleanRootDSEBackend. entryExists(Dn entryDN)booleanSchemaBackend. entryExists(Dn entryDN)EntryChangelogBackend. getEntry(Dn entryDN)EntryConfigurationBackend. getEntry(Dn entryDN)EntryLDIFBackend. getEntry(Dn entryDN)EntryMemoryBackend. getEntry(Dn entryDN)EntryMonitorBackend. getEntry(Dn entryDN)EntryNullBackend. getEntry(Dn entryDn)EntryRootDSEBackend. getEntry(Dn entryDN)EntrySchemaBackend. getEntry(Dn entryDN)longChangelogBackend. getNumberOfChildren(Dn parentDN)longConfigurationBackend. getNumberOfChildren(Dn parentDN)longLDIFBackend. getNumberOfChildren(Dn parentDN)longMemoryBackend. getNumberOfChildren(Dn parentDN)longMonitorBackend. getNumberOfChildren(Dn parentDN)longNullBackend. getNumberOfChildren(Dn parentDN)longRootDSEBackend. getNumberOfChildren(Dn parentDN)longSchemaBackend. getNumberOfChildren(Dn parentDN)longChangelogBackend. getNumberOfEntriesInBaseDN(Dn baseDN)longConfigurationBackend. getNumberOfEntriesInBaseDN(Dn baseDN)longLDIFBackend. getNumberOfEntriesInBaseDN(Dn baseDN)longMemoryBackend. getNumberOfEntriesInBaseDN(Dn baseDN)longMonitorBackend. getNumberOfEntriesInBaseDN(Dn baseDN)longNullBackend. getNumberOfEntriesInBaseDN(Dn baseDN)longRootDSEBackend. getNumberOfEntriesInBaseDN(Dn baseDN)longSchemaBackend. getNumberOfEntriesInBaseDN(Dn baseDN)ConditionResultChangelogBackend. hasSubordinates(Dn entryDN)ConditionResultConfigurationBackend. hasSubordinates(Dn entryDN)ConditionResultLDIFBackend. hasSubordinates(Dn entryDN)ConditionResultMemoryBackend. hasSubordinates(Dn entryDN)ConditionResultMonitorBackend. hasSubordinates(Dn entryDN)ConditionResultNullBackend. hasSubordinates(Dn entryDN)ConditionResultRootDSEBackend. hasSubordinates(Dn entryDN)ConditionResultSchemaBackend. hasSubordinates(Dn entryDN)voidChangelogBackend. notifyChangeNumberEntryAdded(Dn baseDN, long changeNumber, String cookie, LDAPUpdateMsg updateMsg)Notifies persistent searches of this backend that a new change number entry was added to it.voidChangelogBackend. notifyCookieEntryAdded(Dn baseDN, LDAPUpdateMsg updateMsg)Notifies persistent searches of this backend that a new cookie entry was added to it.voidChangelogBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidConfigurationBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidLDIFBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidMemoryBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidMonitorBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidNullBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidRootDSEBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidSchemaBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidLDIFBackend. sampleEntries(Consumer<Entry> consumer, Dn baseDn)Constructors in org.opends.server.backends with parameters of type Dn Constructor Description RebuildConfig(Dn baseDN)Builds a new rebuild config object.VerifyConfig(Dn baseDN)builds a new verify config object. -
Uses of Dn in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return types with arguments of type Dn Modifier and Type Method Description Set<Dn>BackendImpl. getBaseDNs()Methods in org.opends.server.backends.pluggable with parameters of type Dn Modifier and Type Method Description voidBackendImpl. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)booleanBackendImpl. entryExists(Dn entryDN)EntryBackendImpl. getEntry(Dn entryDN)longBackendImpl. getNumberOfChildren(Dn parentDN)longBackendImpl. getNumberOfEntriesInBaseDN(Dn baseDN)ConditionResultBackendImpl. hasSubordinates(Dn entryDN)voidBackendImpl. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidBackendImpl. sampleEntries(Consumer<Entry> consumer, Dn baseDn) -
Uses of Dn in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi with parameters of type Dn Modifier and Type Method Description static voidStorageUtils. checkDBDirPermissions(String dbDirPermissions, Dn configDN, ConfigChangeResult ccr)Returns false if directory permissions in the configuration are invalid.static voidStorageUtils. setDBDirPermissions(Path backendDir, String dbDirPermissions, Dn configDN, ConfigChangeResult ccr)Sets files permissions on the backend directory.static voidStorageUtils. setupStorageFiles(Path backendDir, String dbDirPermissions, Dn configDN)Ensure backendDir exists (creating it if not) and has the specified dbDirPermissions. -
Uses of Dn in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return Dn Modifier and Type Method Description DnTaskScheduler. getComponentEntryDN()DnTaskBackend. getConfigEntryDN()Retrieves the DN of the configuration entry for this task backend.DnTaskBackend. getRecurringTasksParentDN()Retrieves the DN of the entry that is the immediate parent for all recurring task information in the Directory Server.DnTaskBackend. getScheduledTasksParentDN()Retrieves the DN of the entry that is the immediate parent for all scheduled task information in the Directory Server.DnTask. getTaskName()Retrieves the name of the task entry.DnTaskBackend. getTaskRootDN()Retrieves the DN of the entry that is the root for all task information in the Directory Server.Methods in org.opends.server.backends.task that return types with arguments of type Dn Modifier and Type Method Description Set<Dn>TaskBackend. getBaseDNs()Methods in org.opends.server.backends.task with parameters of type Dn Modifier and Type Method Description voidTaskBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)EntryTaskBackend. getEntry(Dn entryDN)longTaskBackend. getNumberOfChildren(Dn parentDN)longTaskBackend. getNumberOfEntriesInBaseDN(Dn baseDN)RecurringTaskTaskScheduler. getRecurringTask(Dn recurringTaskEntryDN)Retrieves the recurring task with the given recurring task ID.EntryTaskScheduler. getRecurringTaskEntry(Dn recurringTaskEntryDN)Retrieves the recurring task entry with the provided DN.TaskTaskBackend. getScheduledTask(Dn taskEntryDN)Retrieves the scheduled task for the entry with the provided DN.TaskTaskScheduler. getScheduledTask(Dn taskEntryDN)Retrieves the scheduled task created from the specified entry.EntryTaskScheduler. getScheduledTaskEntry(Dn scheduledTaskEntryDN)Retrieves the scheduled task entry with the provided DN.ConditionResultTaskBackend. hasSubordinates(Dn entryDN)voidTaskBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) -
Uses of Dn in org.opends.server.config
Fields in org.opends.server.config declared as Dn Modifier and Type Field Description static DnConfigConstants. DN_BACKEND_BASEThe DN of the entry that will serve as the base for all Directory Server backends.static DnConfigConstants. DN_CONFIG_ROOTThe DN of the entry that will serve as the root for the Directory Server configuration.static DnConfigConstants. DN_DEFAULT_SCHEMA_ROOTThe DN of the entry that will serve as the default root for the Directory Server schema information, unless an alternate location is defined in the configuration.static DnConfigConstants. DN_ENTRY_CACHE_BASEThe DN of the entry that will hold the configuration for the Directory Server entry cache.static DnConfigConstants. DN_MONITOR_CHANGELOGThe DN of the entry that will serve as the base for all Directory Server replication changelog information.static DnConfigConstants. DN_MONITOR_ROOTThe DN of the entry that will serve as the base for all Directory Server monitor information.static DnConfigConstants. DN_TASK_ROOTThe DN of the entry that will serve as the base for all Directory Server task information.Methods in org.opends.server.config that return Dn Modifier and Type Method Description DnConfigurationHandler. getComponentEntryDN()Methods in org.opends.server.config that return types with arguments of type Dn Modifier and Type Method Description Set<Dn>ConfigurationHandler. getChildren(Dn dn)Methods in org.opends.server.config with parameters of type Dn Modifier and Type Method Description voidConfigurationHandler. deleteEntry(Dn dn)Delete a configuration entry.voidConfigurationHandler. deregisterAddListener(Dn dn, ConfigAddListener listener)voidConfigurationHandler. deregisterChangeListener(Dn dn, ConfigChangeListener listener)voidConfigurationHandler. deregisterDeleteListener(Dn dn, ConfigDeleteListener listener)List<ConfigAddListener>ConfigurationHandler. getAddListeners(Dn dn)List<ConfigChangeListener>ConfigurationHandler. getChangeListeners(Dn dn)Set<Dn>ConfigurationHandler. getChildren(Dn dn)List<ConfigDeleteListener>ConfigurationHandler. getDeleteListeners(Dn dn)EntryConfigurationHandler. getEntry(Dn dn)static StringJMXMBean. getJmxName(Dn monitorEntryDN)Creates a JMX object name string based on a DN.booleanConfigurationHandler. hasEntry(Dn dn)longConfigurationHandler. numSubordinates(Dn entryDN, boolean subtree)Retrieves the number of subordinates for the requested entry.voidConfigurationHandler. registerAddListener(Dn dn, ConfigAddListener listener)voidConfigurationHandler. registerChangeListener(Dn dn, ConfigChangeListener listener)voidConfigurationHandler. registerDeleteListener(Dn dn, ConfigDeleteListener listener)Constructors in org.opends.server.config with parameters of type Dn Constructor Description JMXMBean(Dn monitorEntryDN, ServerContext serverContext)Creates a new dynamic JMX MBean for use with the Directory Server. -
Uses of Dn in org.opends.server.core
Methods in org.opends.server.core that return Dn Modifier and Type Method Description protected DnEntryCacheConfigManager.EntryCacheDispatcher. computeMonitorInstanceDn()DnBackendConfigManager. findNamingContextForEntry(Dn entryDn)Retrieves the naming context that should be used to handle operations on the specified entry.DnSearchOperation. getBaseDN()DnBindOperation. getBindDN()DnAccessControlConfigManager. getComponentEntryDN()DnDirectoryServer. getComponentEntryDN()DnCoreConfigManager. getDefaultPasswordPolicyDN()Retrieves the DN of the configuration entry for the default password policy for the Directory Server.abstract DnPasswordPolicy. getDN()DnSubentryPasswordPolicy. getDN()DnAddOperation. getEntryDN()DnCompareOperation. getEntryDN()Retrieves the DN of the entry to compare.DnDeleteOperation. getEntryDN()Retrieves the DN of the entry to delete.DnModifyDnOperation. getEntryDN()DnModifyOperation. getEntryDN()DnModifyDnOperation. getNewSuperior()DnBackendConfigManager. getParentDNInSuffix(Dn dn)Retrieves the DN that is the immediate parent for this DN.DnAbandonOperation. getProxiedAuthorizationDN()DnAddOperation. getProxiedAuthorizationDN()DnBindOperation. getProxiedAuthorizationDN()DnCompareOperation. getProxiedAuthorizationDN()DnDeleteOperation. getProxiedAuthorizationDN()DnExtendedOperation. getProxiedAuthorizationDN()DnModifyDnOperation. getProxiedAuthorizationDN()DnModifyOperation. getProxiedAuthorizationDN()DnSearchOperation. getProxiedAuthorizationDN()DnUnbindOperation. getProxiedAuthorizationDN()DnBindOperation. getUserEntryDN()Methods in org.opends.server.core that return types with arguments of type Dn Modifier and Type Method Description Iterator<Dn>BackendConfigManager. findNamingContextChildren(Dn entryDn)Retrieves the set of local naming contexts that are subordinates of the naming context that should be used to handle operations on the specified entry.ConcurrentMap<Dn,MonitorProvider>DirectoryServer. getMonitorProviders()ConcurrentMap<Dn,MonitorProvider>ServerContext. getMonitorProviders()Retrieves the set of monitor providers that have been registered with the Directory Server, as a mapping between the monitor name (in all lowercase characters) and the monitor implementation.Set<Dn>BackendConfigManager. getNamingContexts(Predicate<org.opends.server.core.BackendConfigManager.NamingContext> filter)Retrieves naming contexts corresponding to backends, according to the specified filter.SortedSet<Dn>CoreConfigManager. getProxiedAuthorizationIdentityMapperDNs()Retrieves the DNs of the configuration entry for the identity mappers that should be used in conjunction with proxied authorization V2 controls.Set<Dn>CoreConfigManager. getSubordinateBaseDNs()Retrieves the restricted set of subordinate base DNs to use when searching the root suffix "".Pair<Set<Dn>,Set<Dn>>BackendConfigManager. registerBaseDNs(Backend<? extends BackendCfg> backend, Set<Dn> newBaseDns)Registers the provided base DNs for the provided backend.Pair<Set<Dn>,Set<Dn>>BackendConfigManager. registerBaseDNs(Backend<? extends BackendCfg> backend, Set<Dn> newBaseDns)Registers the provided base DNs for the provided backend.Methods in org.opends.server.core with parameters of type Dn Modifier and Type Method Description booleanEntryCacheConfigManager.EntryCacheDispatcher. containsEntry(Dn entryDN)booleanBackendConfigManager. containsLocalNamingContext(Dn dn)Indicates whether the specified DN is contained in the local backends as a naming context.voidDirectoryServer. deregisterAccountStatusNotificationHandler(Dn handlerDN)voidServerContext. deregisterAccountStatusNotificationHandler(Dn handlerDN)Deregisters the specified account status notification handler with the Directory Server.voidDirectoryServer. deregisterAuthenticationPolicy(Dn configEntryDN)voidServerContext. deregisterAuthenticationPolicy(Dn configEntryDN)Deregisters the provided authentication policy with the Directory Server.voidDirectoryServer. deregisterCertificateMapper(Dn mapperDN)voidServerContext. deregisterCertificateMapper(Dn mapperDN)Deregisters the specified certificate mapper with the Directory Server.voidDirectoryServer. deregisterIdentityMapper(Dn configEntryDN)voidServerContext. deregisterIdentityMapper(Dn configEntryDN)Deregisters the provided identity mapper for use with the Directory Server.voidDirectoryServer. deregisterPasswordGenerator(Dn configEntryDN)voidServerContext. deregisterPasswordGenerator(Dn configEntryDN)Deregisters the provided password generator for use with the Directory Server.voidDirectoryServer. deregisterPasswordStorageScheme(Dn configEntryDN)voidServerContext. deregisterPasswordStorageScheme(Dn configEntryDN)Deregisters the specified password storage scheme with the Directory Server.voidDirectoryServer. deregisterPasswordValidator(Dn configEntryDN)voidServerContext. deregisterPasswordValidator(Dn configEntryDN)Deregisters the provided password validator for use with the Directory Server.voidDirectoryServer. deregisterRetentionPolicy(Dn configEntryDN)voidServerContext. deregisterRetentionPolicy(Dn configEntryDN)Deregisters the provided log retention policy with the Directory Server.voidDirectoryServer. deregisterRotationPolicy(Dn configEntryDN)voidServerContext. deregisterRotationPolicy(Dn configEntryDN)Deregisters the provided log rotation policy with the Directory Server.booleanDirectoryServer. entryExists(Dn entryDN)booleanServerContext. entryExists(Dn entryDN)Indicates whether the specified entry exists in the Directory Server.Backend<?>BackendConfigManager. findBackendForEntry(Dn entryDn)Retrieves the backend that should be used to handle operations on the specified entry.LocalBackend<?>BackendConfigManager. findLocalBackendForEntry(Dn entryDn)Retrieves the local backend and the corresponding baseDN that should be used to handle operations on the specified entry.Iterator<Dn>BackendConfigManager. findNamingContextChildren(Dn entryDn)Retrieves the set of local naming contexts that are subordinates of the naming context that should be used to handle operations on the specified entry.DnBackendConfigManager. findNamingContextForEntry(Dn entryDn)Retrieves the naming context that should be used to handle operations on the specified entry.Set<ClientConnection>AuthenticatedUsers. get(Dn userDN)Retrieves the set of client connections authenticated as the specified user.AccountStatusNotificationHandler<?>DirectoryServer. getAccountStatusNotificationHandler(Dn handlerDN)AccountStatusNotificationHandler<?>ServerContext. getAccountStatusNotificationHandler(Dn handlerDN)Retrieves the account status notification handler with the specified configuration entry DN.AuthenticationPolicyDirectoryServer. getAuthenticationPolicy(Dn configEntryDN)AuthenticationPolicyServerContext. getAuthenticationPolicy(Dn configEntryDN)Retrieves the authentication policy registered for the provided configuration entry.Backend<?>BackendConfigManager. getBackendWithBaseDn(Dn baseDn)Retrieves the backend with the specified base DN.CertificateMapper<?>DirectoryServer. getCertificateMapper(Dn mapperDN)CertificateMapper<?>ServerContext. getCertificateMapper(Dn mapperDN)Retrieves the certificate mapper registered with the provided entry DN.List<SubEntry>SubentryManager. getCollectiveSubentries(Dn dn)Returns collective subentries applicable to specific DN.EntryDirectoryServer. getConfigEntry(Dn entryDN)Deprecated.useDirectoryServer.getEntry(Dn)when possibleEntryServerContext. getConfigEntry(Dn entryDN)Deprecated.useServerContext.getEntry(Dn)when possibleEntryDirectoryServer. getEntry(Dn entryDN)SizedEntryEntryCacheConfigManager.EntryCacheDispatcher. getEntry(Dn entryDN)EntryServerContext. getEntry(Dn entryDN)Retrieves the entry with the requested DN.GroupGroupManager. getGroup(Dn entryDN)Retrieves the group defined in the entry with the specified DN.IdentityMapper<?>DirectoryServer. getIdentityMapper(Dn configEntryDN)IdentityMapper<?>ServerContext. getIdentityMapper(Dn configEntryDN)Retrieves the Directory Server identity mapper whose configuration resides in the specified configuration entry.KeyManagerProvider<?>DirectoryServer. getKeyManagerProvider(Dn keyManagerProviderDn)KeyManagerProvider<?>KeyManagerProviderConfigManager. getKeyManagerProvider(Dn dn)Retrieves the key manager provider registered with the provided entry DN.KeyManagerProvider<?>ServerContext. getKeyManagerProvider(Dn keyManagerProviderDN)Returns the key manager provider matching the provided DN.LocalBackend<?>BackendConfigManager. getLocalBackendWithBaseDN(Dn baseDn)Retrieves the local backend with the specified base DN.DnBackendConfigManager. getParentDNInSuffix(Dn dn)Retrieves the DN that is the immediate parent for this DN.EntryDirectoryServer. getParentEntry(Dn childDn)EntryServerContext. getParentEntry(Dn childDn)Retrieves the entry that is the immediate parent of the entry having the provided DN.PasswordGenerator<?>DirectoryServer. getPasswordGenerator(Dn configEntryDN)PasswordGenerator<?>ServerContext. getPasswordGenerator(Dn configEntryDN)Retrieves the password generator registered with the provided configuration entry DN.PasswordStorageScheme<?>DirectoryServer. getPasswordStorageScheme(Dn configEntryDN)PasswordStorageScheme<?>ServerContext. getPasswordStorageScheme(Dn configEntryDN)Retrieves the password storage scheme defined in the specified configuration entry.PasswordValidator<? extends PasswordValidatorCfg>DirectoryServer. getPasswordValidator(Dn configEntryDN)PasswordValidator<? extends PasswordValidatorCfg>ServerContext. getPasswordValidator(Dn configEntryDN)Retrieves the password validator registered with the provided configuration entry DN.DirectoryServerPlugin<?>PluginConfigManager. getRegisteredPlugin(Dn pluginDN)Retrieves the plugin with the specified configuration entry DN.RetentionPolicy<?>DirectoryServer. getRetentionPolicy(Dn configEntryDN)RetentionPolicy<?>ServerContext. getRetentionPolicy(Dn configEntryDN)Retrieves the log retention policy registered for the provided configuration entry.RotationPolicy<?>DirectoryServer. getRotationPolicy(Dn configEntryDN)RotationPolicy<?>ServerContext. getRotationPolicy(Dn configEntryDN)Retrieves the log rotation policy registered for the provided configuration entry.List<SubEntry>SubentryManager. getSubentries(Dn dn)Returns subentries applicable to specific DN.TrustManagerProvider<?>DirectoryServer. getTrustManagerProvider(Dn trustManagerProviderDN)TrustManagerProvider<?>ServerContext. getTrustManagerProvider(Dn trustManagerProviderDN)Returns the trust manager provider matching the provided DN.TrustManagerProvider<?>TrustManagerProviderConfigManager. getTrustManagerProvider(Dn dn)Retrieves the trust manager provider registered with the provided entry DN.booleanBackendConfigManager. hasSubordinateNamingContextsForEntry(Dn entryDn)Returns whether the provided Dn has subordinate base DNs.PluginResult.SubordinateDeletePluginConfigManager. invokeSubordinateDeletePlugins(DeleteOperation deleteOperation, Dn entryDn, boolean isCommitted)Invokes the set of subordinate delete plugins that have been configured in the Directory Server.PluginResult.SubordinateModifyDNPluginConfigManager. invokeSubordinateModifyDNPlugins(SubordinateModifyDNOperation modifyDNOperation, Dn oldEntryDn, Dn newEntryDn)Invokes the set of subordinate modify DN plugins that have been configured in the Directory Server.voidPersistentSearch. processModifyDN(Entry entry, Dn oldDN)Notifies the persistent searches that an entry has been renamed.voidAuthenticatedUsers. put(Dn userDN, ClientConnection clientConnection)Registers the provided user DN and client connection with this object.voidDirectoryServer. registerAccountStatusNotificationHandler(Dn handlerDN, AccountStatusNotificationHandler<?> handler)voidServerContext. registerAccountStatusNotificationHandler(Dn handlerDN, AccountStatusNotificationHandler<?> handler)Registers the provided account status notification handler with the Directory Server.voidDirectoryServer. registerCertificateMapper(Dn mapperDN, CertificateMapper<?> mapper)voidServerContext. registerCertificateMapper(Dn mapperDN, CertificateMapper<?> mapper)Registers the provided certificate mapper with the Directory Server.voidDirectoryServer. registerIdentityMapper(Dn configEntryDN, IdentityMapper<?> identityMapper)voidServerContext. registerIdentityMapper(Dn configEntryDN, IdentityMapper<?> identityMapper)Registers the provided identity mapper for use with the Directory Server.voidDirectoryServer. registerPasswordGenerator(Dn configEntryDN, PasswordGenerator<?> generator)voidServerContext. registerPasswordGenerator(Dn configEntryDN, PasswordGenerator<?> generator)Registers the provided password generator for use with the Directory Server.voidDirectoryServer. registerPasswordStorageScheme(Dn configEntryDN, PasswordStorageScheme<?> scheme)voidServerContext. registerPasswordStorageScheme(Dn configEntryDN, PasswordStorageScheme<?> scheme)Registers the provided password storage scheme with the Directory Server.voidDirectoryServer. registerPasswordValidator(Dn configEntryDN, PasswordValidator<? extends PasswordValidatorCfg> validator)voidServerContext. registerPasswordValidator(Dn configEntryDN, PasswordValidator<? extends PasswordValidatorCfg> validator)Registers the provided password validator for use with the Directory Server.voidDirectoryServer. registerRetentionPolicy(Dn configEntryDN, RetentionPolicy<?> policy)voidServerContext. registerRetentionPolicy(Dn configEntryDN, RetentionPolicy<?> policy)Registers the provided log retention policy with the Directory Server.voidDirectoryServer. registerRotationPolicy(Dn configEntryDN, RotationPolicy<?> policy)voidServerContext. registerRotationPolicy(Dn configEntryDN, RotationPolicy<?> policy)Registers the provided log rotation policy with the Directory Server.voidAuthenticatedUsers. remove(Dn userDN, ClientConnection clientConnection)Deregisters the provided user DN and client connection with this object.voidEntryCacheConfigManager.EntryCacheDispatcher. removeEntry(Dn entryDN)booleanSearchOperation. returnReference(Dn dn, SearchResultReference reference)Used as a callback for backends to indicate that the provided search reference was encountered during processing and that additional processing should be performed to potentially send it back to the client.static voidBindOperation. runFakePasswordMatches(Dn bindDn, ByteString password)When using cost based hashes, ensure similar response times when login with non-existing vs.voidSearchOperation. setBaseDN(Dn baseDN)Specifies the base DN as included in the request from the client.voidBindOperation. setBindDN(Dn bindDN)voidAddOperation. setEntryDN(Dn entryDN)voidCompareOperation. setEntryDN(Dn entryDN)Specifies the entry DN as included in the client request.voidDeleteOperation. setEntryDN(Dn entryDN)Specifies the entry DN as included in the client request.voidModifyDnOperation. setEntryDN(Dn entryDN)voidModifyOperation. setEntryDN(Dn entryDN)voidModifyDnOperation. setNewSuperior(Dn newSuperior)voidAbandonOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)voidAddOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)voidBindOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)voidCompareOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)voidDeleteOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)voidExtendedOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)voidModifyDnOperation. setProxiedAuthorizationDN(Dn dn)voidModifyOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)voidSearchOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)voidUnbindOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)Method parameters in org.opends.server.core with type arguments of type Dn Modifier and Type Method Description List<IdentityMapper<?>>DirectoryServer. getIdentityMappers(Collection<Dn> configEntriesDNs)List<IdentityMapper<?>>ServerContext. getIdentityMappers(Collection<Dn> configEntriesDNs)Retrieves the Directory Server identity mappers whose configurations reside in the specified configuration entries.voidEntryCacheConfigManager.EntryCacheDispatcher. performBackendPostFinalizationProcessing(String backendId, Predicate<Dn> handlesEntry)voidGroupManager. performBackendPostFinalizationProcessing(String backendId, Predicate<Dn> handlesEntry)Performs any processing that may be required whenever a backend is finalized.voidSubentryManager. performBackendPostFinalizationProcessing(String backendId, Predicate<Dn> handlesEntry)Performs any processing that may be required whenever a backend is finalized.Pair<Set<Dn>,Set<Dn>>BackendConfigManager. registerBaseDNs(Backend<? extends BackendCfg> backend, Set<Dn> newBaseDns)Registers the provided base DNs for the provided backend. -
Uses of Dn in org.opends.server.discovery
Method parameters in org.opends.server.discovery with type arguments of type Dn Modifier and Type Method Description PartitionReplicationServiceDiscoveryMechanism. getPartition(Collection<Dn> baseDNs)PartitionServiceDiscoveryMechanism. getPartition(Collection<Dn> baseDNs)Returns the partitions.PartitionStaticServiceDiscoveryMechanism. getPartition(Collection<Dn> baseDns) -
Uses of Dn in org.opends.server.extensions
Methods in org.opends.server.extensions that return Dn Modifier and Type Method Description DnDiskSpaceMonitor. getComponentEntryDN()DnDynamicGroup. getGroupDN()DnStaticGroup. getGroupDN()DnVirtualStaticGroup. getGroupDN()DnVirtualStaticGroup. getTargetGroupDN()Retrieves the DN of the target group for this virtual static group.Methods in org.opends.server.extensions that return types with arguments of type Dn Modifier and Type Method Description static Set<Dn>IndexedAttributesChecks. getBaseDns(Set<Dn> baseDns, BackendConfigManager backendConfigManager)If we have an explicit set of base DNs, then use it.Flowable<Dn>DynamicGroup. getMemberDns()Flowable<Dn>StaticGroup. getMemberDns()Flowable<Dn>VirtualStaticGroup. getMemberDns()Methods in org.opends.server.extensions with parameters of type Dn Modifier and Type Method Description static voidIndexedAttributesChecks. checkAllAttributesAreIndexedForEquality(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, LocalizableMessageDescriptor.Arg3<Object,Object,Object> notIndexedMsg, ConfigChangeResult ccr, BackendConfigManager backendConfigManager)Checks whether all the attribute types are indexed for equality.static voidIndexedAttributesChecks. checkAllAttributesAreIndexedForExtensibleMatchingRule(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, MatchingRule matchingRule, LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> notIndexedMsg, ConfigChangeResult ccr, BackendConfigManager backendConfigManager)Checks whether all attribute types are indexed for a given matching rule.booleanFIFOEntryCache. containsEntry(Dn entryDN)booleanSoftReferenceEntryCache. containsEntry(Dn entryDN)Flowable<Entry>DynamicGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Flowable<Entry>StaticGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Flowable<Entry>VirtualStaticGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)SizedEntryFIFOEntryCache. getEntry(Dn entryDN)SizedEntrySoftReferenceEntryCache. getEntry(Dn entryDN)booleanDynamicGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)booleanStaticGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)booleanVirtualStaticGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)voidFIFOEntryCache. removeEntry(Dn entryDN)voidSoftReferenceEntryCache. removeEntry(Dn entryDN)voidDynamicGroup. rename(Dn newGroupDn, Entry newBaseEntry)voidStaticGroup. rename(Dn newGroupDn, Entry newBaseEntry)voidVirtualStaticGroup. rename(Dn newGroupDn, Entry newBaseEntry)Method parameters in org.opends.server.extensions with type arguments of type Dn Modifier and Type Method Description static voidIndexedAttributesChecks. checkAllAttributesAreIndexedForEquality(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, LocalizableMessageDescriptor.Arg3<Object,Object,Object> notIndexedMsg, ConfigChangeResult ccr, BackendConfigManager backendConfigManager)Checks whether all the attribute types are indexed for equality.static voidIndexedAttributesChecks. checkAllAttributesAreIndexedForExtensibleMatchingRule(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, MatchingRule matchingRule, LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> notIndexedMsg, ConfigChangeResult ccr, BackendConfigManager backendConfigManager)Checks whether all attribute types are indexed for a given matching rule.static Set<Dn>IndexedAttributesChecks. getBaseDns(Set<Dn> baseDns, BackendConfigManager backendConfigManager)If we have an explicit set of base DNs, then use it.voidStaticGroup. recomputeNestedGroupsForAddedGroups(Set<Dn> addedGroups)Recomputes the nested groups if at least one of the provided dns is a direct member of this static group i.e.Constructors in org.opends.server.extensions with parameters of type Dn Constructor Description DynamicGroup(ServerContext serverContext, Dn groupEntryDN, LinkedHashSet<LdapUrl> memberURLs)Creates a new dynamic group instance with the provided information. -
Uses of Dn in org.opends.server.loggers
Methods in org.opends.server.loggers that return Dn Modifier and Type Method Description DnConsoleErrorLogPublisher. getDN()DnLogPublisher. getDN()Gets the DN of the configuration entry for this log publisher.DnTextErrorLogPublisher. getDN()DnTextHTTPAccessLogPublisher. getDN() -
Uses of Dn in org.opends.server.monitors
Methods in org.opends.server.monitors that return Dn Modifier and Type Method Description protected DnHealthStatusMonitorProvider. computeMonitorInstanceDn()protected DnJvmMonitorProvider. computeMonitorInstanceDn()protected DnLocalBackendMonitor. computeMonitorInstanceDn()DnLocalBackendMonitor.BaseDnMonitorData. monitorInstanceDn()Returns the DN exposed by the corresponding monitor object.Methods in org.opends.server.monitors with parameters of type Dn Modifier and Type Method Description LocalBackendMonitor.BaseDnMonitorDataLocalBackendMonitor. getBaseDnMonitorData(Dn baseDn)Returns a new BaseDnMonitorData instance that will use the provided base DN.Constructors in org.opends.server.monitors with parameters of type Dn Constructor Description BaseDnMonitorData(String backendType, String backendId, Dn baseDn)Constructs a BaseDnMonitorData with the provided arguments. -
Uses of Dn in org.opends.server.plugins
Methods in org.opends.server.plugins that return Dn Modifier and Type Method Description DnUniqueAttributePlugin. getComponentEntryDN()Methods in org.opends.server.plugins with parameters of type Dn Modifier and Type Method Description PluginResult.SubordinateDeleteReferentialIntegrityPlugin. processSubordinateDelete(DeleteOperation deleteOperation, Dn entryDn, boolean isCommitted)PluginResult.SubordinateModifyDNReferentialIntegrityPlugin. processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation, Dn oldEntryDn, Dn newEntryDn) -
Uses of Dn in org.opends.server.protocols
Methods in org.opends.server.protocols that return Dn Modifier and Type Method Description DnLDIFConnectionHandler. getComponentEntryDN() -
Uses of Dn in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that return Dn Modifier and Type Method Description DnHTTPConnectionHandler. getComponentEntryDN() -
Uses of Dn in org.opends.server.protocols.http.authz
Constructors in org.opends.server.protocols.http.authz with parameters of type Dn Constructor Description HttpAuthorizationMechanism(Dn configDN, int priority)Create a newHttpAuthorizationMechanism. -
Uses of Dn in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx that return Dn Modifier and Type Method Description DnJmxConnectionHandler. getComponentEntryDN()Retrieves the DN of the configuration entry with which this alert generator is associated.DnJmxConnectionHandler. getKeyManagerProviderDN()Retrieves the DN of the key manager provider that should be used for operations associated with this connection handler which need access to a key manager. -
Uses of Dn in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap that return Dn Modifier and Type Method Description DnLDAPConnectionHandler. getComponentEntryDN() -
Uses of Dn in org.opends.server.replication.common
Methods in org.opends.server.replication.common that return types with arguments of type Dn Modifier and Type Method Description Map<Dn,Set<CSN>>MultiDomainServerState. getSnapshot()Returns a snapshot of this object.Iterator<Dn>MultiDomainServerState. iterator()Methods in org.opends.server.replication.common with parameters of type Dn Modifier and Type Method Description voidTopology. addLocalReplicationDomain(ReplicaId replicaId, Dn baseDn)Adds a replication domain to the local server in the topology.voidTopology. applyTopologyMessage(TopologyMsg topoMsg, Dn baseDn, ReplicationServerId senderId)Updates the topology with the provided topology message.voidShutdownSynchronizer. clearReplicaOfflineMsgNotifications(Dn baseDn)Clear the notifications for the provided domain.booleanMultiDomainServerState. cover(Dn baseDN, CSN csn)Test if this object covers the provided CSN for the provided baseDN.CSNMultiDomainServerState. getCSN(Dn baseDN, ReplicaId replicaId)Returns the CSN associated to the provided replication domain's baseDN and replicaId.ServerStateMultiDomainServerState. getServerState(Dn baseDN)Returns the ServerState associated to the provided replication domain's baseDN.voidShutdownSynchronizer. notifyReplicaOfflineMsgHasBeenForwardedToRS(Dn baseDn)Notifies the offline message for the provided domain has been forwarded to a RS.voidShutdownSynchronizer. notifyReplicaOfflineMsgHasBeenSentByDS(Dn baseDn)Notifies an offline message has been sent by the DS for the provided domain.voidTopology. removeBootstrapServersForReplicationDomain(Dn domainBaseDn)Removes the bootstrap servers - i.e the servers known in the configuration - for a replication domain.voidTopology. removeLocalReplicationDomain(ReplicaId replicaId, Dn baseDn)Removes a replication domain from the local server in the topology.voidMultiDomainServerState. replace(Dn baseDN, ServerState serverState)Replace the ServerState of the provided baseDN with the provided server state.voidTopology. setBootstrapServersForReplicationDomain(Set<com.forgerock.opendj.util.HostPort> bootstrapServers, Dn domainBaseDn)Sets the bootstrap servers - i.e the servers known in the configuration - for a replication domain.booleanMultiDomainServerState. update(Dn baseDN, CSN csn)Update the ServerState of the provided baseDN with the replicationCSNprovided.voidMultiDomainServerState. update(Dn baseDN, ServerState serverState)Update the ServerState of the provided baseDN with the provided server state.voidShutdownSynchronizer. waitForReplicaOfflineMessageToBeForwardedToRS(Dn baseDn)Waits until a Replication Server can proceed with shutdown. -
Uses of Dn in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return Dn Modifier and Type Method Description DnLDAPReplicationDomain. getComponentEntryDN()Methods in org.opends.server.replication.plugin that return types with arguments of type Dn Modifier and Type Method Description static Collection<Dn>MultimasterReplication. getDomainDns()Returns the DNs of the replication domains.Methods in org.opends.server.replication.plugin with parameters of type Dn Modifier and Type Method Description voidMultimasterReplication. clearReplicaOfflineMsgNotifications(Dn baseDn)static voidMultimasterReplication. deleteDomain(Dn dn)Deletes a domain.static LDAPReplicationDomainMultimasterReplication. findDomain(Dn dn, ServerContext serverContext)Finds the domain for a given DN.static LDAPReplicationDomainMultimasterReplication. findDomain(Dn dn, PluginOperation pluginOp, ServerContext serverContext)Finds the domain for a given DN.EntryHistoricalEntryHistoricalAttribute. getEntryHistoricalForRead(Dn dn)Returns the historical information associated with this attribute, computing it if needed.EntryHistoricalEntryHistoricalAttribute. getEntryHistoricalForUpdate(Dn dn)Returns the historical information associated with this attribute, computing it if needed.voidMultimasterReplication. notifyReplicaOfflineMsgHasBeenForwardedToRS(Dn baseDn)voidMultimasterReplication. notifyReplicaOfflineMsgHasBeenSentByDS(Dn baseDn)static LDAPReplicationDomainLDAPReplicationDomain. retrievesReplicationDomain(Dn baseDN, ServerContext serverContext)Retrieves a replication domain based on the baseDN.voidMultimasterReplication. waitForReplicaOfflineMessageToBeForwardedToRS(Dn baseDn) -
Uses of Dn in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return Dn Modifier and Type Method Description DnInitializeRequestMsg. getBaseDN()Get the base DN from this InitializeRequestMsg.DnInitializeTargetMsg. getBaseDN()Get the base DN of the domain.DnReplServerStartDSMsg. getBaseDN()Get the base DN from this ReplServerStartDSMsg.DnReplServerStartMsg. getBaseDN()Get the base DN from this ReplServerStartMsg.DnServerStartMsg. getBaseDN()Get the baseDN.DnLDAPUpdateMsg. getDN()Get the DN on which the operation happened.DnModifyDNMsg. getNewSuperior()Get the new superior.DnByteArrayScanner. nextDn()Reads the next DN.Methods in org.opends.server.replication.protocol with parameters of type Dn Modifier and Type Method Description ByteArrayBuilderByteArrayBuilder. appendDn(Dn dn)Append a DN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte array.AddRequestAddMsg. createRequest(Dn newDN)DeleteRequestDeleteMsg. createRequest(Dn newDN)abstract ChangeRecordLDAPUpdateMsg. createRequest(Dn newDN)Create a request from this message using the provided DN.ModifyDnRequestModifyDNMsg. createRequest(Dn newDN)ModifyRequestModifyMsg. createRequest(Dn newDN)voidLDAPUpdateMsg. setDN(Dn dn)Set the DN.voidModifyDNMsg. setNewSuperior(Dn newSuperior)Set the new superior.Constructors in org.opends.server.replication.protocol with parameters of type Dn Constructor Description AddMsg(CSN csn, Dn dn, UUID entryUuid, UUID parentEntryUuid, byte[] encodedAttributes, byte[] encodedEclIncludes)Creates a new AddMessage.DeleteMsg(Dn dn, CSN csn, UUID entryUUID)Creates a new delete message.DeleteMsg(CSN csn, Dn dn, UUID entryUUID, String initiatorsName, byte[] encodedEclIncludes, boolean subtreeDelete)Creates a new delete message.InitializeRequestMsg(Dn baseDN, ReplicaId replicaId, ReplicaId destination, int initWindow)Creates a InitializeRequestMsg message.InitializeTargetMsg(Dn baseDN, ReplicaId replicaId, ReplicaId destination, ReplicaId requestorID, long entryCount, int initWindow)Creates a InitializeTargetMsg.ModifyDNMsg(Dn dn, CSN csn, UUID entryUUID, UUID newSuperiorEntryUUID, boolean deleteOldRdn, Dn newSuperior, Rdn newRDN)Construct a new Modify DN message (no mods).ModifyDNMsg(Dn dn, CSN csn, UUID entryUUID, UUID newSuperiorEntryUUID, boolean deleteOldRdn, Dn newSuperior, Rdn newRDN, List<Modification> mods)Construct a new Modify DN message (with mods).ModifyDNMsg(CSN csn, Dn dn, UUID entryUUID, Rdn newRdn, Dn newSuperior, UUID newSuperiorEntryUUID, boolean deleteOldRdn, byte[] encodedMods, byte[] encodedEclIncludes)Creates a new ModifyDN message.ModifyMsg(CSN csn, Dn dn, UUID entryUUID, byte[] encodedMods, byte[] encodedEclIncludes)Creates a new Modify message using the provided information.ModifyMsg(CSN csn, Dn dn, UUID entryUUID, List<Modification> mods)Creates a new Modify message using the provided information.ReplServerStartDSMsg(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort changelogEndpoint, Dn baseDN, ServerState serverState, GenerationId generationId, boolean sslEncryption, com.forgerock.opendj.discovery.GroupId groupId, int weight, int connectedDSNumber)Create a ReplServerStartDSMsg.ReplServerStartMsg(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort changelogEndpoint, Dn baseDN, ServerState serverState, GenerationId generationId, boolean sslEncryption, com.forgerock.opendj.discovery.GroupId groupId)Create a ReplServerStartMsg.ServerStartMsg(ReplicaId replicaId, com.forgerock.opendj.util.HostPort adminEndpoint, Dn baseDN, long heartbeatInterval, ServerState serverState, GenerationId generationId, boolean sslEncryption, com.forgerock.opendj.discovery.GroupId groupId)Creates a new ServerStartMsg. -
Uses of Dn in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return Dn Modifier and Type Method Description protected DnReplicationServerDomain. computeMonitorInstanceDn()DnReplicationServerDomain. getBaseDN()Get the baseDN.Methods in org.opends.server.replication.server that return types with arguments of type Dn Modifier and Type Method Description Map<Dn,GenerationId>ChangelogState. getDomainToGenerationId()Returns the Map of domainBaseDN to generationId.Set<Dn>ReplicationServer. getExcludedChangelogDomains()Returns the domain base DNs which are disabled for the external changelog (ECL).Methods in org.opends.server.replication.server with parameters of type Dn Modifier and Type Method Description ReplicationServerDomainReplicationServer. getOrCreateReplicationServerDomain(Dn baseDN)Get the ReplicationServerDomain associated to the base DN given in parameter.Flowable<UpdateRecord>ReplicationServerDomain. getPublisher(String name, Dn baseDn, ServerState startState, ServerState endState)Returns a publisher of changes from the provided domain, using the provided states to determine the starting and ending points of each replica of the domain.ReplicationServerDomainReplicationServer. getReplicationServerDomain(Dn baseDN)Get the ReplicationServerDomain associated to the base DN given in parameter.booleanReplicationServer. isEclEnabledDomain(Dn baseDn)Indicates whether the provided domain is enabled for the external changelog (ECL).ChangelogStateChangelogState. removeDomain(Dn baseDn)Returns a new changelog state where supplied replication domain has been removed.ChangelogStateChangelogState. setDomainGenerationId(Dn baseDn, GenerationId generationId)Returns a new changelog state with the generationId associated to the supplied replication domain.Method parameters in org.opends.server.replication.server with type arguments of type Dn Modifier and Type Method Description static ChangelogStateChangelogState. newChangelogState(Map<Dn,GenerationId> domainToGenerationId, Set<DomainReplicaId> replicas, Set<DomainReplicaId> replicasNotProperlyStopped)Builds a changelog state.voidReplicationServer. validateCookie(MultiDomainServerState cookie, Set<Dn> ignoredBaseDNs)Validate that provided cookie is coherent with this replication server, when ignoring the provided set of DNs. -
Uses of Dn in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return Dn Modifier and Type Method Description DnUpdateRecord. getBaseDn()Returns the base DN of the replication domain the message belongs to.DnChangeNumberIndexRecord. getBaseDN()Getter for the baseDN field.DnDomainReplicaId. getBaseDN()Returns the baseDN.Methods in org.opends.server.replication.server.changelog.api with parameters of type Dn Modifier and Type Method Description DBCursor<UpdateMsg>ReplicationDomainDB. getCursorFrom(Dn baseDN, ServerState startState, DBCursor.CursorOptions options)Generates aDBCursoracross all the replicaDBs for the specified replication domain starting before, at or after the providedServerStatefor each replicaDB, depending on the provided matching and positioning strategies.ServerStateReplicationDomainDB. getDomainNewestCSNs(Dn baseDN)Returns the newestCSNs from the replicaDBs for each replica id in the specified replication domain.ServerStateReplicationDomainDB. getDomainOldestCSNs(Dn baseDN)Returns the oldestCSNs from the replicaDBs for each replica id in the specified replication domain.Flowable<UpdateRecord>ReplicationDomainDB. getPublisherForDomain(String name, Dn domain, ServerState startState, ServerState endState)Returns a publisher of changes from the provided domain, using the provided states to determine the starting and ending points of each replica of the domain.RemovedReplicasStatesReplicationDomainDB. getRemovedReplicasCsns(Dn baseDn)Returns the latest known CSNs for removed replicas.static UpdateRecordUpdateRecord. newUpdateRecord(Dn baseDn, UpdateMsg msg)Creates a new update record with the provided base DN and message.static DomainReplicaIdDomainReplicaId. of(Dn baseDN, ReplicaId replicaId)Creates a ReplicaId with the provided parameters.booleanReplicationDomainDB. publishUpdateMsg(Dn baseDN, UpdateMsg updateMsg)Publishes the provided change to the changelog DB for the specified replica id and replication domain.voidReplicationDomainDB. removeDomain(Dn baseDN)Removes all the data relating to the specified replication domain and shutdown all its replica databases.voidReplicationDomainDB. replicaHeartbeat(Dn baseDN, CSN heartbeatCSN)Let the DB know this replica is alive.voidChangeNumberIndexDB. resetChangeNumberTo(long newFirstCN, Dn baseDN, CSN newFirstCSN)Resets ChangeNumber index to the given number and CSN.Method parameters in org.opends.server.replication.server.changelog.api with type arguments of type Dn Modifier and Type Method Description MultiDomainDBCursorReplicationDomainDB. getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options, Set<Dn> excludedDomainDns)Generates aDBCursoracross all the domains starting before, at or after the providedMultiDomainServerStatefor each domain, excluding a provided set of domain DNs.Flowable<UpdateRecord>ReplicationDomainDB. getPublisherFromCookie(String name, MultiDomainServerState cookie, Set<Dn> excludedDomains)Returns a publisher of all changes starting from the provided cookie, excluding the changes from the provided set of excluded domains.Constructors in org.opends.server.replication.server.changelog.api with parameters of type Dn Constructor Description ChangeNumberIndexRecord(long changeNumber, Dn baseDN, CSN csn)Builds an instance of this class.ChangeNumberIndexRecord(Dn baseDN, CSN csn)Builds an instance of this class, with changeNumber equal to 0. -
Uses of Dn in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return Dn Modifier and Type Method Description protected DnFileChangelogDB. computeMonitorInstanceDn()DnReplicationEnvironment.DomainState. domainDn()Returns the domain DN.DnDomainDBCursor. getBaseDN()Returns the replication domain baseDN of this cursor.Methods in org.opends.server.replication.server.changelog.file with parameters of type Dn Modifier and Type Method Description voidMultiDomainDBCursor. addDomain(Dn baseDN, ServerState startAfterState)Adds a replication domain for this cursor to iterate over.voidReplicationEnvironment. clearDomainStateAndWriteGenId(Dn domainDn, GenerationId generationId)Clears the domain state of the provided domain DN, and rewrite its generation id file with the provided generation id.DBCursor<UpdateMsg>FileChangelogDB. getCursorFrom(Dn baseDN, ServerState startState, DBCursor.CursorOptions options)ServerStateFileChangelogDB. getDomainNewestCSNs(Dn baseDN)ServerStateFileChangelogDB. getDomainOldestCSNs(Dn baseDN)Flowable<UpdateRecord>FileChangelogDB. getPublisherForDomain(String name, Dn baseDn, ServerState startState, ServerState endState)RemovedReplicasStatesFileChangelogDB. getRemovedReplicasCsns(Dn baseDn)voidChangeNumberIndexer. notifyHeartbeat(Dn baseDn, CSN heartbeatCsn)Ensures the medium consistency point is updated by heartbeats.voidChangeNumberIndexer. notifyUpdateMsg(Dn baseDn, UpdateMsg updateMsg)Ensures the medium consistency point is updated by UpdateMsg.booleanFileChangelogDB. publishUpdateMsg(Dn baseDN, UpdateMsg updateMsg)voidFileChangelogDB. removeDomain(Dn baseDN)voidMultiDomainDBCursor. removeDomain(Dn baseDN)Removes a replication domain from this cursor and stops iterating over it.voidFileChangelogDB. replicaHeartbeat(Dn baseDN, CSN heartbeatCsn)Method parameters in org.opends.server.replication.server.changelog.file with type arguments of type Dn Modifier and Type Method Description MultiDomainDBCursorFileChangelogDB. getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options, Set<Dn> excludedDomainDns)Flowable<UpdateRecord>FileChangelogDB. getPublisherFromCookie(String name, MultiDomainServerState cookie, Set<Dn> excludedDomains)Constructors in org.opends.server.replication.server.changelog.file with parameters of type Dn Constructor Description DomainDBCursor(Dn baseDN, ReplicationDomainDB domainDB, DBCursor.CursorOptions options)Builds a DomainDBCursor instance.DomainState(Dn domainDn, String domainId, ServerState lastUpdates, ServerState lastMsgs)Create a new domain state.Constructor parameters in org.opends.server.replication.server.changelog.file with type arguments of type Dn Constructor Description ChangeNumberIndexer(ChangelogDB changelogDB, ChangelogStateProvider changelogStateProvider, Predicate<Dn> isEclEnabledDomain, ServerContext serverContext)Builds a ChangeNumberIndexer object.ECLMultiDomainDBCursor(Predicate<Dn> isEclEnabledDomain, MultiDomainDBCursor cursor)Builds an instance of this class filtering updates from the provided cursor. -
Uses of Dn in org.opends.server.replication.service
Methods in org.opends.server.replication.service that return Dn Modifier and Type Method Description DnReplicationDomain. getBaseDN()Returns the base DN of this ReplicationDomain. -
Uses of Dn in org.opends.server.snmp
Methods in org.opends.server.snmp that return Dn Modifier and Type Method Description DnSNMPConnectionHandler. getComponentEntryDN() -
Uses of Dn in org.opends.server.tasks
Methods in org.opends.server.tasks that return types with arguments of type Dn Modifier and Type Method Description Set<Dn>ImportExportParams. getExcludeBranches()Returns the exclude branches.Set<Dn>ImportExportParams. getIncludeBranches()Returns the include branches. -
Uses of Dn in org.opends.server.tools
Methods in org.opends.server.tools that return types with arguments of type Dn Modifier and Type Method Description static SortedSet<Dn>BackendToolUtils. getBaseDn(BackendCfgClient backendCfgClient)Gets the base DNs from the provided backend configuration.static Set<Dn>BackendToolUtils. getBaseDn(BackendCfg backendCfg)Gets the base DNs from the provided backend configuration. -
Uses of Dn in org.opends.server.tools.dsbackup
Methods in org.opends.server.tools.dsbackup that return Dn Modifier and Type Method Description DnBackupRunner. getComponentEntryDN() -
Uses of Dn in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return Dn Modifier and Type Method Description DnTaskEntry. getDN()Gets the DN of the wrapped entry. -
Uses of Dn in org.opends.server.types
Methods in org.opends.server.types that return Dn Modifier and Type Method Description static DnEntries. findMatchedDn(Dn dn, Predicate<Dn> backendContains)Returns the matched DN that is available in the backend for the provided DN.static DnEntries. findMatchedDn(Dn dn, Predicate<Dn> backendContains, BackendConfigManager backendConfigManager)Returns the matched DN that is available in the backend for the provided DN.static DnEntries. findMatchedDN(Dn entryDN, ServerContext serverContext)Finds the matched DN associated with the provided entry DN.DnAuthenticationInfo. getAuthenticationDN()Retrieves the DN of the user as whom the client is authenticated.DnAuthenticationInfo. getAuthorizationDN()Retrieves the DN for the user that should be used as the default authorization identity.DnOperation. getAuthorizationDN()Retrieves the authorization DN for this operation.DnSubtreeSpecification. getBaseDN()Get the absolute base DN of the subtree specification.DnSubEntry. getDN()Retrieves the distinguished name for this subentry.DnSubEntry. getInheritFromBaseDN()Getter to retrieve inheritFromBaseRDN DN for inherited collective attribute subentry.DnOperation. getMatchedDN()DnCompactEntry. getName()DnLDAPURL. getName()Retrieves the processed DN for this LDAP URL.DnSizedEntry. getName()Returns the DN of entry.abstract DnOperation. getProxiedAuthorizationDN()Retrieves the proxied authorization DN for this operation if proxied authorization has been requested.DnSubtreeSpecification. getRelativeBaseDN()Get the relative base LocalName, ie the "base" field.DnAccountStatusNotification. getUserDN()Retrieves the DN of the user entry to which this notification applies.Methods in org.opends.server.types that return types with arguments of type Dn Modifier and Type Method Description Set<Dn>VirtualAttributeRule. getBaseDNs()Retrieves the set of base DNs for branches that are eligible to have this virtual attribute.Collection<Dn>SubtreeSpecification. getChopAfter()Get the ChopAfter LocalNames from the specificExclusions.Collection<Dn>SubtreeSpecification. getChopBefore()Get the ChopBefore LocalNames from the specificExclusions.Set<Dn>VirtualAttributeRule. getGroupDNs()Retrieves the set of DNs for groups whose members are eligible to have this virtual attribute.Set<Dn>LDIFExportConfig. getIncludeBranches()Retrieves the set of base DNs that specify the set of entries to include in the export.Methods in org.opends.server.types with parameters of type Dn Modifier and Type Method Description protected static voidOperation. checkIfBackendIsWritable(LocalBackend<?> backend, Operation op, Dn entryDN, LocalizableMessageDescriptor.Arg1<Object> serverMsg, LocalizableMessageDescriptor.Arg1<Object> backendMsg)Checks if an update operation can be performed against a backend.protected static LdapExceptionOperation. createLdapException(Operation operation, Entry entry, Dn entryDN, Result result, Result altResult)Returns a newLdapExceptionbuilt from the provided resultCodes and messages.static DnEntries. findMatchedDn(Dn dn, Predicate<Dn> backendContains)Returns the matched DN that is available in the backend for the provided DN.static DnEntries. findMatchedDn(Dn dn, Predicate<Dn> backendContains, BackendConfigManager backendConfigManager)Returns the matched DN that is available in the backend for the provided DN.static DnEntries. findMatchedDN(Dn entryDN, ServerContext serverContext)Finds the matched DN associated with the provided entry DN.Pair<Boolean,LocalizableMessage>LDIFImportConfig. includeEntry(Dn dn)Indicates whether to include the entry with the specified DN in the import.booleanSubtreeSpecification. isDNWithinScope(Dn dn)Determine if the specified DN is within the scope of the subtree specification.protected voidOperation. removeAllDisallowedControls(Dn targetDN)Removes all the disallowed request controls from this operation.static CompactEntryCompactEntry. renamedShallowCopyOf(CompactEntry entry, Dn newName)Returns a shallow copy of a compact entry having the provided new name.voidAuthenticationInfo. setAuthenticationDN(Dn dn)Sets the DN of the user as whom the client is authenticated, does nothing if the client is unauthenticated.voidAuthenticationInfo. setAuthorizationDN(Dn dn)Sets the DN for the user that should be used as the default authorization identity, does nothing if the client is unauthorized.voidOperation. setMatchedDN(Dn matchedDN)Specifies the matched DN for this operation.abstract voidOperation. setProxiedAuthorizationDN(Dn proxiedAuthorizationDN)Set the proxied authorization DN for this operation if proxied authorization has been requested.protected static voidOperation. setResultCodeAndMessageNoInfoDisclosure(Operation operation, Entry entry, Dn entryDN, Result realResult, Result altResult)Sets the provided resultCodes and messages on the provided operation.LockManager.DNLockLockManager. tryReadLockEntry(Dn entryDn)Acquires the read lock for the specified entry DN.LockManager.DNLockLockManager. tryWriteLockEntry(Dn entryDn)Acquires the write lock for the specified entry DN.LockManager.DNLockLockManager. tryWriteLockSubtree(Dn subtreeDn)Acquires the write lock for the specified subtree DN.static SubtreeSpecificationSubtreeSpecification. valueOf(Dn rootDN, String s)Parses the string argument as an RFC3672 subtree specification.Method parameters in org.opends.server.types with type arguments of type Dn Modifier and Type Method Description static DnEntries. findMatchedDn(Dn dn, Predicate<Dn> backendContains)Returns the matched DN that is available in the backend for the provided DN.static DnEntries. findMatchedDn(Dn dn, Predicate<Dn> backendContains, BackendConfigManager backendConfigManager)Returns the matched DN that is available in the backend for the provided DN.voidLDIFExportConfig. setExcludeBranches(Set<Dn> excludeBranches)Specifies the set of base DNs that specify the set of entries to exclude from the export.voidLDIFImportConfig. setExcludeBranches(Set<Dn> excludeBranches)Specifies the set of base DNs that specify the set of entries to exclude from the import.voidLDIFExportConfig. setIncludeBranches(Set<Dn> includeBranches)Specifies the set of base DNs that specify the set of entries to include in the export.voidLDIFImportConfig. setIncludeBranches(Set<Dn> includeBranches)Specifies the set of base DNs that specify the set of entries to include in the import.Constructors in org.opends.server.types with parameters of type Dn Constructor Description SubtreeSpecification(Dn rootDN)Create a dummy subtree specification.Constructor parameters in org.opends.server.types with type arguments of type Dn Constructor Description VirtualAttributeRule(AttributeType attributeType, VirtualAttributeProvider<? extends VirtualAttributeCfg> provider, Set<Dn> baseDNs, SearchScope scope, Set<Dn> groupDNs, Set<Filter> anyFilter, VirtualAttributeCfgDefn.ConflictBehavior conflictBehavior, ServerContext serverContext)Creates a new virtual attribute rule with the provided information. -
Uses of Dn in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return Dn Modifier and Type Method Description DnInProgressOperation. getAuthorizationDN()Retrieves the authorization DN for this operation.DnPostCommitOperation. getAuthorizationDN()Retrieves the authorization DN for this operation.DnPostOperationOperation. getAuthorizationDN()Retrieves the authorization DN for this operation.DnPostResponseOperation. getAuthorizationDN()Retrieves the authorization DN for this operation.DnPostSynchronizationOperation. getAuthorizationDN()Retrieves the authorization DN for this operation.DnPreOperationOperation. getAuthorizationDN()Retrieves the authorization DN for this operation.DnInProgressSearchOperation. getBaseDN()Retrieves the base DN for this search operation.DnPostOperationSearchOperation. getBaseDN()Retrieves the base DN for this search operation.DnPostResponseSearchOperation. getBaseDN()Retrieves the base DN for this search operation.DnPreOperationSearchOperation. getBaseDN()Retrieves the base DN for this search operation.DnPreParseSearchOperation. getBaseDN()Retrieves the base DN as included in the request from the client.DnPostOperationBindOperation. getBindDN()Retrieves the bind DN for this bind operation.DnPostResponseBindOperation. getBindDN()Retrieves the bind DN for this bind operation.DnPreOperationBindOperation. getBindDN()Retrieves the bind DN for this bind operation.DnPreParseBindOperation. getBindDN()Retrieves the bind DN for this bind operation as contained in the client request.DnPostCommitAddOperation. getEntryDN()Retrieves the DN of the entry to add.DnPostCommitDeleteOperation. getEntryDN()Retrieves the DN of the entry to delete.DnPostCommitModifyDNOperation. getEntryDN()Retrieves the DN of the entry to rename.DnPostCommitModifyOperation. getEntryDN()Retrieves the DN of the entry to modify.DnPostOperationAddOperation. getEntryDN()Retrieves the DN of the entry to add.DnPostOperationCompareOperation. getEntryDN()Retrieves the DN of the entry to compare.DnPostOperationDeleteOperation. getEntryDN()Retrieves the DN of the entry to delete.DnPostOperationModifyDNOperation. getEntryDN()Retrieves the DN of the entry to rename.DnPostOperationModifyOperation. getEntryDN()Retrieves the DN of the entry to modify.DnPostResponseAddOperation. getEntryDN()Retrieves the DN of the entry to add.DnPostResponseCompareOperation. getEntryDN()Retrieves the DN of the entry to compare.DnPostResponseDeleteOperation. getEntryDN()Retrieves the DN of the entry to delete.DnPostResponseModifyDNOperation. getEntryDN()Retrieves the DN of the entry to rename.DnPostResponseModifyOperation. getEntryDN()Retrieves the DN of the entry to modify.DnPostSynchronizationAddOperation. getEntryDN()Retrieves the DN of the entry to add.DnPostSynchronizationDeleteOperation. getEntryDN()Retrieves the DN of the entry to delete.DnPostSynchronizationModifyDNOperation. getEntryDN()Retrieves the DN of the entry to rename.DnPostSynchronizationModifyOperation. getEntryDN()Retrieves the DN of the entry to modify.DnPreOperationAddOperation. getEntryDN()Retrieves the DN of the entry to add.DnPreOperationCompareOperation. getEntryDN()Retrieves the DN of the entry to compare.DnPreOperationDeleteOperation. getEntryDN()Retrieves the DN of the entry to delete.DnPreOperationModifyDNOperation. getEntryDN()Retrieves the DN of the entry to rename.DnPreOperationModifyOperation. getEntryDN()Retrieves the DN of the entry to modify.DnPreParseAddOperation. getEntryDN()Retrieves the DN of the entry to add.DnPreParseCompareOperation. getEntryDN()Retrieves the entry DN as included in the client request.DnPreParseDeleteOperation. getEntryDN()Retrieves the entry DN as included in the client request.DnPreParseModifyDNOperation. getEntryDN()Retrieves the entry DN as included in the client request.DnPreParseModifyOperation. getEntryDN()Retrieves the entry DN as included in the client request.DnSubordinateModifyDNOperation. getEntryDN()Retrieves the DN of the entry to rename.DnInProgressOperation. getMatchedDN()Retrieves the matched DN for this operation.DnPostCommitOperation. getMatchedDN()Retrieves the matched DN for this operation.DnPostOperationOperation. getMatchedDN()Retrieves the matched DN for this operation.DnPostResponseOperation. getMatchedDN()Retrieves the matched DN for this operation.DnPostSynchronizationOperation. getMatchedDN()Retrieves the matched DN for this operation.DnPostCommitModifyDNOperation. getNewSuperior()Retrieves the newSuperior DN for the entry.DnPostOperationModifyDNOperation. getNewSuperior()Retrieves the newSuperior DN for the entry.DnPostResponseModifyDNOperation. getNewSuperior()Retrieves the newSuperior DN for the entry.DnPostSynchronizationModifyDNOperation. getNewSuperior()Retrieves the newSuperior DN for the entry.DnPreOperationModifyDNOperation. getNewSuperior()Retrieves the newSuperior DN for the entry.DnPreParseModifyDNOperation. getNewSuperior()Retrieves the newSuperior from the client request.DnSubordinateModifyDNOperation. getNewSuperior()Retrieves the newSuperior DN for the entry.DnPostOperationBindOperation. getUserEntryDN()Retrieves the user entry DN for this bind operation.DnPostResponseBindOperation. getUserEntryDN()Retrieves the user entry DN for this bind operation.DnPreOperationBindOperation. getUserEntryDN()Retrieves the user entry DN for this bind operation.Methods in org.opends.server.types.operation with parameters of type Dn Modifier and Type Method Description booleanPreOperationSearchOperation. returnReference(Dn dn, SearchResultReference reference)Returns the provided search result reference to the client.booleanPreParseSearchOperation. returnReference(Dn dn, SearchResultReference reference)Returns the provided search result reference to the client.voidPreParseSearchOperation. setBaseDN(Dn baseDN)Specifies the base DN for this search operation.voidPreParseBindOperation. setBindDN(Dn bindDN)Specifies the bind DN for this bind operation.voidPreParseAddOperation. setEntryDN(Dn entryDN)Specifies the entry DN for the entry to add.voidPreParseCompareOperation. setEntryDN(Dn entryDN)Specifies the entry DN as included in the client request.voidPreParseDeleteOperation. setEntryDN(Dn entryDN)Specifies the entry DN for this delete operation.voidPreParseModifyDNOperation. setEntryDN(Dn entryDN)Specifies the entry DN as included in the client request.voidPreParseModifyOperation. setEntryDN(Dn entryDN)Specifies the entry DN as included in the client request.voidInProgressOperation. setMatchedDN(Dn matchedDN)Specifies the matched DN for this operation.voidPostOperationOperation. setMatchedDN(Dn matchedDN)Specifies the matched DN for this operation.voidPreParseModifyDNOperation. setNewSuperior(Dn newSuperior)Specifies the newSuperior for this modify DN operation, as provided in the request from the client. -
Uses of Dn in org.opends.server.util
Fields in org.opends.server.util declared as Dn Modifier and Type Field Description static DnServerConstants. DN_EXTERNAL_CHANGELOG_ROOTThe base Dn for the external change log.Methods in org.opends.server.util that return Dn Modifier and Type Method Description protected DnLDIFReader. readDN(LinkedList<StringBuilder> lines)Reads the DN of the entry from the provided list of lines.Methods in org.opends.server.util with parameters of type Dn Modifier and Type Method Description protected EntryLDIFReader. createEntry(Dn entryDN, List<StringBuilder> lines, boolean checkSchema)Parses the provided LDIF lines as an LDAP entry.static EntryStaticUtils. createEntry(Dn dn, Schema schema)Creates a new, blank entry with the given DN.static OptionsSslUtils. createOptionsForSslContext(Dn trustManagerProviderDn, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, SortedSet<String> sslCipherSuites, SortedSet<String> sslProtocols, ServerContext serverContext, ConnectionSecurity connectionSecurity)Create SSL communicationsOptionsfor an SSL context.static SSLContextSslUtils. createSslContext(Collection<Dn> trustManagerProviderDns, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, ServerContext serverContext)Creates an SSL context.static SslOptionsSslUtils. createSslOptions(Collection<Dn> trustManagerProviderDns, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, SortedSet<String> sslCipherSuites, SortedSet<String> sslProtocols, ServerContext serverContext)CreatesSslOptionsfor the provided parameters.static KeyManager[]SslUtils. getKeyManagers(Dn keyManagerProviderDn, String friendlyName, Set<String> sslCertNicknames, ServerContext serverContext)Returns an array ofKeyManagers for use by theSSLContextwhile setting up communication.Method parameters in org.opends.server.util with type arguments of type Dn Modifier and Type Method Description static SSLContextSslUtils. createSslContext(Collection<Dn> trustManagerProviderDns, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, ServerContext serverContext)Creates an SSL context.static SslOptionsSslUtils. createSslOptions(Collection<Dn> trustManagerProviderDns, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, SortedSet<String> sslCipherSuites, SortedSet<String> sslProtocols, ServerContext serverContext)CreatesSslOptionsfor the provided parameters.static TrustManager[]SslUtils. getTrustManagers(Collection<Dn> trustManagerProviderDns, ServerContext serverContext)Returns an array ofTrustManagers for use by theSSLContextwhile setting up communication.
-