Uses of Interface
org.forgerock.opendj.ldap.Entry
Package
Description
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.
Classes implementing core server APIs.
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.
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.
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
Contains the implementation for various Directory Server plugins.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
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.
Contains implementations of various Directory Server schema elements.
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 Entry in org.forgerock.opendj.config.server.spi
Modifier and TypeMethodDescriptionReturns the configuration entry for the provided DN.Modifier and TypeMethodDescriptionConfigAddListener.applyConfigurationAdd
(Entry configEntry) Attempts to apply a new configuration based on the provided added entry.ConfigChangeListener.applyConfigurationChange
(Entry configEntry) Attempts to apply a new configuration to this Directory Server component based on the provided changed entry.ConfigDeleteListener.applyConfigurationDelete
(Entry configEntry) Attempts to apply a new configuration based on the provided deleted entry.boolean
ConfigAddListener.configAddIsAcceptable
(Entry configEntry, LocalizableMessageBuilder unacceptableReason) Indicates whether the configuration entry that will result from a proposed add is acceptable to this add listener.boolean
ConfigChangeListener.configChangeIsAcceptable
(Entry configEntry, LocalizableMessageBuilder unacceptableReason) Indicates whether the configuration entry that will result from a proposed modification is acceptable to this change listener.boolean
ConfigDeleteListener.configDeleteIsAcceptable
(Entry configEntry, LocalizableMessageBuilder unacceptableReason) Indicates whether it is acceptable to remove the provided configuration entry. -
Uses of Entry in org.forgerock.opendj.io
Modifier and TypeMethodDescriptionstatic Entry
Ldap.readEntry
(Asn1Reader reader, DecodeOptions options) Reads the next ASN.1 element from the providedASN1Reader
as anEntry
.Modifier and TypeMethodDescriptionstatic void
Ldap.writeEntry
(Asn1Writer writer, Entry entry) Writes anEntry
to the providedAsn1Writer
. -
Uses of Entry in org.forgerock.opendj.ldap
Modifier and TypeClassDescriptionclass
This class provides a skeletal implementation of theEntry
interface, to minimize the effort required to implement this interface.class
AbstractMapEntry<M extends Map<AttributeDescription,
Attribute>> Abstract implementation forMap
based entries.static final class
AnEntry
which implements the null object pattern.final class
An implementation of theEntry
interface which uses aLinkedHashMap
for storing attributes.final class
An implementation of theEntry
interface which uses aTreeMap
for storing attributes.Modifier and TypeMethodDescriptiondefault Entry
Entry.addAttribute
(String attributeDescription, Object... values) Ensures that this entry contains the provided attribute and values (optional operation).final Entry
AbstractMapEntry.clearAttributes()
Entries.NullEntry.clearAttributes()
default Entry
Entry.clearAttributes()
Removes all the attributes from this entry (optional operation).static Entry
Entries.copyOnWriteEntry
(Entry entry, Function<Entry, Entry> copyConstructor) Returns a shallow copy-on-write view ofentry
.AttributeFilter.filteredCopyOf
(Entry entry) Returns a modifiable filtered copy of the provided entry.AttributeFilter.filteredViewOf
(Entry entry) Returns an unmodifiable filtered view of the provided entry.Returns a deep copy of the named entry contained in this memory backend, ornull
if it does not exist.Returns a deep copy of the named entry contained in this memory backend, ornull
if it does not exist.RootDse.getEntry()
Returns the entry which backs this Root DSE instance.static Entry
Builds an entry from the provided lines of LDIF.static Entry
Entries.modifyEntry
(Entry entry, ModifyRequest changes) Applies the provided modification request to an entry.static Entry
Entries.modifyEntry
(Entry entry, Modification change) Applies the provided modification to an entry.static Entry
Entries.modifyEntry
(Entry entry, Modification change, Collection<? super ByteString> conflictingValues) Applies the provided modification to an entry.static Entry
Entries.modifyEntryPermissive
(Entry entry, Collection<Modification> changes) Applies the provided modifications to an entry using "permissive" modify semantics.static Entry
Entries.modifyEntryStrict
(Entry entry, Collection<Modification> changes) Applies the provided modifications to an entry using "strict" modify semantics.static Entry
Entries.nullEntry()
Returns a read-only empty entry having the empty distinguished name.static Entry
Returns a read-only empty entry having the provided distinguished name.default Entry
Entry.removeAttribute
(String attributeDescription, Object... values) Removes all of the attribute values contained invalues
from the named attribute in this entry if it is present (optional operation).default Entry
Entry.replaceAttribute
(String attributeDescription, Object... values) Adds all of the attribute values contained invalues
to this entry, replacing any existing attribute values (optional operation).final Entry
default Entry
Sets the distinguished name of this entry (optional operation).default Entry
Sets the distinguished name of this entry (optional operation).static Entry
Entries.unmodifiableEntry
(Entry entry) Returns a read-only view ofentry
and its attributes.Modifier and TypeMethodDescriptionSortKey.comparator()
Returns aComparator
which can be used to compare entries using this sort key.static Comparator<Entry>
SortKey.comparator
(String sortKeys) Returns aComparator
which can be used to compare entries using the provided string representation of a list of sort keys.static Comparator<Entry>
SortKey.comparator
(Collection<SortKey> keys) Returns aComparator
which can be used to compare entries using the provided list of sort keys.static Comparator<Entry>
SortKey.comparator
(Schema schema, Collection<SortKey> keys) Returns aComparator
which can be used to compare entries using the provided list of sort keys.static Comparator<Entry>
SortKey.comparator
(Schema schema, SortKey... keys) Returns aComparator
which can be used to compare entries using the provided list of sort keys.static Comparator<Entry>
SortKey.comparator
(SortKey... keys) Returns aComparator
which can be used to compare entries using the provided list of sort keys.static Comparator<Entry>
Entries.compareByName()
Returns aComparator
which can be used to compare entries by name using the natural order for DN comparisons (parent before children).MemoryBackend.getAll()
Returns a collection containing all of the entries in this memory backend.DecodeOptions.getEntryFactory()
Returns the function which will be used for creating newEntry
instances when decoding entries.Entries.makeEntries
(String... ldifLines) Builds a list of entries from the provided lines of LDIF.Modifier and TypeMethodDescriptionAdds the provided entry to the Directory Server.Adds the provided entry to the Directory Server.int
We must use the lowest available value in both entries and missing attributes sort last.static boolean
Entries.conformsToSchema
(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages) Returnstrue
if the provided entry is valid according to the default schema and schema validation policy.static boolean
Entries.conformsToSchema
(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages, Schema schema) Returnstrue
if the provided entry is valid according to the specified schema and schema validation policy.static boolean
Entries.containsObjectClass
(Entry entry, ObjectClass objectClass) Check if the provided entry contains the provided object class.static boolean
Entries.containsObjectClass
(Entry entry, ObjectClass objectClass, Schema schema) Check if the provided entry contains the provided object class.static Entry
Entries.copyOnWriteEntry
(Entry entry, Function<Entry, Entry> copyConstructor) Returns a shallow copy-on-write view ofentry
.static LinkedHashMapEntry
LinkedHashMapEntry.deepCopyOfEntry
(Entry entry) Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static TreeMapEntry
TreeMapEntry.deepCopyOfEntry
(Entry entry) Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static ModifyRequest
Entries.diffEntries
(Entry fromEntry, Entry toEntry) Creates a new modify request containing a list of modifications which can be used to transformfromEntry
into entrytoEntry
.static ModifyRequest
Entries.diffEntries
(Entry fromEntry, Entry toEntry, Options options) Creates a new modify request containing a list of modifications which can be used to transformfromEntry
into entrytoEntry
.AttributeFilter.filteredCopyOf
(Entry entry) Returns a modifiable filtered copy of the provided entry.AttributeFilter.filteredViewOf
(Entry entry) Returns an unmodifiable filtered view of the provided entry.static Set<ObjectClass>
Entries.getObjectClasses
(Entry entry) Returns an unmodifiable set containing the object classes associated with the provided entry.static Set<ObjectClass>
Entries.getObjectClasses
(Entry entry, Schema schema) Returns an unmodifiable set containing the object classes associated with the provided entry.static ObjectClass
Entries.getStructuralObjectClass
(Entry entry) Returns the structural object class associated with the provided entry, ornull
if none was found.static ObjectClass
Entries.getStructuralObjectClass
(Entry entry, Schema schema) Returns the structural object class associated with the provided entry, ornull
if none was found.static boolean
Entries.isSubEntry
(Entry entry) Returns whether the provided entry is a sub entry.boolean
SubtreeSpecification.isWithinScope
(Entry entry, Schema schema) Determine if an entry is within the scope of the subtree specification.Indicates whether thisFilter
matches the providedEntry
using the default schema.Indicates whether this filterMatcher
matches the providedEntry
.boolean
abstract boolean
Check if the refinement matches the given entry.static Entry
Entries.modifyEntry
(Entry entry, ModifyRequest changes) Applies the provided modification request to an entry.static Entry
Entries.modifyEntry
(Entry entry, Modification change) Applies the provided modification to an entry.static Entry
Entries.modifyEntry
(Entry entry, Modification change, Collection<? super ByteString> conflictingValues) Applies the provided modification to an entry.static Entry
Entries.modifyEntryPermissive
(Entry entry, Collection<Modification> changes) Applies the provided modifications to an entry using "permissive" modify semantics.static Entry
Entries.modifyEntryStrict
(Entry entry, Collection<Modification> changes) Applies the provided modifications to an entry using "strict" modify semantics.static LinkedHashMapEntry
LinkedHashMapEntry.shallowCopyOfEntry
(Entry entry) Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static TreeMapEntry
TreeMapEntry.shallowCopyOfEntry
(Entry entry) Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static String
Returns the LDIF representation ofentry
.static Entry
Entries.unmodifiableEntry
(Entry entry) Returns a read-only view ofentry
and its attributes.static RootDse
Creates a new Root DSE instance backed by the provided entry.Modifier and TypeMethodDescriptionstatic Entry
Entries.copyOnWriteEntry
(Entry entry, Function<Entry, Entry> copyConstructor) Returns a shallow copy-on-write view ofentry
.static Entry
Entries.copyOnWriteEntry
(Entry entry, Function<Entry, Entry> copyConstructor) Returns a shallow copy-on-write view ofentry
.DecodeOptions.setEntryFactory
(Function<Dn, Entry> factory) Sets the function which will be used for creating newEntry
instances when decoding entries. -
Uses of Entry in org.forgerock.opendj.ldap.controls
Modifier and TypeMethodDescriptionPostReadResponseControl.getEntry()
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately after the update operation was performed.PreReadResponseControl.getEntry()
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately before the update operation was performed.Modifier and TypeMethodDescriptionstatic PostReadResponseControl
PostReadResponseControl.newControl
(Entry entry) Creates a new post-read response control.static PreReadResponseControl
PreReadResponseControl.newControl
(Entry entry) Creates a new pre-read response control. -
Uses of Entry in org.forgerock.opendj.ldap.messages
Modifier and TypeInterfaceDescriptioninterface
A Search Result Entry represents an entry found during a Search operation.Modifier and TypeClassDescriptionfinal class
The Add operation allows a client to request the addition of an entry into the Directory.Modifier and TypeMethodDescriptionstatic AddRequest
Requests.newAddRequest
(Entry entry) Creates a new add request backed by the provided entry.static ModifyRequest
Requests.newModifyRequest
(Entry fromEntry, Entry toEntry) Creates a new modify request containing a list of modifications which can be used to transformfromEntry
into entrytoEntry
.static SearchResultEntry
Responses.newSearchResultEntry
(Entry entry) Creates a new search result entry backed by the provided entry. -
Uses of Entry in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionAdds the definitions of all the schema elements contained in this schema to the provided subschema subentry.Modifier and TypeMethodDescriptionSchemaValidationPolicy.checkDitStructureRulesParentEntryResolver()
Returns the parent entry resolver which should be used for retrieving the parent entry during DIT structure rule validation.Modifier and TypeMethodDescriptionAdds all of the schema elements contained in the provided subschema subentry to this schema builder.SchemaBuilder.addSchema
(Entry entry, boolean overwrite, SchemaBuilder.SchemaBuilderHook hook) Adds all of the schema elements contained in the provided subschema subentry to this schema builder.Adds the definitions of all the schema elements contained in this schema to the provided subschema subentry.boolean
Schema.validateEntry
(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages) Returnstrue
if the provided entry is valid according to this schema and the specified schema validation policy.static Schema
Parses the provided entry as a subschema subentry.Modifier and TypeMethodDescriptionSchemaValidationPolicy.checkDitStructureRules
(SchemaValidationPolicy.Action policy, Function<Dn, Entry, LdapException> parentEntryResolver) Specifies the policy for validating entries against structure rules defined in the schema.ModifierConstructorDescriptionSchemaBuilder
(Entry entry) Creates a new schema builder containing all of the schema elements contained in the provided subschema subentry. -
Uses of Entry in org.forgerock.opendj.ldif
Modifier and TypeMethodDescriptionRejectedChangeRecordListener.handleDuplicateEntry
(AddRequest change, Entry existingEntry) Invoked when an attempt was made to add an entry which already exists.RejectedChangeRecordListener.handleDuplicateEntry
(ModifyDnRequest change, Entry existingEntry, Entry renamedEntry) Invoked when an attempt was made to rename an entry which already exists.static Entry
Builds an entry from the provided lines of LDIF.static Entry
Builds an entry from the provided lines of LDIF.EntryGenerator.readEntry()
EntryReader.readEntry()
Reads the next entry, blocking if necessary until an entry is available.LdifEntryReader.readEntry()
Reads the next entry, blocking if necessary until an entry is available.Modifier and TypeMethodDescriptionLdif.makeEntries
(String... ldifLines) Builds a list of entries from the provided lines of LDIF.Ldif.makeEntries
(List<String> ldifLines) Builds a list of entries from the provided lines of LDIF.Ldif.newEntryPublisher
(Supplier<? extends EntryReader> factory) Returns aFlowable
view of aEntryReader
, creating a new reader for each subscriber.Modifier and TypeMethodDescriptionRejectedChangeRecordListener.handleDuplicateEntry
(AddRequest change, Entry existingEntry) Invoked when an attempt was made to add an entry which already exists.RejectedChangeRecordListener.handleDuplicateEntry
(ModifyDnRequest change, Entry existingEntry, Entry renamedEntry) Invoked when an attempt was made to rename an entry which already exists.static String
Returns the LDIF representation ofentry
.static String
Returns the LDIF string representation of the provided entry.ConnectionEntryWriter.writeEntry
(Entry entry) Writes an entry to the underlying connection using an Add request, blocking until the request completes.EntryWriter.writeEntry
(Entry entry) Writes an entry.LdifEntryWriter.writeEntry
(Entry entry) Modifier and TypeMethodDescriptionstatic EntryReader
Ldif.newEntryReader
(Iterable<? extends Entry> entries) Returns an entry reader over the provided entry collection.static EntryReader
Ldif.newEntryReader
(Iterator<? extends Entry> entries) Returns an entry reader over the provided entry iterator. -
Uses of Entry in org.forgerock.opendj.server.core
Modifier and TypeMethodDescriptionRequestContext.getEntryAsAddedByServer()
Returns the entry as added by the server, with all additional operational attributes.Modifier and TypeMethodDescriptionvoid
RequestContext.setEntryAsAddedByServer
(Entry entryAsAddedByServer) Sets the entry added as added by the server in the DIT. -
Uses of Entry in org.opends.server.api
Modifier and TypeFieldDescriptionprotected final Entry
AuthenticationPolicyState.userEntry
The user entry associated with this authentication policy state.Modifier and TypeMethodDescriptionabstract Entry
Retrieves the requested entry from this backend.protected abstract Entry
IdentityMapper.getEntryForID
(String id) Retrieves the user entry that was mapped to the provided identification string.static Entry
IdentityMapper.getEntryForID
(String id, List<IdentityMapper<?>> identityMappers) Retrieves the user entry that was mapped to the provided identification string from a list ofIdentityMapper
s.MonitorProvider.getMonitorEntry
(Schema schema) Generates and returns a monitor entry based on the contents of this monitor provider.final Entry
CertificateMapper.mapCertificateToUser
(Certificate[] certificateChain) Establishes a mapping between the information in the provided certificate chain and a single user entry in the Directory Server.protected abstract Entry
CertificateMapper.mapCertificateToUser0
(Certificate[] certificateChain) Implements certificate mapper specific logic for mapping the provided certificate to a user entry.Modifier and TypeMethodDescriptionGroup.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.Modifier and TypeMethodDescriptionabstract void
LocalBackend.addEntry
(Entry entry, AddOperation addOperation) Adds the provided entry to this backend.ResourceLimits.applyUserLimits
(Entry user) Return a ResourceLimits using overrides from a user entry, taking into account the limits from a search request.boolean
AccessControlHandler.canDiscloseInformation
(Entry entry, Dn entryDN, Operation operation) Checks whether the ACIs prevent sending information about the provided entry, or entryDN if entry is null.void
SubentryChangeListener.checkSubentryAddAcceptable
(Entry entry) Performs any checking that may be required before subentry add operation.void
SubentryChangeListener.checkSubentryDeleteAcceptable
(Entry entry) Performs any checking that may be required before subentry delete operation.void
SubentryChangeListener.checkSubentryModifyAcceptable
(Entry oldEntry, Entry newEntry) Performs any checking that may be required before subentry modify operation.void
SubentryChangeListener.checkSubentryModifyDNAcceptable
(Entry oldEntry, Entry newEntry) Performs any checking that may be required before subentry modify DN operation.abstract AuthenticationPolicyState
AuthenticationPolicy.createAuthenticationPolicyState
(Entry userEntry, long time, ServerContext serverContext) Returns an authentication policy state object for the provided user using the specified time as the basis for all time-based state logic (such as expiring passwords).AuthenticationPolicy.createAuthenticationPolicyState
(Entry userEntry, ServerContext serverContext) Returns the authentication policy state object for the provided user using the current time as the basis for all time-based state logic (such as expiring passwords).boolean
EntryCache.filtersAllowCaching
(Entry entry) Indicates whether the current set of exclude and include filters allow caching of the specified entry.static AuthenticationPolicy
AuthenticationPolicy.forUser
(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies, ServerContext serverContext) Returns the authentication policy for the user provided user.static AuthenticationPolicy
AuthenticationPolicy.forUser
(Entry userEntry, ServerContext serverContext) Returns the authentication policy for the user provided user.static AuthenticationPolicyState
AuthenticationPolicyState.forUser
(Entry userEntry, Consumer<LocalizableMessage> onMultiplePasswordPolicies, ServerContext serverContext) Returns the authentication policy state for the user provided user.static AuthenticationPolicyState
AuthenticationPolicyState.forUser
(Entry userEntry, ServerContext serverContext) Returns the authentication policy state for the user provided user.abstract ByteString
PasswordGenerator.generatePassword
(Entry userEntry) Generates a password for the user whose account is contained in the specified entry.abstract Attribute
VirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) Generates an unmodifiable attribute with the values for the provided entry.protected static ConditionResult
AuthenticationPolicyState.getBoolean
(Entry entry, String attributeName) A utility method which may be used by implementations in order to obtain the value of the specified attribute from the provided entry as a boolean.protected static long
AuthenticationPolicyState.getGeneralizedTime
(Entry entry, AttributeDescription attrDesc) A utility method which may be used by implementations in order to obtain the value of the specified attribute from the provided entry as a time in generalized time format.void
SubentryChangeListener.handleSubentryAdd
(Entry entry) Performs any processing that may be required after a subentry add operation.void
SubentryChangeListener.handleSubentryDelete
(Entry entry) Performs any processing that may be required after a subentry delete operation.void
SubentryChangeListener.handleSubentryModify
(Entry oldEntry, Entry newEntry) Performs any processing that may be required after a subentry modify operation.void
SubentryChangeListener.handleSubentryModifyDN
(Entry oldEntry, Entry newEntry) Performs any processing that may be required after a subentry modify DN operation.static boolean
ClientConnection.hasPrivilege
(Entry authorizationEntry, Privilege privilege, ServerContext serverContext) Indicate whether the specified authorization entry parameter has the specified privilege.boolean
Indicates whether the provided operation search filter is allowed based on the access control configuration.default boolean
Indicates whether the user described by the provided user entry is a member of this group.boolean
Group.isMember
(Entry userEntry, Group.ExaminedGroups examinedGroups) Indicates whether the user described by the provided user entry is a member of this group.boolean
AccessControlHandler.mayProxy
(Entry proxyUser, Entry proxiedUser, Operation operation, ServerContext serverContext) Indicates if the specified proxy user entry can proxy, or act on the behalf of the specified proxied user entry.boolean
Indicates whether the provided search result entry may be sent to the client.abstract boolean
PasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) Indicates whether the provided password is acceptable for use by the specified user.void
Renames this group, and use the provided DN as the new name for this group.abstract void
LocalBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) Moves and/or renames the provided entry in this backend, altering any subordinate entries as necessary.abstract void
LocalBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) Replaces the specified entry with the provided entry in this backend.final void
ClientConnection.updateAuthenticationInfo
(Entry oldEntry, Entry newEntry) Updates the cached entry associated with either the authentication and/or authorization identity with the provided version.void
Group.updateMembers
(Entry newGroupEntry, List<Modification> modifications) Attempt to make multiple changes to the group's member list.Modifier and TypeMethodDescriptionvoid
LocalBackend.sampleEntries
(Consumer<Entry> consumer, Dn baseDn) Consumes all or a subset of entries contained in this backend under the provided base DN.ModifierConstructorDescriptionprotected
AuthenticationPolicyState
(Entry userEntry) Creates a new abstract authentication policy context. -
Uses of Entry in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionDirectoryServerPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) Performs any necessary processing that should be done during an LDIF import operation immediately after reading an entry and confirming that it should be imported based on the provided configuration. -
Uses of Entry in org.opends.server.authorization.dseecompat
Modifier and TypeMethodDescriptionAciEvalContext.getClientEntry()
Get the client entry.AciEvalContext.getResourceEntry()
Return the entry being evaluated .AciTargetMatchContext.getResourceEntry()
Get the entry being evaluated.Modifier and TypeMethodDescriptionvoid
AciList.addAci
(Entry entry, List<LocalizableMessage> failedACIMsgs, ServerContext serverContext) Add all of an entry's ACI (global or regular) attribute values to the ACI list.int
AciList.addNonGlobalAci
(Entry entry, List<LocalizableMessage> failedACIMsgs, ServerContext serverContext) Add all the ACI from an entry to the ACI list.static void
AciEffectiveRights.addRightsToEntry
(AciHandler handler, Set<String> searchAttributes, org.opends.server.authorization.dseecompat.AciLDAPOperationContainer container, Entry e, boolean skipCheck, Schema schema) Attempts to add the geteffectiverights asked for in the search to the entry being returned.boolean
AciHandler.canDiscloseInformation
(Entry entry, Dn entryDN, Operation operation) static boolean
UserDN.evaluate
(Entry e, Dn clientDN, AttributeType attrType) This method searches an entry for an attribute value that is treated as a DN.boolean
boolean
AciHandler.mayProxy
(Entry proxyUser, Entry proxiedUser, Operation op, ServerContext serverContext) boolean
void
AciList.modAciOldNewEntry
(Entry oldEntry, Entry newEntry, ServerContext serverContext) Remove all of the ACIs related to the old entry and then add all of the ACIs related to the new entry.void
Remove global and regular ACIs from the list. -
Uses of Entry in org.opends.server.authorization.policy
Modifier and TypeMethodDescriptionboolean
PolicyBasedAccessControlHandler.canDiscloseInformation
(Entry entry, Dn entryDN, Operation operation) boolean
boolean
PolicyBasedAccessControlHandler.mayProxy
(Entry proxyUser, Entry proxiedUser, Operation operation, ServerContext serverContext) boolean
-
Uses of Entry in org.opends.server.backends
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
ChangelogBackend.addEntry
(Entry entry, AddOperation addOperation) void
ConfigurationBackend.addEntry
(Entry entry, AddOperation addOperation) void
LDIFBackend.addEntry
(Entry entry, AddOperation addOperation) void
MemoryBackend.addEntry
(Entry entry, AddOperation addOperation) void
MonitorBackend.addEntry
(Entry entry, AddOperation addOperation) void
NullBackend.addEntry
(Entry entry, AddOperation addOperation) void
RootDSEBackend.addEntry
(Entry entry, AddOperation addOperation) void
SchemaBackend.addEntry
(Entry entry, AddOperation addOperation) void
ChangelogBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
ConfigurationBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
LDIFBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
MemoryBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
MonitorBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
NullBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
RootDSEBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
SchemaBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
ChangelogBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) void
ConfigurationBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) void
LDIFBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) void
MemoryBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) void
MonitorBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) void
NullBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) void
RootDSEBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) void
SchemaBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) Modifier and TypeMethodDescriptionvoid
LDIFBackend.sampleEntries
(Consumer<Entry> consumer, Dn baseDn) -
Uses of Entry in org.opends.server.backends.pluggable
Modifier and TypeMethodDescriptionvoid
BackendImpl.addEntry
(Entry entry, AddOperation addOperation) void
BackendImpl.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
BackendImpl.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) Modifier and TypeMethodDescriptionvoid
BackendImpl.sampleEntries
(Consumer<Entry> consumer, Dn baseDn) -
Uses of Entry in org.opends.server.backends.task
Modifier and TypeMethodDescriptionRecurringTask.getRecurringTaskEntry()
Retrieves the entry containing the data for this recurring task.TaskScheduler.getRecurringTaskEntry
(Dn recurringTaskEntryDN) Retrieves the recurring task entry with the provided DN.TaskScheduler.getRecurringTaskParentEntry()
Retrieves the entry that is the immediate parent for all recurring task entries in the task backend.TaskScheduler.getScheduledTaskEntry
(Dn scheduledTaskEntryDN) Retrieves the scheduled task entry with the provided DN.TaskScheduler.getScheduledTaskParentEntry()
Retrieves the entry that is the immediate parent for all scheduled task entries in the task backend.TaskScheduler.getTaskRootEntry()
Retrieves the root entry that is the common ancestor for all entries in the task backend.Modifier and TypeMethodDescriptionvoid
TaskBackend.addEntry
(Entry entry, AddOperation addOperation) void
TaskScheduler.addRecurringTask
(Entry recurringTask) Adds a recurring task to the scheduler, optionally scheduling the first iteration for processing.TaskScheduler.entryToScheduledTask
(Entry entry, Operation operation) Decodes the contents of the provided entry as a scheduled task.protected void
Task.initializeTask
(Entry taskEntry) Performs any task-specific initialization that may be required before processing can start.final void
Task.initializeTaskInternal
(ServerContext serverContext, TaskScheduler taskScheduler, Entry taskEntry) Performs generic initialization for this task based on the information in the provided task entry.void
TaskBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) void
TaskBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) ModifierConstructorDescriptionRecurringTask
(ServerContext serverContext, TaskScheduler taskScheduler, Entry recurringTaskEntry) Creates a new recurring task based on the information in the provided entry. -
Uses of Entry in org.opends.server.config
Modifier and TypeMethodDescriptionConfigurationHandler.getRootEntry()
Returns the configuration root entry.Modifier and TypeMethodDescriptionvoid
Add a configuration entry.void
ConfigurationHandler.replaceEntry
(Entry oldEntry, Entry newEntry) Replaces the old configuration entry with the new configuration entry provided. -
Uses of Entry in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getConfigEntry
(Dn entryDN) Deprecated.ServerContext.getConfigEntry
(Dn entryDN) Deprecated.useServerContext.getEntry(Dn)
when possibleModifyOperation.getCurrentEntry()
Retrieves the current entry before any modifications are applied.Retrieves the entry with the requested DN.AddOperation.getEntryToAdd()
Retrieves the entry to be added to the server.CompareOperation.getEntryToCompare()
Retrieves the entry to target with the compare operation.DeleteOperation.getEntryToDelete()
Retrieves the entry to be deleted.ModifyOperation.getModifiedEntry()
Retrieves the modified entry that is to be written to the backend.ModifyDnOperation.getOriginalEntry()
DirectoryServer.getParentEntry
(Dn childDn) ServerContext.getParentEntry
(Dn childDn) Retrieves the entry that is the immediate parent of the entry having the provided DN.BindOperation.getSASLAuthUserEntry()
ModifyDnOperation.getUpdatedEntry()
Modifier and TypeMethodDescriptionPasswordPolicy.createAuthenticationPolicyState
(Entry userEntry, long time, ServerContext serverContext) PasswordPolicy.createAuthenticationPolicyState
(Entry userEntry, ServerContext serverContext) void
PasswordPolicyState.generateAccountStatusNotification
(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty, List<String>> notificationProperties) Generates an account status notification for this user.<T> List<T>
SubentryManager.getClosestPwPolicySubentries
(Entry entry, Function<SubEntry, T> mappingFunction) Returns the closest password policy subentries applicable to provided entry.SubentryManager.getCollectiveSubentries
(Entry entry) Returns collective subentries applicable to specific entry.DirectoryServer.getVirtualAttributes
(Entry entry) ServerContext.getVirtualAttributes
(Entry entry) Retrieves the set of virtual attribute rules registered with the Directory Server that are applicable to the provided entry.PluginConfigManager.invokeLDIFImportPlugins
(LDIFImportConfig importConfig, Entry entry) Invokes the set of LDIF import plugins that have been configured in the Directory Server.boolean
SearchOperation.mayReturnEntry
(Entry entry) Returns if the entry may be returned according to access control and other checks.final boolean
PasswordPolicy.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason, PasswordValidator<?> passwordInHistoryValidator) Indicates whether the provided password appears to be acceptable according to the password validators, and adds aPasswordQualityAdviceResponseControl
to the operation's response if requested.boolean
PasswordPolicyState.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) Indicates whether the provided password appears to be acceptable according to the password validators, and adds aPasswordQualityAdviceResponseControl
to the operation's response if requested.boolean
PasswordPolicyState.passwordMatches
(ByteString password, Entry entry) Returnstrue
if the provided password value matches any of the user's passwords in the given entry.boolean
PasswordPolicyState.passwordMatches
(ByteString password, Entry entry, AtomicReference<ByteString> matchedEncodedPassword) Returnstrue
if the provided password value matches any of the user's passwords in the given entry.boolean
SearchOperation.returnEntry
(Entry entry, List<Control> controls) Used as a callback for backends to indicate that the provided entry matches the search criteria and that additional processing should be performed to potentially send it back to the client.void
BindOperation.setSASLAuthUserEntry
(Entry saslAuthUserEntry) Specifies the user entry associated with the SASL authentication attempt. -
Uses of Entry in org.opends.server.crypto
Modifier and TypeMethodDescriptionCryptoManager.CipherService.currentKeyAsLdapEntry()
Return the active cipher key as an LDAP Entry.CryptoManager.MacService.wrapMacAsLdapEntry()
Return the MAC key as an LDAP Entry.Modifier and TypeMethodDescriptionCryptoManager.newMacService
(Entry entry) Generates a new MAC service from the provided information in the LDAP Entry.CryptoManager.CipherService.useKeyFromEntry
(Entry entry) Use the cipher key from the provided information in the LDAP Entry as active key. -
Uses of Entry in org.opends.server.extensions
Modifier and TypeMethodDescriptionStaticGroup.getEntry()
Returns the entry corresponding to this static group.ExactMatchIdentityMapper.getEntryForID
(String id) Retrieves the user entry that was mapped to the provided identification string.RegularExpressionIdentityMapper.getEntryForID
(String id) protected Entry
FingerprintCertificateMapper.mapCertificateToUser0
(Certificate[] certificateChain) protected Entry
SubjectAttributeToUserAttributeCertificateMapper.mapCertificateToUser0
(Certificate[] certificateChain) protected Entry
SubjectDNToUserAttributeCertificateMapper.mapCertificateToUser0
(Certificate[] certificateChain) SubjectEqualsDNCertificateMapper.mapCertificateToUser0
(Certificate[] certificateChain) Establishes a mapping between the information in the provided certificate chain to the DN of a single user in the Directory Server.Modifier and TypeMethodDescriptionDynamicGroup.getAllMembers
(Dn baseDN, SearchScope scope, Filter filter) StaticGroup.getAllMembers
(Dn baseDN, SearchScope scope, Filter filter) VirtualStaticGroup.getAllMembers
(Dn baseDN, SearchScope scope, Filter filter) Modifier and TypeMethodDescriptionRandomPasswordGenerator.generatePassword
(Entry userEntry) Generates a password for the user whose account is contained in the specified entry.CollectiveAttributeSubentriesVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) EntityTagVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) EntryDNVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) EntryUUIDVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) GoverningStructureRuleVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) HasSubordinatesVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) IsMemberOfVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) MemberVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) NumSubordinatesVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) PasswordExpirationTimeVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) PasswordPolicySubentryVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) StructuralObjectClassVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) SubschemaSubentryVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) UserDefinedVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attrDesc) UserTemplateVirtualAttributeProvider.getAttribute
(Entry entry, AttributeDescription attributeDescription) static boolean
DynamicGroup.isGroupDefinition
(Entry entry) Indicates whether the provided entry contains a valid definition for this type of group.static boolean
StaticGroup.isGroupDefinition
(Entry entry) Indicates whether the provided entry contains a valid definition for this type of group.static boolean
VirtualStaticGroup.isGroupDefinition
(Entry entry) Indicates whether the provided entry contains a valid definition for this type of group.boolean
DynamicGroup.isMember
(Entry userEntry, Group.ExaminedGroups examinedGroups) boolean
StaticGroup.isMember
(Entry userEntry, Group.ExaminedGroups examinedGroups) boolean
VirtualStaticGroup.isMember
(Entry userEntry, Group.ExaminedGroups examinedGroups) static DynamicGroup
DynamicGroup.newInstance
(ServerContext serverContext, Entry groupEntry) Creates a new group of this type based on the definition contained in the provided entry.static StaticGroup
StaticGroup.newInstance
(ServerContext serverContext, Entry groupEntry) Creates a new group of this type based on the definition contained in the provided entry.static VirtualStaticGroup
VirtualStaticGroup.newInstance
(Entry groupEntry, ServerContext serverContext) Creates a new group of this type based on the definition contained in the provided entry.boolean
AttributeValuePasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) boolean
CharacterSetPasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) boolean
DictionaryPasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) boolean
LengthBasedPasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) boolean
RepeatedCharactersPasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) boolean
SimilarityBasedPasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) boolean
UniqueCharactersPasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) void
void
void
void
DynamicGroup.updateMembers
(Entry newGroupEntry, List<Modification> modifications) void
StaticGroup.updateMembers
(Entry newGroupEntry, List<Modification> modifications) void
VirtualStaticGroup.updateMembers
(Entry newGroupEntry, List<Modification> modifications) -
Uses of Entry in org.opends.server.plugins
Modifier and TypeMethodDescriptionEntityTagPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) EntryUUIDPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) PasswordPolicyImportPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) SevenBitCleanPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) -
Uses of Entry in org.opends.server.protocols.http
Modifier and TypeMethodDescriptionUpdates the authorization state of the underlyingClientConnection
so that all subsequent operations will be performed on behalf of the specified user. -
Uses of Entry in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionFractionalLDIFImportPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) See class comment for what we achieve here...static UUID
EntryHistorical.getEntryUUID
(Entry entry) Get the entry unique Id in String form.static EntryHistorical
EntryHistorical.newInstanceFromEntry
(Entry entry) Construct an Historical object from the provided entry by reading the historical attribute.abstract Modification
AttrHistorical.replayOperation
(CSN csn, Entry modifiedEntry, Modification mod) This method will be called when replaying an operation.AttrHistoricalMultiple.replayOperation
(CSN csn, Entry modifiedEntry, Modification m) AttrHistoricalSingle.replayOperation
(CSN csn, Entry modifiedEntry, Modification mod) -
Uses of Entry in org.opends.server.replication.protocol
-
Uses of Entry in org.opends.server.schema
Modifier and TypeMethodDescriptionvoid
SchemaHandler.importEntry
(Entry newSchemaEntry, AlertGenerator alertGenerator) Imports the provided schema entry in the schema. -
Uses of Entry in org.opends.server.tasks
Modifier and TypeMethodDescriptionvoid
AddSchemaFileTask.initializeTask
(Entry taskEntry) protected void
BackupPurgeTask.initializeTask
(Entry taskEntry) void
BackupTask.initializeTask
(Entry taskEntry) void
DisconnectClientTask.initializeTask
(Entry taskEntry) void
EnterLockdownModeTask.initializeTask
(Entry taskEntry) void
ExportTask.initializeTask
(Entry taskEntry) void
ImportTask.initializeTask
(Entry taskEntry) void
InitializeTargetTask.initializeTask
(Entry taskEntry) void
InitializeTask.initializeTask
(Entry taskEntry) void
LeaveLockdownModeTask.initializeTask
(Entry taskEntry) void
PurgeConflictsHistoricalTask.initializeTask
(Entry taskEntry) void
RebuildTask.initializeTask
(Entry taskEntry) void
ResetChangeNumberTask.initializeTask
(Entry taskEntry) void
RestoreTask.initializeTask
(Entry taskEntry) void
SetGenerationIdTask.initializeTask
(Entry taskEntry) void
ShutdownTask.initializeTask
(Entry taskEntry) Performs any task-specific initialization that may be required before processing can start. -
Uses of Entry in org.opends.server.tools
Modifier and TypeMethodDescriptionvoid
ExportLdif.addTaskAttributes
(Entry taskEntry) void
ImportLdif.addTaskAttributes
(Entry taskEntry) void
RebuildIndex.addTaskAttributes
(Entry taskEntry) void
TaskCommand.addTaskAttributes
(Entry taskEntry) Adds attributes to the task entry before it is sent to the server. -
Uses of Entry in org.opends.server.tools.dsbackup
Modifier and TypeMethodDescriptionPurgeArgumentsValidator.backendNames
(Entry entry, String attributeBackendNames) Sets the list of backend names to purge.Sets the list of backup IDs.PurgeArgumentsValidator.forceOlderThan
(Entry entry, String attributeDescription) Indicates whether "older than" must or not purge all the backups even the latest ones if they are older than the specified threshold.Sets the keep count.Sets the "remove older than". -
Uses of Entry in org.opends.server.tools.tasks
Modifier and TypeMethodDescriptionstatic Entry
TaskClient.createTask
(TaskScheduleInformation information) Creates anEntry
for the task described in the providedTaskScheduleInformation
.Modifier and TypeMethodDescriptionstatic void
TaskToolHelper.addAttribute
(Entry taskEntry, String attrName, com.forgerock.opendj.cli.Argument argument) Adds the provided attribute with the argument value(s) to the provided task entry only if the argument has been provided on the command line.static void
TaskToolHelper.addAttributeIfArgumentPresent
(Entry taskEntry, String attrName, com.forgerock.opendj.cli.Argument argument) Adds the attribute with the argument value to the task entry if the argument corresponding to the attribute has been provided on the command line.void
TaskScheduleInformation.addTaskAttributes
(Entry taskEntry) Adds utility specific attributes to the provided task entry that is added to the task backend.static String
Uses provided task entry attributes to create a DN for the provided task entry.static String
Returns the ID of the provided task entry. -
Uses of Entry in org.opends.server.types
Modifier and TypeClassDescriptionfinal class
A compact read-only entry suitable for storing in caches.Modifier and TypeMethodDescriptionAuthenticationInfo.authenticationEntry()
Returns the value of theauthenticationEntry
record component.AuthenticationInfo.authorizationEntry()
Returns the value of theauthorizationEntry
record component.SizedEntry.entry()
Returns the value of theentry
record component.final Entry
Operation.getAuthorizationEntry()
Retrieves the entry for the user that should be considered the authorization identity for this operation.static Entry
ProxyAuthHelper.getAuthorizationEntryFromControl
(ProxiedAuthV1RequestControl proxiedAuthControl, ServerContext serverContext) Retrieves the authorization entry for the provided proxied authorization V1 control.static Entry
ProxyAuthHelper.getAuthorizationEntryFromControl
(ProxiedAuthV2RequestControl proxiedAuthControl, ServerContext serverContext) Retrieves the authorization entry for this proxied authorization V2 control.SubEntry.getEntry()
Getter to retrieve the actual entry object for this subentry.static Entry
Entries.processVirtualAttributes
(Entry e, ServerContext serverContext) Performs any necessary virtual attribute processing for this entry.static Entry
Entries.shallowCopyOfEntryWithoutVirtualAttributes
(Entry e) Returns a shallow copy of this entry, the attributes are shared between this entry and the returned entry.AccountStatusNotification.userEntry()
Returns the value of theuserEntry
record component.Modifier and TypeMethodDescriptionprotected void
Operation.addPostReadResponse
(PostReadRequestControl postReadRequest, Entry entry) Adds the post-read response control to the response if requested.protected void
Operation.addPreReadResponse
(PreReadRequestControl preReadRequest, Entry entry) Adds the pre-read response control to the response if requested.boolean
VirtualAttributeRule.appliesToEntry
(Entry entry) Indicates whether this virtual attribute rule applies to the provided entry, taking into account the eligibility requirements defined in the rule.protected void
Operation.checkAttributeConformsToSyntax
(Entry entry, Attribute attribute, LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> invalidSyntaxErrorMsg, LocalizableMessageDescriptor.Arg3<Object, Object, Object> invalidSyntaxNoValueErrorMsg, LocalizableMessageDescriptor.Arg1<Object> rejectErrorMsg) Checks whether an attribute's values conform to its syntax.static CompactEntry
CompactEntry.copyOfEntryWithoutVirtualAttributes
(Entry entry) Returns a compact read-only entry having the same name and real attributes asentry
.protected static LdapException
Operation.createLdapException
(Operation operation, Entry entry, Dn entryDN, Result result, Result altResult) Returns a newLdapException
built from the provided resultCodes and messages.Creates a duplicate of thisAuthenticationInfo
object with the new authentication and authorization entries.VirtualAttributeRule.getAttribute
(Entry entry) Generates an attribute with the values for the provided entry.LDIFImportConfig.includeEntry
(Entry entry) Indicates whether the specified entry should be included in the import based on the configured set of include and exclude filters.static AuthenticationInfo
Creates a new set of authentication information to be used for clients that are authenticated internally.static Entry
Entries.processVirtualAttributes
(Entry e, ServerContext serverContext) Performs any necessary virtual attribute processing for this entry.static AuthenticationInfo
Creates a new set of authentication information to be used for clients that have authenticated using a SASL mechanism.static AuthenticationInfo
Creates a new set of authentication information to be used for clients that have authenticated using a SASL mechanism.protected static void
Operation.setResultCodeAndMessageNoInfoDisclosure
(Operation operation, Entry entry, Dn entryDN, Result realResult, Result altResult) Sets the provided resultCodes and messages on the provided operation.static Entry
Entries.shallowCopyOfEntryWithoutVirtualAttributes
(Entry e) Returns a shallow copy of this entry, the attributes are shared between this entry and the returned entry.static AuthenticationInfo
Creates a new set of authentication information to be used for clients that have successfully performed simple authentication.ModifierConstructorDescriptionAccountStatusNotification
(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty, List<String>> notificationProperties) Creates a new account status notification object with the provided information.AuthenticationInfo
(Entry authenticationEntry, Entry authorizationEntry, AuthenticationType authenticationType, String saslMechanism) Builds an AuthenticationInfo object.SizedEntry
(Entry entry, int size) Canonical constructor.SubEntry
(Entry entry, ServerContext serverContext) Constructs a subentry object from a given entry object. -
Uses of Entry in org.opends.server.types.operation
Modifier and TypeMethodDescriptionPostCommitModifyOperation.getCurrentEntry()
Retrieves the current entry before any modifications are applied.PostOperationModifyOperation.getCurrentEntry()
Retrieves the current entry before any modifications are applied.PostResponseModifyOperation.getCurrentEntry()
Retrieves the current entry before any modifications are applied.PostSynchronizationModifyOperation.getCurrentEntry()
Retrieves the current entry before any modifications are applied.PreOperationModifyOperation.getCurrentEntry()
Retrieves the current entry before any modifications are applied.PostCommitAddOperation.getEntryToAdd()
Retrieves the entry to be added to the server.PostOperationAddOperation.getEntryToAdd()
Retrieves the entry to be added to the server.PostResponseAddOperation.getEntryToAdd()
Retrieves the entry to be added to the server.PostSynchronizationAddOperation.getEntryToAdd()
Retrieves the entry to be added to the server.PreOperationAddOperation.getEntryToAdd()
Retrieves the entry to be added to the server.PostOperationCompareOperation.getEntryToCompare()
Retrieves the entry to target with the compare operation.PostResponseCompareOperation.getEntryToCompare()
Retrieves the entry to target with the compare operation.PreOperationCompareOperation.getEntryToCompare()
Retrieves the entry to target with the compare operation.PostCommitDeleteOperation.getEntryToDelete()
Retrieves the entry to be deleted.PostOperationDeleteOperation.getEntryToDelete()
Retrieves the entry to be deleted.PostResponseDeleteOperation.getEntryToDelete()
Retrieves the entry to be deleted.PostSynchronizationDeleteOperation.getEntryToDelete()
Retrieves the entry to be deleted.PreOperationDeleteOperation.getEntryToDelete()
Retrieves the entry to be deleted.PostCommitModifyOperation.getModifiedEntry()
Retrieves the modified entry that is to be written to the backend.PostOperationModifyOperation.getModifiedEntry()
Retrieves the modified entry that is to be written to the backend.PostResponseModifyOperation.getModifiedEntry()
Retrieves the modified entry that is to be written to the backend.PostSynchronizationModifyOperation.getModifiedEntry()
Retrieves the modified entry that is to be written to the backend.PreOperationModifyOperation.getModifiedEntry()
Retrieves the modified entry that is to be written to the backend.PostCommitModifyDNOperation.getOriginalEntry()
Retrieves the current entry, before it is renamed.PostOperationModifyDNOperation.getOriginalEntry()
Retrieves the current entry, before it is renamed.PostResponseModifyDNOperation.getOriginalEntry()
Retrieves the current entry, before it is renamed.PostSynchronizationModifyDNOperation.getOriginalEntry()
Retrieves the current entry, before it is renamed.PreOperationModifyDNOperation.getOriginalEntry()
Retrieves the current entry, before it is renamed.SubordinateModifyDNOperation.getOriginalEntry()
Retrieves the current entry, before it is renamed.PostOperationBindOperation.getSASLAuthUserEntry()
Retrieves the user entry associated with the SASL authentication attempt.PostResponseBindOperation.getSASLAuthUserEntry()
Retrieves the user entry associated with the SASL authentication attempt.PostCommitModifyDNOperation.getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed.PostOperationModifyDNOperation.getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed.PostResponseModifyDNOperation.getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed.PostSynchronizationModifyDNOperation.getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed.PreOperationModifyDNOperation.getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed.SubordinateModifyDNOperation.getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed.Modifier and TypeMethodDescriptionboolean
PreOperationSearchOperation.returnEntry
(Entry entry, List<Control> controls) Returns the provided entry to the client.boolean
PreParseSearchOperation.returnEntry
(Entry entry, List<Control> controls) Returns the provided entry to the client. -
Uses of Entry in org.opends.server.util
Modifier and TypeMethodDescriptionstatic Entry
StaticUtils.addRdnAttributes
(Entry entry) Add the RDN attribute(s) to the provided entry.protected Entry
LDIFReader.createEntry
(Dn entryDN, List<StringBuilder> lines, boolean checkSchema) Parses the provided LDIF lines as an LDAP entry.static Entry
StaticUtils.createEntry
(Dn dn, Schema schema) Creates a new, blank entry with the given DN.LDIFReader.readEntry()
Reads the next entry from the LDIF source.Modifier and TypeMethodDescriptionstatic void
StaticUtils.addMissingSuperiorObjectClasses
(Entry entry) Add all of the superior objectclasses to the specified entry if they are not already present.static Entry
StaticUtils.addRdnAttributes
(Entry entry) Add the RDN attribute(s) to the provided entry.protected final boolean
LDIFReader.invokeImportPlugins
(Entry entry, LinkedList<StringBuilder> lines) Invokes the LDIF import plugins.void
LDIFReader.rejectEntry
(Entry entry, LocalizableMessage message) Log the specified entry and messages in the reject writer.
DirectoryServer.getEntry(Dn)
when possible