Uses of Class
org.forgerock.opendj.ldap.Dn
Packages that use Dn
Package
Description
Common administration classes.
Server-side administration interface.
Contains a number of API declarations for use throughout the
Directory Server.
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for common LDAP controls.
Classes and interfaces for core LDAP requests/responses.
Classes and interfaces for constructing and querying LDAP schemas.
Classes and interfaces for reading and writing LDIF.
APIs for implementing REST to LDAP gateways.
This package contains
Filter to authenticate and authorize LDAP connections.This package contains LDAP schema syntaxes and matching rules for JSON based attributes.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service.Provides client-side interfaces for querying and managing the Core
directory server administrative components.
Provides server-side interfaces for accessing the Core directory
server administrative components.
Classes implementing core server APIs.
Provides support for an embedded directory server.
This package contains the main class of the leader based replication.
Contains code of the opendj setup model.
Contains a number of API declarations for use throughout the Directory Server.
Defines the Directory Server plugin API.
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
Contains the policy based access control handler implementation.
Contains various Directory Server backend implementations.
Contains the code for implementing Directory Server pluggable storage backends.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Contains code used to interact with the Directory Server configuration.
Contains various classes that comprise the core of the Directory Server codebase.
Contains the Service Discovery Mechanisms and APIs.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
Contains implementations of Directory Server access, error, and debug loggers.
Contains various Directory Server monitor provider implementations.
Contains the implementation for various Directory Server plugins.
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
Contains factories to build the authorization stage of the HTTP request processing.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
This package contains the code for the Replication Server part of the Multimaster replication feature.
This package contains the API for the changelog database.
This package contains a file-based log implementation for the changelog database API.
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
Contains implementations for various Directory Server tasks.
Contains various Directory Server tool implementations.
Classes related to dsbackup tool.
This package contains classes that support client tool interaction with the tasks backend.
Contains implementations for a number of Directory Server data types.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
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 DnModifier and TypeMethodDescriptionConfiguration.dn()Gets the DN of the LDAP entry associated with this configuration.DnPropertyDefinition.getBaseDn()Get the base DN which all valid values must be immediately subordinate to, ornullif there is no based DN.AggregationPropertyDefinition.getChildDn(String name) Constructs a DN for a referenced managed object having the provided name.ManagedObjectPath.toDn()Creates a DN representation of this managed object path.Reference.toDn()Gets the DN of the referenced managed object.Methods in org.forgerock.opendj.config with parameters of type DnModifier and TypeMethodDescriptionvoidSet the base DN which all valid values must be immediately subordinate to.Method parameters in org.forgerock.opendj.config with type arguments of type DnModifier and TypeMethodDescription<R,P> R DnPropertyDefinition.accept(PropertyValueVisitor<R, P> v, ValueOrExpression<Dn> value, P p, boolean isServer) protected DnPropertyDefinitionDnPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Dn>> defaultBehavior, Deprecated deprecated) PropertyValueVisitor.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 -
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 DnModifier and TypeMethodDescriptionConfigurationRepository.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 DnModifier and TypeMethodDescriptionvoidConfigurationRepository.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.ConfigurationRepository.getAddListeners(Dn dn) Retrieves the add listeners that have been registered with the provided DN.ConfigurationRepository.getChangeListeners(Dn dn) Retrieves the change listeners that have been registered with the provided DN.ConfigurationRepository.getChildren(Dn dn) Returns the set of DNs of children of the entry corresponding to the provided DN.ConfigurationRepository.getDeleteListeners(Dn dn) Retrieves the delete listeners that have been registered with the provided DN.Returns the configuration entry for the provided DN.booleanChecks 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.io
Methods in org.forgerock.opendj.io that return DnModifier and TypeMethodDescriptionReads the next element as a distinguished name having the provided type tag.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 DnModifier and TypeMethodDescriptionWrites the X.501 type Name as an RDN sequence with the provided type tag.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 DnModifier and TypeFieldDescriptionLdapClients.LOAD_BALANCER_PARTITION_BASE_DNSSpecifies partition base DNs.Methods in org.forgerock.opendj.ldap that return DnModifier and TypeMethodDescriptionAttributeParser.asDn()Returns the first value decoded as aDNusing the schema associated with this parser, ornullif the attribute does not contain any values.Returns the first value decoded as aDNusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.Returns the first value decoded as aDNusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.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.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.Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN.Returns a DN which is an immediate child of this DN and having the specified RDN.static DnDn.emptyDn()Returns the empty DN.static DnCreates a new DN using the provided DN template and unescaped attribute values using the default schema.static DnCreates a new DN using the provided DN template and unescaped attribute values using the provided schema.SubtreeSpecification.getBaseDN()Get the absolute base DN of the subtree specification.final DnAbstractMapEntry.getName()Entries.NullEntry.getName()Entry.getName()Returns the distinguished name of this entry.LdapUrl.getName()Returns the distinguished name of the base entry relative to which the search is to be performed.SubtreeSpecification.getRelativeBaseDN()Get the relative base LocalName, ie the "base" field.RootDse.getSubschemaSubentry()Returns a string which represents the DN of the subschema subentry holding the schema controlling the Root DSE.Dn.localName(int index) Returns the DN whose content is the specified number of RDNs from this DN.Dn.parent()Returns the DN which is the immediate parent of this DN, ornullif this DN is the empty DN.Dn.parent(int index) Returns the DN which is equal to this DN with the specified number of RDNs removed.Returns a copy of this DN whose parent DN,fromDN, has been renamed to the new parent DN,toDN.Returns a DN whose value is the result of applying LDAP modify DN semantics to this DN.static DnDn.rootDn()Deprecated.static DnParses the provided LDAP string representation of a DN using the default schema.static DnParses 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 DnModifier and TypeMethodDescriptionAttributeParser.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.Returns the values decoded as a set ofDNs using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.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.Returns the values decoded as a set ofDNs using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.Functions.byteStringToDn()Returns a function which parsesDNs using the default schema.Functions.byteStringToDn(Schema schema) Returns a function which parsesDNs using the provided schema.SubtreeSpecification.getChopAfter()Get the ChopAfter LocalNames from the specificExclusions.SubtreeSpecification.getChopBefore()Get the ChopBefore LocalNames from the specificExclusions.DecodeOptions.getEntryFactory()Returns the function which will be used for creating newEntryinstances when decoding entries.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 DnModifier and TypeMethodDescriptionReturns the first value decoded as aDNusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.Returns the values decoded as a set ofDNs using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN.intbooleanReturnstrueif the named entry exists in this memory backend.default ResultDeletes the named entry from the Directory Server.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.booleanReturnstrueif this DN is an immediate child of the provided DN.booleanSubtreeSpecification.isDNWithinScope(Dn dn) Determine if the specified DN is within the scope of the subtree specification.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) Creates a new LDAP exception with the provided resultCode, diagnosticMessage, matched DN and cause.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 LdapExceptionLdapException.noSuchObject(CharSequence message, Dn matchedDn) Returns a newLdapExceptionwith theNO_SUCH_OBJECTerror code using the provided message.static EntryReturns 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.Reads the named entry from the Directory Server.Reads the named entry from the Directory Server.default Single<SearchResultEntry>Reads the named entry from the Directory Server.AbstractConnection.readEntryAsync(Dn name, Collection<String> attributeDescriptions) AbstractConnectionWrapper.readEntryAsync(Dn name, Collection<String> attributeDescriptions) Asynchronously reads the named entry from the Directory Server.Connection.readEntryAsync(Dn name, Collection<String> attributeDescriptions) Asynchronously reads the named entry from the Directory Server.Returns a copy of this DN whose parent DN,fromDN, has been renamed to the new parent DN,toDN.Returns a DN whose value is the result of applying LDAP modify DN semantics to this DN.final Entrydefault EntrySets the distinguished name of this entry (optional operation).static SubtreeSpecificationParses the string argument as an RFC3672 subtree specification.Method parameters in org.forgerock.opendj.ldap with type arguments of type DnModifier and TypeMethodDescriptionMemoryBackend.addVirtualAttributes(AttributeDescription attributeDescription, BiFunction<Dn, MemoryBackend, Attribute> virtualAttributeFactory) Adds a virtual attribute to the backend.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.DecodeOptions.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 DnModifierConstructorDescriptionprotectedAbstractMapEntry(Dn name, M attributes) Creates an empty entry using the provided distinguished name andMap.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.SubtreeSpecification(Dn rootDN) Create a dummy subtree specification.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 DnModifier and TypeMethodDescriptionProxiedAuthV1RequestControl.getAuthorizationDnName()Returns the distinguished name of the user whose authorization is to be used when performing the operation.GetEffectiveRightsRequestControl.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.EntryChangeNotificationResponseControl.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 DnModifier and TypeMethodDescriptionAuthorizationIdentityResponseControl.newControl(Dn authorizationDn) Creates a new authorization identity response control using the provided authorization ID.EntryChangeNotificationResponseControl.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.GetEffectiveRightsRequestControl.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 DnModifier and TypeMethodDescriptionstatic DnRequests.dnOfRequest(Request request) Returns the DN of the entry targeted by the provided request, ornullif the target entry cannot be determined.AddRequest.name()BindRequest.name()Returns the value of thenamerecord component.CompareRequest.name()Returns the value of thenamerecord component.DeleteRequest.name()Returns the value of thenamerecord component.ModifyDnRequest.name()Returns the value of thenamerecord component.ModifyRequest.name()Returns the value of thenamerecord component.SearchRequest.name()Returns the value of thenamerecord component.SearchResultEntry.name()Returns the distinguished name of this entry.ModifyDnRequest.newSuperior()Returns the value of thenewSuperiorrecord component.Methods in org.forgerock.opendj.ldap.messages with parameters of type DnModifier and TypeMethodDescriptionstatic AddRequestRequests.newAddRequest(Dn name) Creates a new add request using the provided distinguished name.static BindRequestRequests.newBindRequest(int version, Dn name, byte authenticationType, ByteString authenticationValue) Creates a new bind request initialized with the distinguished name, the authentication type and the authentication value.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 ModifyDnRequestRequests.newModifyDnRequest(Dn name, Rdn newRDN, Dn newSuperior, boolean deleteOldRdn) 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 ResultResponses.newResult(ResultCode resultCode, Dn matchedDn, CharSequence diagnosticMessage) Creates a new result using the provided result code, the cause, the diagnostic message and the matched DN.static ResultResponses.newResult(ResultCode resultCode, Dn matchedDn, CharSequence diagnosticMessage, Throwable cause) Creates a new result using the provided result code, the cause, the diagnostic message and the matched DN.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, DereferenceAliasesPolicy dereferenceAliasesPolicy, int sizeLimit, int timeLimit, boolean typesOnly, Filter filter, String... attributeDescriptions) Creates a new search request with all parameters.static SearchRequestRequests.newSearchRequest(Dn name, SearchScope scope, DereferenceAliasesPolicy dereferenceAliasesPolicy, int sizeLimit, int timeLimit, boolean typesOnly, Filter filter, List<String> attributeDescriptions, List<Control> controls) Creates a new search request with all parameters.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, 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 BindRequestRequests.newSimpleBindRequest(Dn name, ByteString 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.Create a newSearchRequestfrom existing one with new distinguished name.SearchRequest.withNameAndScope(Dn name, SearchScope scope) Create a newSearchRequestfrom existing one with new distinguished name and the scope of the search.Constructors in org.forgerock.opendj.ldap.messages with parameters of type DnModifierConstructorDescriptionBindRequest(int version, Dn name, byte authenticationType, ByteString authenticationValue, String saslMechanism, ByteString saslCredentials, SaslClient saslClient, List<Control> controls) Creates a newBindRequest.CompareRequest(Dn name, AttributeDescription attributeDescription, ByteString assertionValue, List<Control> controls) Create a newCompareRequest.DeleteRequest(Dn name, List<Control> controls) Creates a newDeleteRequest.Create a newModifyDnRequest.ModifyRequest(Dn name, List<Modification> modifications, List<Control> controls) Create newModifyRequestwith the entry to be added and theListcontaining the controls.SearchRequest(Dn name, SearchScope scope, DereferenceAliasesPolicy dereferenceAliasesPolicy, int sizeLimit, int timeLimit, boolean typesOnly, Filter filter, List<String> attributes, List<Control> controls) Creates a newSearchRequest. -
Uses of Dn in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type DnModifier and TypeMethodDescriptionSchemaValidationPolicy.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 DnModifier and TypeMethodDescriptionSchemaBuilder.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.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.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.SchemaBuilder.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.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.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.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.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 DnModifier and TypeMethodDescriptionSchemaValidationPolicy.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 DnModifier and TypeMethodDescriptionChangeRecord.name()Returns the distinguished name of the entry being modified by thisChangeRecord.Methods in org.forgerock.opendj.ldif with parameters of type DnModifier and TypeMethodDescriptionLdifChangeRecordReader.setExcludeBranch(Dn excludeBranch) Excludes all change records which target entries beneath the named entry (inclusive) from being read from LDIF.LdifChangeRecordWriter.setExcludeBranch(Dn excludeBranch) Excludes all change records which target entries beneath the named entry (inclusive) from being written to LDIF.LdifEntryReader.setExcludeBranch(Dn excludeBranch) Excludes all entries beneath the named entry (inclusive) from being read from LDIF.LdifEntryWriter.setExcludeBranch(Dn excludeBranch) Excludes all entries beneath the named entry (inclusive) from being written to LDIF.LdifChangeRecordReader.setIncludeBranch(Dn includeBranch) Ensures that all change records which target entries beneath the named entry (inclusive) are read from LDIF.LdifChangeRecordWriter.setIncludeBranch(Dn includeBranch) Ensures that all change records which target entries beneath the named entry (inclusive) are written to LDIF.LdifEntryReader.setIncludeBranch(Dn includeBranch) Ensures that all entries beneath the named entry (inclusive) are read from LDIF.LdifEntryWriter.setIncludeBranch(Dn includeBranch) Ensures that all entries beneath the named entry (inclusive) are written to LDIF. -
Uses of Dn in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return DnModifier and TypeMethodDescriptionstatic DnHdap.dnOf(ResourcePath resourcePath, SchemaResolver schemaResolver) Decodes the provided URL encoded resource path as a DN. -
Uses of Dn in org.forgerock.opendj.rest2ldap.authz
Methods in org.forgerock.opendj.rest2ldap.authz with parameters of type DnModifier and TypeMethodDescriptionstatic 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 DnModifier and TypeMethodDescriptionstatic 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 DnModifier and TypeMethodDescriptionstatic 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 DnModifier and TypeMethodDescriptionJsonSchema.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 DnModifier and TypeMethodDescriptionstatic 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 DnModifier and TypeMethodDescriptionDeploymentId.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.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.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.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.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 DnModifier and TypeMethodDescriptionProxyBackendCfgClient.getAvailabilityCheckSearchRequestBaseDn()Gets the "availability-check-search-request-base-dn" property.BackendVlvIndexCfgClient.getBaseDn()Gets the "base-dn" property.LdapKeyManagerProviderCfgClient.getBaseDn()Gets the "base-dn" property.LdapTrustManagerProviderCfgClient.getBaseDn()Gets the "base-dn" property.LdifBackendCfgClient.getBaseDn()Gets the "base-dn" property.MemoryBackendCfgClient.getBaseDn()Gets the "base-dn" property.NullBackendCfgClient.getBaseDn()Gets the "base-dn" property.PluggableBackendCfgClient.getBaseDn()Gets the "base-dn" property.ProxyBackendCfgClient.getBaseDn()Gets the "base-dn" property.ReferentialIntegrityPluginCfgClient.getBaseDn()Gets the "base-dn" property.ReplicationDomainCfgClient.getBaseDn()Gets the "base-dn" property.SevenBitCleanPluginCfgClient.getBaseDn()Gets the "base-dn" property.UniqueAttributePluginCfgClient.getBaseDn()Gets the "base-dn" property.VirtualAttributeCfgClient.getBaseDn()Gets the "base-dn" property.ReplicationServiceDiscoveryMechanismCfgClient.getBindDn()Gets the "bind-dn" property.ReplicationServerCfgClient.getChangelogEnabledExcludedDomains()Gets the "changelog-enabled-excluded-domains" property.VirtualAttributeCfgClient.getGroupDn()Gets the "group-dn" property.ProxyBackendCfgClient.getKeepAliveSearchRequestBaseDn()Gets the "keep-alive-search-request-base-dn" property.LdapPassThroughAuthenticationPolicyCfgClient.getMappedSearchBaseDn()Gets the "mapped-search-base-dn" property.LdapPassThroughAuthenticationPolicyCfgClient.getMappedSearchBindDn()Gets the "mapped-search-bind-dn" property.ExactMatchIdentityMapperCfgClient.getMatchBaseDn()Gets the "match-base-dn" property.RegularExpressionIdentityMapperCfgClient.getMatchBaseDn()Gets the "match-base-dn" property.ProxyBackendCfgClient.getPartitionBaseDn()Gets the "partition-base-dn" property.ProxyBackendCfgClient.getProxyUserDn()Gets the "proxy-user-dn" property.SambaPasswordPluginCfgClient.getSambaAdministratorDn()Gets the "samba-administrator-dn" property.SchemaBackendCfgClient.getSchemaEntryDn()Gets the "schema-entry-dn" property.GlobalCfgClient.getSubordinateBaseDn()Gets the "subordinate-base-dn" property.PluggableBackendCfgClient.getTemporaryBaseDnPartitionDn()Gets the "temporary-base-dn-partition-dn" property.FingerprintCertificateMapperCfgClient.getUserBaseDn()Gets the "user-base-dn" property.SubjectAttributeToUserAttributeCertificateMapperCfgClient.getUserBaseDn()Gets the "user-base-dn" property.SubjectDnToUserAttributeCertificateMapperCfgClient.getUserBaseDn()Gets the "user-base-dn" property.HttpAnonymousAuthorizationMechanismCfgClient.getUserDn()Gets the "user-dn" property.AccessLogFilteringCriteriaCfgClient.getUserIsMemberOf()Gets the "user-is-member-of" property.AccessLogFilteringCriteriaCfgClient.getUserIsNotMemberOf()Gets the "user-is-not-member-of" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type DnModifier and TypeMethodDescriptionvoidProxyBackendCfgClient.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.voidPluggableBackendCfgClient.setTemporaryBaseDnPartitionDn(Collection<ValueOrExpression<Dn>> values) Sets the "temporary-base-dn-partition-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 DnModifier and TypeMethodDescriptionProxyBackendCfg.getAvailabilityCheckSearchRequestBaseDn()Gets the "availability-check-search-request-base-dn" property.BackendVlvIndexCfg.getBaseDn()Gets the "base-dn" property.LdapKeyManagerProviderCfg.getBaseDn()Gets the "base-dn" property.LdapTrustManagerProviderCfg.getBaseDn()Gets the "base-dn" property.ReplicationDomainCfg.getBaseDn()Gets the "base-dn" property.ReplicationServiceDiscoveryMechanismCfg.getBindDn()Gets the "bind-dn" property.LdapPassThroughAuthenticationPolicyCfg.getCachedPasswordStorageSchemeDn()Gets the "cached-password-storage-scheme" property as a DN.GlobalCfg.getDefaultPasswordPolicyDn()Gets the "default-password-policy" property as a DN.HdapAuthorizationMechanismCfg.getJwtKeyManagerProviderDn()Gets the "jwt-key-manager-provider" property as a DN.ProxyBackendCfg.getKeepAliveSearchRequestBaseDn()Gets the "keep-alive-search-request-base-dn" property.AdministrationConnectorCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.CryptoManagerCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.HttpConnectionHandlerCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.HttpOauth2OpenamAuthorizationMechanismCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.LdapConnectionHandlerCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.OpenTelemetryPluginCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.ProxyBackendCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.ReplicationServiceDiscoveryMechanismCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.ReplicationSynchronizationProviderCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.StaticServiceDiscoveryMechanismCfg.getKeyManagerProviderDn()Gets the "key-manager-provider" property as a DN.LdapPassThroughAuthenticationPolicyCfg.getMappedSearchBindDn()Gets the "mapped-search-bind-dn" property.PasswordPolicyCfg.getPasswordGeneratorDn()Gets the "password-generator" property as a DN.ProxyBackendCfg.getProxyUserDn()Gets the "proxy-user-dn" property.SambaPasswordPluginCfg.getSambaAdministratorDn()Gets the "samba-administrator-dn" property.HttpOauth2OpenamAuthorizationMechanismCfg.getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg.getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.LdapPassThroughAuthenticationPolicyCfg.getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.MailServerCfg.getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.OpenTelemetryPluginCfg.getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.ReplicationServiceDiscoveryMechanismCfg.getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.StaticServiceDiscoveryMechanismCfg.getTrustManagerProviderDn()Gets the "trust-manager-provider" property as a DN.HttpAnonymousAuthorizationMechanismCfg.getUserDn()Gets the "user-dn" property.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type DnModifier and TypeMethodDescriptionPasswordPolicyCfg.getAccountStatusNotificationHandlerDns()Gets the "account-status-notification-handler" property as a set of DNs.HttpEndpointCfg.getAuthorizationMechanismDns()Gets the "authorization-mechanism" property as a set of DNs.LdifBackendCfg.getBaseDn()Gets the "base-dn" property.MemoryBackendCfg.getBaseDn()Gets the "base-dn" property.NullBackendCfg.getBaseDn()Gets the "base-dn" property.PluggableBackendCfg.getBaseDn()Gets the "base-dn" property.ProxyBackendCfg.getBaseDn()Gets the "base-dn" property.ReferentialIntegrityPluginCfg.getBaseDn()Gets the "base-dn" property.SevenBitCleanPluginCfg.getBaseDn()Gets the "base-dn" property.UniqueAttributePluginCfg.getBaseDn()Gets the "base-dn" property.VirtualAttributeCfg.getBaseDn()Gets the "base-dn" property.ExternalSaslMechanismHandlerCfg.getCertificateMapperDns()Gets the "certificate-mapper" property as a set of DNs.ReplicationServerCfg.getChangelogEnabledExcludedDomains()Gets the "changelog-enabled-excluded-domains" property.PasswordPolicyImportPluginCfg.getDefaultAuthPasswordStorageSchemeDns()Gets the "default-auth-password-storage-scheme" property as a set of DNs.PasswordPolicyCfg.getDefaultPasswordStorageSchemeDns()Gets the "default-password-storage-scheme" property as a set of DNs.PasswordPolicyImportPluginCfg.getDefaultUserPasswordStorageSchemeDns()Gets the "default-user-password-storage-scheme" property as a set of DNs.PasswordPolicyCfg.getDeprecatedPasswordStorageSchemeDns()Gets the "deprecated-password-storage-scheme" property as a set of DNs.VirtualAttributeCfg.getGroupDn()Gets the "group-dn" property.CramMd5SaslMechanismHandlerCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.DigestMd5SaslMechanismHandlerCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.GssapiSaslMechanismHandlerCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.HttpBasicAuthorizationMechanismCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.HttpOauth2AuthorizationMechanismCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.PasswordModifyExtendedOperationHandlerCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.PlainSaslMechanismHandlerCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.ScramSha256SaslMechanismHandlerCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.ScramSha512SaslMechanismHandlerCfg.getIdentityMapperDns()Gets the "identity-mapper" property as a set of DNs.LdapPassThroughAuthenticationPolicyCfg.getMappedSearchBaseDn()Gets the "mapped-search-base-dn" property.ExactMatchIdentityMapperCfg.getMatchBaseDn()Gets the "match-base-dn" property.RegularExpressionIdentityMapperCfg.getMatchBaseDn()Gets the "match-base-dn" property.ProxyBackendCfg.getPartitionBaseDn()Gets the "partition-base-dn" property.PasswordPolicyCfg.getPasswordValidatorDns()Gets the "password-validator" property as a set of DNs.GlobalCfg.getProxiedAuthorizationIdentityMapperDns()Gets the "proxied-authorization-identity-mapper" property as a set of DNs.FileBasedAccessLogPublisherCfg.getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.FileBasedAuditLogPublisherCfg.getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.FileBasedErrorLogPublisherCfg.getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.FileBasedHttpAccessLogPublisherCfg.getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.JsonFileAccessLogPublisherCfg.getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.JsonFileHttpAccessLogPublisherCfg.getRetentionPolicyDns()Gets the "retention-policy" property as a set of DNs.FileBasedAccessLogPublisherCfg.getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.FileBasedAuditLogPublisherCfg.getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.FileBasedErrorLogPublisherCfg.getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.FileBasedHttpAccessLogPublisherCfg.getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.JsonFileAccessLogPublisherCfg.getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.JsonFileHttpAccessLogPublisherCfg.getRotationPolicyDns()Gets the "rotation-policy" property as a set of DNs.SchemaBackendCfg.getSchemaEntryDn()Gets the "schema-entry-dn" property.ProxyBackendCfg.getShardDns()Gets the "shard" property as a set of DNs.GlobalCfg.getSubordinateBaseDn()Gets the "subordinate-base-dn" property.PluggableBackendCfg.getTemporaryBaseDnPartitionDn()Gets the "temporary-base-dn-partition-dn" property.AdministrationConnectorCfg.getTrustManagerProviderDns()Gets the "trust-manager-provider" property as a set of DNs.HttpConnectionHandlerCfg.getTrustManagerProviderDns()Gets the "trust-manager-provider" property as a set of DNs.LdapConnectionHandlerCfg.getTrustManagerProviderDns()Gets the "trust-manager-provider" property as a set of DNs.ReplicationSynchronizationProviderCfg.getTrustManagerProviderDns()Gets the "trust-manager-provider" property as a set of DNs.FingerprintCertificateMapperCfg.getUserBaseDn()Gets the "user-base-dn" property.SubjectAttributeToUserAttributeCertificateMapperCfg.getUserBaseDn()Gets the "user-base-dn" property.SubjectDnToUserAttributeCertificateMapperCfg.getUserBaseDn()Gets the "user-base-dn" property.AccessLogFilteringCriteriaCfg.getUserIsMemberOf()Gets the "user-is-member-of" property.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 DnModifier and TypeMethodDescriptionRequestContext.getAuthenticationDn()Returns the authentication Dn for logging.RequestContext.getAuthorizationDn()Returns the authorization Dn for logging, which could be from proxy auth.RequestContext.getProxiedAuthorizationDn()Returns the proxied authorization DN if proxy authorization has been requested.Methods in org.forgerock.opendj.server.core with parameters of type DnModifier and TypeMethodDescriptionvoidRequestContext.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 DnModifier and TypeMethodDescriptionEmbeddedDirectoryServer.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.server.leaderbasedreplication
Fields in org.forgerock.opendj.server.leaderbasedreplication declared as DnModifier and TypeFieldDescriptionstatic final DnReplicaChangelog.DN_INTERNAL_CHANGELOGThe DN of the internal changelog backend.Methods in org.forgerock.opendj.server.leaderbasedreplication with parameters of type DnModifier and TypeMethodDescriptionvoidLeaderBasedReplication.clearReplicaOfflineMsgNotifications(Dn baseDn) voidLeaderBasedReplication.notifyReplicaOfflineMsgHasBeenForwardedToRS(Dn baseDn) voidLeaderBasedReplication.notifyReplicaOfflineMsgHasBeenSentByDS(Dn baseDn) voidLeaderBasedReplication.waitForReplicaOfflineMessageToBeForwardedToRS(Dn baseDn) -
Uses of Dn in org.forgerock.opendj.setup.model
Fields in org.forgerock.opendj.setup.model declared as DnModifier and TypeFieldDescriptionstatic final DnSetupConstants.ADMIN_DATA_DNDN of the administration data replication domain.static final DnSetupConstants.DEFAULT_ROOT_DNRoot user default distinguish name.Methods in org.forgerock.opendj.setup.model that return DnModifier and TypeMethodDescriptionProfile.DnParameter.parseStringValue(String strValue) Profile.DomainParameter.parseStringValue(String strValue) Methods in org.forgerock.opendj.setup.model with parameters of type DnModifier and TypeMethodDescriptionSetup.monitorUserDn(Dn monitorUserDn) Specifies the DN of the monitor user, having access to monitor information.Setup.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 DnModifier and TypeMethodDescriptionprotected 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.Find the Base DN of the provided DN.AlertGenerator.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.final DnMonitorProvider.getMonitorInstanceDn()Returns the DN of this monitor provider.Methods in org.opends.server.api that return types with arguments of type DnModifier and TypeMethodDescriptionDITCacheMap.childrenIterator(Dn baseDn) Returns a filtered-view of this map containing only the immediate children of base-dn.DITCacheMap.entrySet()Backend.getBaseDNs()Retrieves the set of base-level DNs that may be used within this backend.DITCacheMap.getChildrenDns(Dn key, long maxNumberOfChildren) Returns the list of the children's DNs, size bounded.Methods in org.opends.server.api with parameters of type DnModifier and TypeMethodDescriptionbooleanAccessControlHandler.canDiscloseInformation(Entry entry, Dn entryDN, Operation operation) Checks whether the ACIs prevent sending information about the provided entry, or entryDN if entry is null.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.Find the Base DN of the provided DN.DITCacheMap.getChildrenDns(Dn key, long maxNumberOfChildren) Returns the list of the children's DNs, size bounded.abstract SizedEntryRetrieves the entry with its size, with the specified DN from the cache.abstract EntryRetrieves 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.DITCacheMap.getSubtreeValues(Dn key) Returns values from the stored objects associated with the subtree having the provided base DN.final 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.booleanIndicates whether the provided control is allowed based on the access control configuration and the specified operation.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.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.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 DnModifier and TypeMethodDescriptionstatic 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.void -
Uses of Dn in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return DnModifier and TypeMethodDescriptionfinal DnDirectoryServerPlugin.getPluginEntryDN()Retrieves the DN of the configuration entry for this plugin.Methods in org.opends.server.api.plugin with parameters of type DnModifier and TypeMethodDescriptionfinal 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.voidDirectoryServerPlugin.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.voidDirectoryServerPlugin.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.Constructors in org.opends.server.api.plugin with parameters of type DnModifierConstructorDescriptionprotectedInternalDirectoryServerPlugin(Dn pluginDN, 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 DnModifier and TypeMethodDescriptionAciEvalContext.getClientDN()Get client DN.AciListenerManager.getComponentEntryDN()Aci.getDN()Return the DN of the entry containing the ACI.Target.getDN()Returns the URL DN of the expression.AciEvalContext.getResourceDN()Get the resource DN.Methods in org.opends.server.authorization.dseecompat with parameters of type DnModifier and TypeMethodDescriptionvoidAdd 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.booleanbooleanDetermine 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 DnModifier and TypeMethodDescriptionvoidAciListenerManager.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 DnModifierConstructorDescriptionConstructor 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 DnModifier and TypeMethodDescriptionbooleanPolicyBasedAccessControlHandler.canDiscloseInformation(Entry entry, Dn entryDN, Operation operation) booleanbooleanPolicyBasedAccessControlHandler.maySend(Dn dn, Operation operation, SearchResultReference searchReference) -
Uses of Dn in org.opends.server.backends
Fields in org.opends.server.backends declared as DnModifier and TypeFieldDescriptionstatic final DnChangelogBackend.CHANGELOG_BASE_DNThe base DN for the external change log.Methods in org.opends.server.backends that return DnModifier and TypeMethodDescriptionRebuildConfig.baseDn()Returns the value of thebaseDnrecord component.VerifyConfig.baseDn()Returns the value of thebaseDnrecord component.ConfigurationBackend.ConfigurationBackendCfg.dn()LDIFBackend.getComponentEntryDN()SchemaBackend.getComponentEntryDN()Methods in org.opends.server.backends that return types with arguments of type DnModifier and TypeMethodDescriptionChangelogBackend.getBaseDNs()ConfigurationBackend.getBaseDNs()LDIFBackend.getBaseDNs()MemoryBackend.getBaseDNs()MonitorBackend.getBaseDNs()NullBackend.getBaseDNs()ProxyBackend.getBaseDNs()RootDSEBackend.getBaseDNs()SchemaBackend.getBaseDNs()Methods in org.opends.server.backends with parameters of type DnModifier and TypeMethodDescriptionvoidChangelogBackend.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) 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) ChangelogBackend.hasSubordinates(Dn entryDN) ConfigurationBackend.hasSubordinates(Dn entryDN) LDIFBackend.hasSubordinates(Dn entryDN) MemoryBackend.hasSubordinates(Dn entryDN) MonitorBackend.hasSubordinates(Dn entryDN) NullBackend.hasSubordinates(Dn entryDN) RootDSEBackend.hasSubordinates(Dn entryDN) SchemaBackend.hasSubordinates(Dn entryDN) 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 DnModifierConstructorDescriptionRebuildConfig(Dn baseDn, RebuildConfig.RebuildIndexSelection rebuildIndexSelection, Collection<String> rebuildList, String tmpDirectory, boolean setUntrusted) Builds a new rebuild config object.VerifyConfig(Dn baseDn, List<String> indexNames, boolean cleanMode) Canonical constructor. -
Uses of Dn in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return types with arguments of type DnMethods in org.opends.server.backends.pluggable with parameters of type DnModifier and TypeMethodDescriptionvoidBackendImpl.deleteEntry(Dn entryDN, DeleteOperation deleteOperation) booleanBackendImpl.entryExists(Dn entryDN) longBackendImpl.getNumberOfChildren(Dn parentDN) longBackendImpl.getNumberOfEntriesInBaseDN(Dn baseDN) BackendImpl.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 DnModifier and TypeMethodDescriptionstatic 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 DnModifier and TypeMethodDescriptionTaskScheduler.getComponentEntryDN()TaskBackend.getConfigEntryDN()Retrieves the DN of the configuration entry for this task backend.TaskBackend.getRecurringTasksParentDN()Retrieves the DN of the entry that is the immediate parent for all recurring task information in the Directory Server.TaskBackend.getScheduledTasksParentDN()Retrieves the DN of the entry that is the immediate parent for all scheduled task information in the Directory Server.final DnTask.getTaskName()Retrieves the name of the task entry.TaskBackend.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 DnMethods in org.opends.server.backends.task with parameters of type DnModifier and TypeMethodDescriptionvoidTaskBackend.deleteEntry(Dn entryDN, DeleteOperation deleteOperation) longTaskBackend.getNumberOfChildren(Dn parentDN) longTaskBackend.getNumberOfEntriesInBaseDN(Dn baseDN) TaskScheduler.getRecurringTask(Dn recurringTaskEntryDN) Retrieves the recurring task with the given recurring task ID.TaskScheduler.getRecurringTaskEntry(Dn recurringTaskEntryDN) Retrieves the recurring task entry with the provided DN.TaskBackend.getScheduledTask(Dn taskEntryDN) Retrieves the scheduled task for the entry with the provided DN.TaskScheduler.getScheduledTask(Dn taskEntryDN) Retrieves the scheduled task created from the specified entry.TaskScheduler.getScheduledTaskEntry(Dn scheduledTaskEntryDN) Retrieves the scheduled task entry with the provided DN.TaskBackend.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 DnModifier and TypeFieldDescriptionstatic final DnConfigConstants.DN_BACKEND_BASEThe DN of the entry that will serve as the base for all Directory Server backends.static final DnConfigConstants.DN_CONFIG_ROOTThe DN of the entry that will serve as the root for the Directory Server configuration.static final 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 final DnConfigConstants.DN_ENTRY_CACHE_BASEThe DN of the entry that will hold the configuration for the Directory Server entry cache.static final DnConfigConstants.DN_MONITOR_CHANGELOGThe DN of the entry that will serve as the base for all Directory Server replication changelog information.static final DnConfigConstants.DN_MONITOR_ROOTThe DN of the entry that will serve as the base for all Directory Server monitor information.static final 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 DnMethods in org.opends.server.config that return types with arguments of type DnMethods in org.opends.server.config with parameters of type DnModifier and TypeMethodDescriptionvoidConfigurationHandler.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) ConfigurationHandler.getAddListeners(Dn dn) ConfigurationHandler.getChangeListeners(Dn dn) ConfigurationHandler.getChildren(Dn dn) ConfigurationHandler.getDeleteListeners(Dn dn) booleanlongConfigurationHandler.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) -
Uses of Dn in org.opends.server.core
Methods in org.opends.server.core that return DnModifier and TypeMethodDescriptionprotected DnEntryCacheConfigManager.EntryCacheDispatcher.computeMonitorInstanceDn()BackendConfigManager.findNamingContextForEntry(Dn entryDn) Retrieves the naming context that should be used to handle operations on the specified entry.final DnSearchOperation.getBaseDN()BindOperation.getBindDN()AccessControlConfigManager.getComponentEntryDN()DirectoryServer.getComponentEntryDN()CoreConfigManager.getDefaultPasswordPolicyDN()Retrieves the DN of the configuration entry for the default password policy for the Directory Server.abstract DnPasswordPolicy.getDN()SubentryPasswordPolicy.getDN()AddOperation.getEntryDN()CompareOperation.getEntryDN()DeleteOperation.getEntryDN()ModifyDnOperation.getEntryDN()ModifyOperation.getEntryDN()Group.getGroupDN()Retrieves the DN of the entry that contains the definition for this group.ModifyDnOperation.getNewSuperior()BackendConfigManager.getParentDNInSuffix(Dn dn) Retrieves the DN that is the immediate parent for this DN.BindOperation.getUserEntryDN()Methods in org.opends.server.core that return types with arguments of type DnModifier and TypeMethodDescriptionBackendConfigManager.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.Group.getMemberDns()Retrieves an iterator that may be used to cursor through the Dns of the members contained in this group.DirectoryServer.getMonitorProviders()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.BackendConfigManager.getNamingContexts(Predicate<org.opends.server.core.BackendConfigManager.NamingContext> filter) Retrieves naming contexts corresponding to backends, according to the specified filter.CoreConfigManager.getProxiedAuthorizationIdentityMapperDNs()Retrieves the DNs of the configuration entry for the identity mappers that should be used in conjunction with proxied authorization V2 controls.CoreConfigManager.getSubordinateBaseDNs()Retrieves the restricted set of subordinate base DNs to use when searching the root suffix "".BackendConfigManager.registerBaseDNs(Backend<? extends BackendCfg> backend, Set<Dn> newBaseDns) Registers the provided base DNs for the provided backend.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 DnModifier and TypeMethodDescriptionbooleanEntryCacheConfigManager.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.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.BackendConfigManager.findNamingContextForEntry(Dn entryDn) Retrieves the naming context that should be used to handle operations on the specified entry.Retrieves the set of client connections authenticated as the specified user.DirectoryServer.getAccountStatusNotificationHandler(Dn handlerDN) ServerContext.getAccountStatusNotificationHandler(Dn handlerDN) Retrieves the account status notification handler with the specified configuration entry DN.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.DirectoryServer.getAuthenticationPolicy(Dn configEntryDN) ServerContext.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.DirectoryServer.getCertificateMapper(Dn mapperDN) ServerContext.getCertificateMapper(Dn mapperDN) Retrieves the certificate mapper registered with the provided entry DN.SubentryManager.getCollectiveSubentries(Dn dn) Returns collective subentries applicable to specific DN.Retrieves the entry with the requested DN.Retrieves the group defined in the entry with the specified DN.DirectoryServer.getIdentityMapper(Dn configEntryDN) ServerContext.getIdentityMapper(Dn configEntryDN) Retrieves the Directory Server identity mapper whose configuration resides in the specified configuration entry.DirectoryServer.getKeyManagerProvider(Dn keyManagerProviderDn) KeyManagerProviderConfigManager.getKeyManagerProvider(Dn dn) Retrieves the key manager provider registered with the provided entry DN.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.BackendConfigManager.getParentDNInSuffix(Dn dn) Retrieves the DN that is the immediate parent for this DN.DirectoryServer.getParentEntry(Dn childDn) ServerContext.getParentEntry(Dn childDn) Retrieves the entry that is the immediate parent of the entry having the provided DN.DirectoryServer.getPasswordGenerator(Dn configEntryDN) ServerContext.getPasswordGenerator(Dn configEntryDN) Retrieves the password generator registered with the provided configuration entry DN.DirectoryServer.getPasswordStorageScheme(Dn configEntryDN) 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.PluginConfigManager.getRegisteredPlugin(Dn pluginDN) Retrieves the plugin with the specified configuration entry DN.DirectoryServer.getRetentionPolicy(Dn configEntryDN) ServerContext.getRetentionPolicy(Dn configEntryDN) Retrieves the log retention policy registered for the provided configuration entry.DirectoryServer.getRotationPolicy(Dn configEntryDN) ServerContext.getRotationPolicy(Dn configEntryDN) Retrieves the log rotation policy registered for the provided configuration entry.SubentryManager.getSubentries(Dn dn) Returns subentries applicable to specific DN.DirectoryServer.getTrustManagerProvider(Dn trustManagerProviderDN) ServerContext.getTrustManagerProvider(Dn trustManagerProviderDN) Returns the trust manager provider matching the provided DN.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.voidPluginConfigManager.invokeSubordinateDeletePlugins(DeleteOperation deleteOperation, Dn entryDn, boolean isCommitted) Invokes the set of subordinate delete plugins that have been configured in the Directory Server.voidPluginConfigManager.invokeSubordinateModifyDNPlugins(SubordinateModifyDNOperation modifyDNOperation, Dn oldEntryDn, Dn newEntryDn) Invokes the set of subordinate modify DN plugins that have been configured in the Directory Server.default booleanIndicates 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.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) voidRenames this group, and use the provided DN as the new name for this group.voidSearchOperation.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.voidBindOperation.runFakePasswordMatches(Dn bindDn, ByteString password) When using cost based hashes, ensure similar response times when login with non-existing vs.final voidSpecifies the base DN as included in the request from the client.voidvoidAddOperation.setEntryDN(Dn entryDN) voidCompareOperation.setEntryDN(Dn entryDN) voidDeleteOperation.setEntryDN(Dn entryDN) voidModifyDnOperation.setEntryDN(Dn entryDN) voidModifyOperation.setEntryDN(Dn entryDN) voidModifyDnOperation.setNewSuperior(Dn newSuperior) Method parameters in org.opends.server.core with type arguments of type DnModifier and TypeMethodDescriptionList<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.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 DnModifier and TypeMethodDescriptionReplicationServiceDiscoveryMechanism.getPartition(Collection<Dn> baseDNs) ServiceDiscoveryMechanism.getPartition(Collection<Dn> baseDNs) Returns the partitions.StaticServiceDiscoveryMechanism.getPartition(Collection<Dn> baseDns) -
Uses of Dn in org.opends.server.extensions
Methods in org.opends.server.extensions that return DnMethods in org.opends.server.extensions that return types with arguments of type DnModifier and TypeMethodDescriptionIndexedAttributesChecks.getBaseDns(Set<Dn> baseDns, BackendConfigManager backendConfigManager) If we have an explicit set of base DNs, then use it.Methods in org.opends.server.extensions with parameters of type DnModifier and TypeMethodDescriptionstatic 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) voidFIFOEntryCache.removeEntry(Dn entryDN) voidSoftReferenceEntryCache.removeEntry(Dn entryDN) Method parameters in org.opends.server.extensions with type arguments of type DnModifier and TypeMethodDescriptionstatic 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.IndexedAttributesChecks.getBaseDns(Set<Dn> baseDns, BackendConfigManager backendConfigManager) If we have an explicit set of base DNs, then use it. -
Uses of Dn in org.opends.server.loggers
Methods in org.opends.server.loggers that return Dn -
Uses of Dn in org.opends.server.monitors
Methods in org.opends.server.monitors that return DnModifier and TypeMethodDescriptionLocalBackendMonitor.BaseDnMonitorData.baseDn()Returns the value of thebaseDnrecord component.protected DnHealthStatusMonitorProvider.computeMonitorInstanceDn()protected DnJvmMonitorProvider.computeMonitorInstanceDn()protected final DnLocalBackendMonitor.computeMonitorInstanceDn()LocalBackendMonitor.BaseDnMonitorData.monitorInstanceDn()Returns the DN exposed by the corresponding monitor object.Methods in org.opends.server.monitors with parameters of type DnModifier and TypeMethodDescriptionLocalBackendMonitor.newBaseDnMonitorData(Dn baseDn) Returns a new BaseDnMonitorData instance that will use the provided base DN.Constructors in org.opends.server.monitors with parameters of type DnModifierConstructorDescriptionBaseDnMonitorData(String backendType, String backendId, Dn baseDn) Creates an instance of aBaseDnMonitorDatarecord class. -
Uses of Dn in org.opends.server.plugins
Methods in org.opends.server.plugins that return DnMethods in org.opends.server.plugins with parameters of type DnModifier and TypeMethodDescriptionvoidReferentialIntegrityPlugin.processSubordinateDelete(DeleteOperation deleteOperation, Dn entryDn, boolean isCommitted) voidReferentialIntegrityPlugin.processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation, Dn oldEntryDn, Dn newEntryDn) -
Uses of Dn in org.opends.server.protocols
Methods in org.opends.server.protocols that return Dn -
Uses of Dn in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that return Dn -
Uses of Dn in org.opends.server.protocols.http.authz
Constructors in org.opends.server.protocols.http.authz with parameters of type DnModifierConstructorDescriptionHttpAuthorizationMechanism(Dn configDN, int priority) Create a newHttpAuthorizationMechanism. -
Uses of Dn in org.opends.server.protocols.jmx
Constructors in org.opends.server.protocols.jmx with parameters of type DnModifierConstructorDescriptionJMXMBean(Dn monitorEntryDN, ServerContext serverContext) Creates a new dynamic JMX MBean for use with the Directory Server. -
Uses of Dn in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap that return DnModifier and TypeMethodDescriptionLDAPConnectionHandler.getComponentEntryDN()LoomLdapConnectionHandler.getComponentEntryDN() -
Uses of Dn in org.opends.server.replication.common
Methods in org.opends.server.replication.common that return types with arguments of type DnModifier and TypeMethodDescriptionMultiDomainServerState.getSnapshot()Returns a snapshot of this object.MultiDomainServerState.iterator()Methods in org.opends.server.replication.common with parameters of type DnModifier and TypeMethodDescriptionvoidTopology.addLocalReplicationDomain(ReplicaId replicaId, Dn baseDn) Adds a replication domain to the local server in the topology.voidTopology.applyTopologyMessage(TopologyMsg topologyMsg, Dn baseDn, ReplicationServerId senderId) Updates the topology with the provided topology message.voidShutdownSynchronizer.clearReplicaOfflineMsgNotifications(Dn baseDn) Clear the notifications for the provided domain.booleanTest if this object covers the provided CSN for the provided baseDN.Returns the CSN associated to the provided replication domain's baseDN and replicaId.MultiDomainServerState.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.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.booleanUpdate 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.Method parameters in org.opends.server.replication.common with type arguments of type DnModifier and TypeMethodDescriptionvoidMultiDomainServerState.removeDisabledDomain(Predicate<Dn> isDomainEnabled) Removes any domains as decided by the provided predicate from the state. -
Uses of Dn in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return DnMethods in org.opends.server.replication.plugin that return types with arguments of type DnModifier and TypeMethodDescriptionstatic Collection<Dn>MultimasterReplication.getDomainDns()Returns the DNs of the replication domains.Methods in org.opends.server.replication.plugin with parameters of type DnModifier and TypeMethodDescriptionvoidMultimasterReplication.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.EntryHistoricalAttribute.getEntryHistoricalForRead(Dn dn) Returns the historical information associated with this attribute, computing it if needed.EntryHistoricalAttribute.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 DnModifier and TypeMethodDescriptionServerStartMsg.getBaseDn()Get the base DN.InitializeRequestMsg.getBaseDN()Get the base DN from this InitializeRequestMsg.InitializeTargetMsg.getBaseDN()Get the base DN of the domain.ReplServerStartDSMsg.getBaseDN()Get the base DN from this ReplServerStartDSMsg.ReplServerStartMsg.getBaseDN()Get the base DN from this ReplServerStartMsg.LDAPUpdateMsg.getDN()Get the DN on which the operation happened.ModifyDNMsg.getNewSuperior()Get the new superior.ByteArrayScanner.nextDn()Reads the next DN.Methods in org.opends.server.replication.protocol with parameters of type DnModifier and TypeMethodDescriptionAppend a DN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte array.AddMsg.createRequest(Dn newDN) DeleteMsg.createRequest(Dn newDN) abstract ChangeRecordLDAPUpdateMsg.createRequest(Dn newDN) Create a request from this message using the provided DN.ModifyDNMsg.createRequest(Dn newDN) ModifyMsg.createRequest(Dn newDN) voidSet the DN.voidModifyDNMsg.setNewSuperior(Dn newSuperior) Set the new superior.Constructors in org.opends.server.replication.protocol with parameters of type DnModifierConstructorDescriptionAddMsg(CSN csn, Dn dn, UUID entryUuid, UUID parentEntryUuid, byte[] encodedAttributes, byte[] encodedEclIncludes) Creates a new AddMessage.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.Creates a new Modify message using the provided information.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, 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, GroupId groupId) Create a ReplServerStartMsg.ServerStartMsg(ReplicaId replicaId, com.forgerock.opendj.util.HostPort adminEndpoint, Dn baseDn, Duration heartbeatInterval, ServerState serverState, GenerationId generationId, boolean sslEncryption, GroupId groupId) Creates a new ServerStartMsg. -
Uses of Dn in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return DnModifier and TypeMethodDescriptionprotected DnReplicationServerDomain.computeMonitorInstanceDn()ReplicationServerDomain.getBaseDN()Get the baseDN.Methods in org.opends.server.replication.server that return types with arguments of type DnModifier and TypeMethodDescriptionChangelogState.domainToGenerationId()Returns the value of thedomainToGenerationIdrecord component.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 DnModifier and TypeMethodDescriptionReplicationServer.getGenerationId(Dn baseDn) ReplicationServer.getOrCreateReplicationServerDomain(Dn baseDN) Get the ReplicationServerDomain associated to the base DN given in parameter.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.ReplicationServer.getReplicationServerDomain(Dn baseDN) Get the ReplicationServerDomain associated to the base DN given in parameter.booleanReplicationServer.isExternalChangelogEnabledForDomain(Dn baseDn) Indicates whether the provided domain is enabled for the external changelog (ECL).ChangelogState.removeDomain(Dn baseDn) Returns a new changelog state where supplied replication domain has been removed.ChangelogState.setDomainGenerationId(Dn baseDn, GenerationId generationId) Returns a new changelog state with the generationId associated to the supplied replication domain.voidReplicationServer.setGenerationId(Dn baseDn, GenerationId generationId) Method parameters in org.opends.server.replication.server with type arguments of type DnModifier and TypeMethodDescriptionvoidReplicationServer.validateCookie(MultiDomainServerState cookie, Set<Dn> ignoredBaseDNs) Validate that provided cookie is coherent with this replication server, when ignoring the provided set of DNs.Constructor parameters in org.opends.server.replication.server with type arguments of type DnModifierConstructorDescriptionChangelogState(Map<Dn, GenerationId> domainToGenerationId, Set<DomainReplicaId> replicas, Set<DomainReplicaId> purgedReplicasNotProperlyStopped) Builds a changelog state. -
Uses of Dn in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return DnModifier and TypeMethodDescriptionChangeNumberIndexRecord.baseDn()Returns the value of thebaseDnrecord component.DomainReplicaId.baseDn()Returns the value of thebaseDnrecord component.UpdateRecord.baseDn()Returns the value of thebaseDnrecord component.Methods in org.opends.server.replication.server.changelog.api with parameters of type DnModifier and TypeMethodDescriptionReplicationDomainDB.getChangelogCursors(Dn baseDN) GeneratesDBCursorfor all streams of a given domain.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.ReplicationDomainDB.getDomainNewestCSNs(Dn baseDN) Returns the newestCSNs from the replicaDBs for each replica id in the specified replication domain.ReplicationDomainDB.getDomainOldestCSNs(Dn baseDN) Returns the oldestCSNs from the replicaDBs for each replica id in the specified replication domain.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.ReplicationDomainDB.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 DomainReplicaIdCreates 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.Method parameters in org.opends.server.replication.server.changelog.api with type arguments of type DnModifier and TypeMethodDescriptionReplicationDomainDB.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.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.voidChangelogDB.notifyExcludedDomainsChanged(Collection<Dn> domainsToInclude) Notifies the change number indexer that the list of excluded domains has changed.Constructors in org.opends.server.replication.server.changelog.api with parameters of type DnModifierConstructorDescriptionChangeNumberIndexRecord(long changeNumber, Dn baseDn, CSN csn, MultiDomainServerState cookie) Builds an instance of this record.ChangeNumberIndexRecord(Dn baseDN, CSN csn, MultiDomainServerState cookie) Builds an instance of this record, with changeNumber equal to 0.DomainReplicaId(Dn baseDn, ReplicaId replicaId) Creates an instance of aDomainReplicaIdrecord class.UpdateRecord(Dn baseDn, UpdateMsg updateMsg) Creates an instance of aUpdateRecordrecord class. -
Uses of Dn in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return DnModifier and TypeMethodDescriptionprotected DnFileChangelogDB.computeMonitorInstanceDn()ReplicationEnvironment.DomainState.domainDn()Returns the value of thedomainDnrecord component.DomainDBCursor.getBaseDN()Returns the replication domain baseDN of this cursor.Methods in org.opends.server.replication.server.changelog.file with parameters of type DnModifier and TypeMethodDescriptionvoidECLMultiDomainDBCursor.addDomain(Dn domain, ServerState state) Adds a domain to the cursor.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.FileChangelogDB.getChangelogCursors(Dn baseDN) FileChangelogDB.getChangelogLogState(Dn domainDn) Return the changelog state for the specified replication domain.FileChangelogDB.getCursorFrom(Dn baseDN, ServerState startState, DBCursor.CursorOptions options) FileChangelogDB.getDomainNewestCSNs(Dn baseDN) FileChangelogDB.getDomainOldestCSNs(Dn baseDN) ChangelogContext.getGenerationId(Dn baseDn) Return the generation id of the replica.FileChangelogDB.getPublisherForDomain(String name, Dn baseDn, ServerState startState, ServerState endState) FileChangelogDB.getRemovedReplicasCsns(Dn baseDn) booleanChangelogContext.isExternalChangelogEnabledForDomain(Dn baseDn) Return whether the external changelog is enabled for the domain.@org.opends.server.replication.common.ReplicationImplementation(appliesTo="LeaderBasedReplication, Multimaster", rationale="remove temporary workaround to avoid NPE with LBR") 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.voidChangelogContext.setGenerationId(Dn baseDn, GenerationId generationId) Set the generation id of the provided replication domain.Method parameters in org.opends.server.replication.server.changelog.file with type arguments of type DnModifier and TypeMethodDescriptionFileChangelogDB.getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options, Set<Dn> excludedDomainDns) FileChangelogDB.getPublisherFromCookie(String name, MultiDomainServerState cookie, Set<Dn> excludedDomains) voidChangeNumberIndexer.notifyExcludedDomainsChanged(Collection<Dn> domainsToInclude) Notifies the change number indexer that the list of excluded domains has changed.voidFileChangelogDB.notifyExcludedDomainsChanged(Collection<Dn> domainsToInclude) Constructors in org.opends.server.replication.server.changelog.file with parameters of type DnModifierConstructorDescriptionDomainDBCursor(Dn baseDN, ReplicationDomainDB domainDB, DBCursor.CursorOptions options) Builds a DomainDBCursor instance.DomainState(Dn domainDn, String domainId, ServerState lastUpdates, ServerState lastMsgs) Creates an instance of aDomainStaterecord class.Constructor parameters in org.opends.server.replication.server.changelog.file with type arguments of type DnModifierConstructorDescriptionChangeNumberIndexer(ChangelogDB changelogDB, 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 -
Uses of Dn in org.opends.server.tasks
Methods in org.opends.server.tasks that return types with arguments of type DnModifier and TypeMethodDescriptionImportExportParams.getExcludeBranches()Returns the exclude branches.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 DnModifier and TypeMethodDescriptionBackendToolUtils.getBaseDn(BackendCfgClient backendCfgClient) Gets the base DNs from the provided backend configuration.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 -
Uses of Dn in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return Dn -
Uses of Dn in org.opends.server.types
Methods in org.opends.server.types that return DnModifier and TypeMethodDescriptionstatic 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.AuthenticationInfo.getAuthenticationDN()Retrieves the DN of the user as whom the client is authenticated.AuthenticationInfo.getAuthorizationDN()Retrieves the DN for the user that should be used as the default authorization identity.final DnOperation.getAuthorizationDN()Retrieves the authorization DN for this operation.SubEntry.getDN()Retrieves the distinguished name for this subentry.SubEntry.getInheritFromBaseDN()Getter to retrieve inheritFromBaseRDN DN for inherited collective attribute subentry.CompactEntry.getName()LDAPURL.getName()Retrieves the processed DN for this LDAP URL.SizedEntry.getName()Returns the DN of entry.final DnOperation.getProxiedAuthorizationDN()Retrieves the proxied authorization DN for this operation if proxied authorization has been requested.AccountStatusNotification.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 DnModifier and TypeMethodDescriptionVirtualAttributeRule.getBaseDNs()Retrieves the set of base DNs for branches that are eligible to have this virtual attribute.VirtualAttributeRule.getGroupDNs()Retrieves the set of DNs for groups whose members are eligible to have this virtual attribute.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 DnModifier and TypeMethodDescriptionprotected voidOperation.checkIfBackendIsWritable(Dn entryDN, LocalizableMessageDescriptor.Arg1<Object> serverMsg, LocalizableMessageDescriptor.Arg1<Object> backendMsg) Checks if an update operation can be performed against a backend.protected 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.LDIFImportConfig.includeEntry(Dn dn) Indicates whether to include the entry with the specified DN in the import.protected final 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.LockManager.tryReadLockEntry(Dn entryDn) Acquires the read lock for the specified entry DN.LockManager.tryWriteLockEntry(Dn entryDn) Acquires the write lock for the specified entry DN.LockManager.tryWriteLockSubtree(Dn subtreeDn) Acquires the write lock for the specified subtree DN.Method parameters in org.opends.server.types with type arguments of type DnModifier and TypeMethodDescriptionstatic 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.Constructor parameters in org.opends.server.types with type arguments of type DnModifierConstructorDescriptionVirtualAttributeRule(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 DnModifier and TypeMethodDescriptionInProgressOperation.getAuthorizationDN()Retrieves the authorization DN for this operation.PostCommitOperation.getAuthorizationDN()Retrieves the authorization DN for this operation.PostOperationOperation.getAuthorizationDN()Retrieves the authorization DN for this operation.PostResponseOperation.getAuthorizationDN()Retrieves the authorization DN for this operation.PostSynchronizationOperation.getAuthorizationDN()Retrieves the authorization DN for this operation.PreOperationOperation.getAuthorizationDN()Retrieves the authorization DN for this operation.InProgressSearchOperation.getBaseDN()Retrieves the base DN for this search operation.PostOperationSearchOperation.getBaseDN()Retrieves the base DN for this search operation.PostResponseSearchOperation.getBaseDN()Retrieves the base DN for this search operation.PreOperationSearchOperation.getBaseDN()Retrieves the base DN for this search operation.PreParseSearchOperation.getBaseDN()Retrieves the base DN as included in the request from the client.PostOperationBindOperation.getBindDN()Retrieves the bind DN for this bind operation.PostResponseBindOperation.getBindDN()Retrieves the bind DN for this bind operation.PreOperationBindOperation.getBindDN()Retrieves the bind DN for this bind operation.PreParseBindOperation.getBindDN()Retrieves the bind DN for this bind operation as contained in the client request.PostCommitAddOperation.getEntryDN()Retrieves the DN of the entry to add.PostCommitDeleteOperation.getEntryDN()Retrieves the DN of the entry to delete.PostCommitModifyDNOperation.getEntryDN()Retrieves the DN of the entry to rename.PostCommitModifyOperation.getEntryDN()Retrieves the DN of the entry to modify.PostOperationAddOperation.getEntryDN()Retrieves the DN of the entry to add.PostOperationCompareOperation.getEntryDN()Retrieves the DN of the entry to compare.PostOperationDeleteOperation.getEntryDN()Retrieves the DN of the entry to delete.PostOperationModifyDNOperation.getEntryDN()Retrieves the DN of the entry to rename.PostOperationModifyOperation.getEntryDN()Retrieves the DN of the entry to modify.PostResponseAddOperation.getEntryDN()Retrieves the DN of the entry to add.PostResponseCompareOperation.getEntryDN()Retrieves the DN of the entry to compare.PostResponseDeleteOperation.getEntryDN()Retrieves the DN of the entry to delete.PostResponseModifyDNOperation.getEntryDN()Retrieves the DN of the entry to rename.PostResponseModifyOperation.getEntryDN()Retrieves the DN of the entry to modify.PostSynchronizationAddOperation.getEntryDN()Retrieves the DN of the entry to add.PostSynchronizationDeleteOperation.getEntryDN()Retrieves the DN of the entry to delete.PostSynchronizationModifyDNOperation.getEntryDN()Retrieves the DN of the entry to rename.PostSynchronizationModifyOperation.getEntryDN()Retrieves the DN of the entry to modify.PreOperationAddOperation.getEntryDN()Retrieves the DN of the entry to add.PreOperationCompareOperation.getEntryDN()Retrieves the DN of the entry to compare.PreOperationDeleteOperation.getEntryDN()Retrieves the DN of the entry to delete.PreOperationModifyDNOperation.getEntryDN()Retrieves the DN of the entry to rename.PreOperationModifyOperation.getEntryDN()Retrieves the DN of the entry to modify.PreParseAddOperation.getEntryDN()Retrieves the DN of the entry to add.PreParseCompareOperation.getEntryDN()Retrieves the entry DN as included in the client request.PreParseDeleteOperation.getEntryDN()Retrieves the entry DN as included in the client request.PreParseModifyDNOperation.getEntryDN()Retrieves the entry DN as included in the client request.PreParseModifyOperation.getEntryDN()Retrieves the entry DN as included in the client request.SubordinateModifyDNOperation.getEntryDN()Retrieves the DN of the entry to rename.PostCommitModifyDNOperation.getNewSuperior()Retrieves the newSuperior DN for the entry.PostOperationModifyDNOperation.getNewSuperior()Retrieves the newSuperior DN for the entry.PostResponseModifyDNOperation.getNewSuperior()Retrieves the newSuperior DN for the entry.PostSynchronizationModifyDNOperation.getNewSuperior()Retrieves the newSuperior DN for the entry.PreOperationModifyDNOperation.getNewSuperior()Retrieves the newSuperior DN for the entry.PreParseModifyDNOperation.getNewSuperior()Retrieves the newSuperior from the client request.SubordinateModifyDNOperation.getNewSuperior()Retrieves the newSuperior DN for the entry.PostOperationBindOperation.getUserEntryDN()Retrieves the user entry DN for this bind operation.PostResponseBindOperation.getUserEntryDN()Retrieves the user entry DN for this bind operation.PreOperationBindOperation.getUserEntryDN()Retrieves the user entry DN for this bind operation.Methods in org.opends.server.types.operation with parameters of type DnModifier and TypeMethodDescriptionvoidPreOperationSearchOperation.returnReference(Dn dn, SearchResultReference reference) Returns the provided search result reference to the client.voidPreParseSearchOperation.returnReference(Dn dn, SearchResultReference reference) Returns the provided search result reference to the client.voidSpecifies the base DN for this search operation.voidSpecifies 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.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 DnModifier and TypeFieldDescriptionstatic final DnServerConstants.DN_EXTERNAL_CHANGELOG_ROOTThe base Dn for the external change log.Methods in org.opends.server.util that return DnModifier and TypeMethodDescriptionprotected 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 DnModifier and TypeMethodDescriptionprotected 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 DnModifier and TypeMethodDescriptionstatic 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.
emptyDn()instead