Uses of Interface
org.forgerock.opendj.ldap.Entry
-
Packages that use Entry Package Description org.forgerock.opendj.config.server.spi Contains a number of API declarations for use throughout the Directory Server.org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.forgerock.opendj.server.core Classes implementing core server APIs.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.schema Contains implementations of various Directory Server schema elements.org.opends.server.tasks Contains implementations for various Directory Server tasks.org.opends.server.tools Contains various Directory Server tool implementations.org.opends.server.tools.dsbackup Classes related to dsbackup tool.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations.org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
-
Uses of Entry in org.forgerock.opendj.config.server.spi
Methods in org.forgerock.opendj.config.server.spi that return Entry Modifier and Type Method Description EntryConfigurationRepository. getEntry(Dn dn)Returns the configuration entry for the provided DN.Methods in org.forgerock.opendj.config.server.spi with parameters of type Entry Modifier and Type Method Description ConfigChangeResultConfigAddListener. applyConfigurationAdd(Entry configEntry)Attempts to apply a new configuration based on the provided added entry.ConfigChangeResultConfigChangeListener. applyConfigurationChange(Entry configEntry)Attempts to apply a new configuration to this Directory Server component based on the provided changed entry.ConfigChangeResultConfigDeleteListener. applyConfigurationDelete(Entry configEntry)Attempts to apply a new configuration based on the provided deleted entry.booleanConfigAddListener. configAddIsAcceptable(Entry configEntry, LocalizableMessageBuilder unacceptableReason)Indicates whether the configuration entry that will result from a proposed add is acceptable to this add listener.booleanConfigChangeListener. configChangeIsAcceptable(Entry configEntry, LocalizableMessageBuilder unacceptableReason)Indicates whether the configuration entry that will result from a proposed modification is acceptable to this change listener.booleanConfigDeleteListener. configDeleteIsAcceptable(Entry configEntry, LocalizableMessageBuilder unacceptableReason)Indicates whether it is acceptable to remove the provided configuration entry. -
Uses of Entry in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return Entry Modifier and Type Method Description static EntryLdap. readEntry(Asn1Reader reader, DecodeOptions options)Reads the next ASN.1 element from the providedASN1Readeras anEntry.Methods in org.forgerock.opendj.io with parameters of type Entry Modifier and Type Method Description static voidLdap. writeEntry(Asn1Writer writer, Entry entry)Writes anEntryto the providedAsn1Writer. -
Uses of Entry in org.forgerock.opendj.ldap
Classes in org.forgerock.opendj.ldap that implement Entry Modifier and Type Class Description classAbstractEntryThis class provides a skeletal implementation of theEntryinterface, to minimize the effort required to implement this interface.classAbstractMapEntry<M extends Map<AttributeDescription,Attribute>>Abstract implementation forMapbased entries.static classEntries.NullEntryAnEntrywhich implements the null object pattern.classLinkedHashMapEntryAn implementation of theEntryinterface which uses aLinkedHashMapfor storing attributes.classTreeMapEntryAn implementation of theEntryinterface which uses aTreeMapfor storing attributes.Methods in org.forgerock.opendj.ldap that return Entry Modifier and Type Method Description default EntryEntry. addAttribute(String attributeDescription, Object... values)Ensures that this entry contains the provided attribute and values (optional operation).EntryAbstractMapEntry. clearAttributes()EntryEntries.NullEntry. clearAttributes()default EntryEntry. clearAttributes()Removes all the attributes from this entry (optional operation).static EntryEntries. copyOnWriteEntry(Entry entry, Function<Entry,Entry> copyConstructor)Returns a shallow copy-on-write view ofentry.EntryAttributeFilter. filteredCopyOf(Entry entry)Returns a modifiable filtered copy of the provided entry.EntryAttributeFilter. filteredViewOf(Entry entry)Returns an unmodifiable filtered view of the provided entry.EntryMemoryBackend. get(String dn)Returns a deep copy of the named entry contained in this memory backend, ornullif it does not exist.EntryMemoryBackend. get(Dn dn)Returns a deep copy of the named entry contained in this memory backend, ornullif it does not exist.EntryRootDse. getEntry()Returns the entry which backs this Root DSE instance.static EntryEntries. makeEntry(String... ldifLines)Builds an entry from the provided lines of LDIF.static EntryEntries. modifyEntry(Entry entry, ModifyRequest changes)Applies the provided modification request to an entry.static EntryEntries. modifyEntry(Entry entry, Modification change)Applies the provided modification to an entry.static EntryEntries. modifyEntry(Entry entry, Modification change, Collection<? super ByteString> conflictingValues)Applies the provided modification to an entry.static EntryEntries. modifyEntryPermissive(Entry entry, Collection<Modification> changes)Applies the provided modifications to an entry using "permissive" modify semantics.static EntryEntries. modifyEntryStrict(Entry entry, Collection<Modification> changes)Applies the provided modifications to an entry using "strict" modify semantics.static EntryEntries. nullEntry()Returns a read-only empty entry having the empty distinguished name.static EntryEntries. nullEntry(Dn dn)Returns a read-only empty entry having the provided distinguished name.default EntryEntry. removeAttribute(String attributeDescription, Object... values)Removes all of the attribute values contained invaluesfrom the named attribute in this entry if it is present (optional operation).default EntryEntry. replaceAttribute(String attributeDescription, Object... values)Adds all of the attribute values contained invaluesto this entry, replacing any existing attribute values (optional operation).EntryAbstractMapEntry. setName(Dn dn)EntryEntries.NullEntry. setName(Dn dn)default EntryEntry. setName(String dn)Sets the distinguished name of this entry (optional operation).default EntryEntry. setName(Dn dn)Sets the distinguished name of this entry (optional operation).static EntryEntries. unmodifiableEntry(Entry entry)Returns a read-only view ofentryand its attributes.Methods in org.forgerock.opendj.ldap that return types with arguments of type Entry Modifier and Type Method Description Comparator<Entry>SortKey. comparator()Returns aComparatorwhich can be used to compare entries using this sort key.static Comparator<Entry>SortKey. comparator(String sortKeys)Returns aComparatorwhich 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 aComparatorwhich can be used to compare entries using the provided list of sort keys.Comparator<Entry>SortKey. comparator(Schema schema)Returns aComparatorwhich can be used to compare entries using this sort key.static Comparator<Entry>SortKey. comparator(Schema schema, Collection<SortKey> keys)Returns aComparatorwhich can be used to compare entries using the provided list of sort keys.static Comparator<Entry>SortKey. comparator(Schema schema, SortKey... keys)Returns aComparatorwhich can be used to compare entries using the provided list of sort keys.static Comparator<Entry>SortKey. comparator(SortKey... keys)Returns aComparatorwhich can be used to compare entries using the provided list of sort keys.static Comparator<Entry>Entries. compareByName()Returns aComparatorwhich can be used to compare entries by name using the natural order for DN comparisons (parent before children).Collection<Entry>MemoryBackend. getAll()Returns a collection containing all of the entries in this memory backend.Function<Dn,Entry>DecodeOptions. getEntryFactory()Returns the function which will be used for creating newEntryinstances when decoding entries.static List<Entry>Entries. makeEntries(String... ldifLines)Builds a list of entries from the provided lines of LDIF.Methods in org.forgerock.opendj.ldap with parameters of type Entry Modifier and Type Method Description ResultAbstractConnection. add(Entry entry)ResultAbstractConnectionWrapper. add(Entry entry)Adds the provided entry to the Directory Server.ResultConnection. add(Entry entry)Adds the provided entry to the Directory Server.static booleanEntries. conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages)Returnstrueif the provided entry is valid according to the default schema and schema validation policy.static booleanEntries. conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages, Schema schema)Returnstrueif the provided entry is valid according to the specified schema and schema validation policy.static booleanEntries. containsObjectClass(Entry entry, ObjectClass objectClass)Check if the provided entry contains the provided object class.static booleanEntries. containsObjectClass(Entry entry, ObjectClass objectClass, Schema schema)Check if the provided entry contains the provided object class.static EntryEntries. copyOnWriteEntry(Entry entry, Function<Entry,Entry> copyConstructor)Returns a shallow copy-on-write view ofentry.static LinkedHashMapEntryLinkedHashMapEntry. deepCopyOfEntry(Entry entry)Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static TreeMapEntryTreeMapEntry. deepCopyOfEntry(Entry entry)Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static ModifyRequestEntries. diffEntries(Entry fromEntry, Entry toEntry)Creates a new modify request containing a list of modifications which can be used to transformfromEntryinto entrytoEntry.static ModifyRequestEntries. diffEntries(Entry fromEntry, Entry toEntry, Options options)Creates a new modify request containing a list of modifications which can be used to transformfromEntryinto entrytoEntry.EntryAttributeFilter. filteredCopyOf(Entry entry)Returns a modifiable filtered copy of the provided entry.EntryAttributeFilter. 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 ObjectClassEntries. getStructuralObjectClass(Entry entry)Returns the structural object class associated with the provided entry, ornullif none was found.static ObjectClassEntries. getStructuralObjectClass(Entry entry, Schema schema)Returns the structural object class associated with the provided entry, ornullif none was found.static booleanEntries. isSubEntry(Entry entry)Returns whether the provided entry is a sub entry.ConditionResultFilter. matches(Entry entry)Indicates whether thisFiltermatches the providedEntryusing the default schema.ConditionResultMatcher. matches(Entry entry)Indicates whether this filterMatchermatches the providedEntry.static EntryEntries. modifyEntry(Entry entry, ModifyRequest changes)Applies the provided modification request to an entry.static EntryEntries. modifyEntry(Entry entry, Modification change)Applies the provided modification to an entry.static EntryEntries. modifyEntry(Entry entry, Modification change, Collection<? super ByteString> conflictingValues)Applies the provided modification to an entry.static EntryEntries. modifyEntryPermissive(Entry entry, Collection<Modification> changes)Applies the provided modifications to an entry using "permissive" modify semantics.static EntryEntries. modifyEntryStrict(Entry entry, Collection<Modification> changes)Applies the provided modifications to an entry using "strict" modify semantics.static LinkedHashMapEntryLinkedHashMapEntry. shallowCopyOfEntry(Entry entry)Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static TreeMapEntryTreeMapEntry. shallowCopyOfEntry(Entry entry)Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static StringEntries. toLdif(Entry entry)Returns the LDIF representation ofentry.static EntryEntries. unmodifiableEntry(Entry entry)Returns a read-only view ofentryand its attributes.static RootDseRootDse. valueOf(Entry entry)Creates a new Root DSE instance backed by the provided entry.Method parameters in org.forgerock.opendj.ldap with type arguments of type Entry Modifier and Type Method Description static EntryEntries. copyOnWriteEntry(Entry entry, Function<Entry,Entry> copyConstructor)Returns a shallow copy-on-write view ofentry.static EntryEntries. copyOnWriteEntry(Entry entry, Function<Entry,Entry> copyConstructor)Returns a shallow copy-on-write view ofentry.DecodeOptionsDecodeOptions. setEntryFactory(Function<Dn,Entry> factory)Sets the function which will be used for creating newEntryinstances when decoding entries. -
Uses of Entry in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return Entry Modifier and Type Method Description EntryPostReadResponseControl. getEntry()Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately after the update operation was performed.EntryPreReadResponseControl. getEntry()Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately before the update operation was performed.Methods in org.forgerock.opendj.ldap.controls with parameters of type Entry Modifier and Type Method Description static PostReadResponseControlPostReadResponseControl. newControl(Entry entry)Creates a new post-read response control.static PreReadResponseControlPreReadResponseControl. newControl(Entry entry)Creates a new pre-read response control. -
Uses of Entry in org.forgerock.opendj.ldap.messages
Subinterfaces of Entry in org.forgerock.opendj.ldap.messages Modifier and Type Interface Description interfaceAddRequestThe Add operation allows a client to request the addition of an entry into the Directory.interfaceSearchResultEntryA Search Result Entry represents an entry found during a Search operation.Methods in org.forgerock.opendj.ldap.messages with parameters of type Entry Modifier and Type Method Description static AddRequestRequests. newAddRequest(Entry entry)Creates a new add request backed by the provided entry.static ModifyRequestRequests. newModifyRequest(Entry fromEntry, Entry toEntry)Creates a new modify request containing a list of modifications which can be used to transformfromEntryinto entrytoEntry.static SearchResultEntryResponses. newSearchResultEntry(Entry entry)Creates a new search result entry backed by the provided entry. -
Uses of Entry in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return Entry Modifier and Type Method Description EntrySchema. toEntry(Entry entry)Adds the definitions of all the schema elements contained in this schema to the provided subschema subentry.Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type Entry Modifier and Type Method Description Function<Dn,Entry,LdapException>SchemaValidationPolicy. checkDitStructureRulesParentEntryResolver()Returns the parent entry resolver which should be used for retrieving the parent entry during DIT structure rule validation.Methods in org.forgerock.opendj.ldap.schema with parameters of type Entry Modifier and Type Method Description SchemaBuilderSchemaBuilder. addSchema(Entry entry, boolean overwrite)Adds all of the schema elements contained in the provided subschema subentry to this schema builder.SchemaBuilderSchemaBuilder. addSchema(Entry entry, boolean overwrite, SchemaBuilder.SchemaBuilderHook hook)Adds all of the schema elements contained in the provided subschema subentry to this schema builder.EntrySchema. toEntry(Entry entry)Adds the definitions of all the schema elements contained in this schema to the provided subschema subentry.booleanSchema. validateEntry(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages)Returnstrueif the provided entry is valid according to this schema and the specified schema validation policy.static SchemaSchema. valueOf(Entry entry)Parses the provided entry as a subschema subentry.Method parameters in org.forgerock.opendj.ldap.schema with type arguments of type Entry Modifier and Type Method Description SchemaValidationPolicySchemaValidationPolicy. checkDitStructureRules(SchemaValidationPolicy.Action policy, Function<Dn,Entry,LdapException> parentEntryResolver)Specifies the policy for validating entries against structure rules defined in the schema.Constructors in org.forgerock.opendj.ldap.schema with parameters of type Entry Constructor Description SchemaBuilder(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
Methods in org.forgerock.opendj.ldif that return Entry Modifier and Type Method Description EntryRejectedChangeRecordListener. handleDuplicateEntry(AddRequest change, Entry existingEntry)Invoked when an attempt was made to add an entry which already exists.EntryRejectedChangeRecordListener. handleDuplicateEntry(ModifyDnRequest change, Entry existingEntry, Entry renamedEntry)Invoked when an attempt was made to rename an entry which already exists.static EntryLdif. makeEntry(String... ldifLines)Builds an entry from the provided lines of LDIF.static EntryLdif. makeEntry(List<String> ldifLines)Builds an entry from the provided lines of LDIF.EntryEntryGenerator. readEntry()EntryEntryReader. readEntry()Reads the next entry, blocking if necessary until an entry is available.EntryLdifEntryReader. readEntry()Reads the next entry, blocking if necessary until an entry is available.Methods in org.forgerock.opendj.ldif that return types with arguments of type Entry Modifier and Type Method Description static List<Entry>Ldif. makeEntries(String... ldifLines)Builds a list of entries from the provided lines of LDIF.static List<Entry>Ldif. makeEntries(List<String> ldifLines)Builds a list of entries from the provided lines of LDIF.static Flowable<Entry>Ldif. newEntryPublisher(Supplier<? extends EntryReader> factory)Returns aFlowableview of aEntryReader, creating a new reader for each subscriber.Methods in org.forgerock.opendj.ldif with parameters of type Entry Modifier and Type Method Description EntryRejectedChangeRecordListener. handleDuplicateEntry(AddRequest change, Entry existingEntry)Invoked when an attempt was made to add an entry which already exists.EntryRejectedChangeRecordListener. handleDuplicateEntry(ModifyDnRequest change, Entry existingEntry, Entry renamedEntry)Invoked when an attempt was made to rename an entry which already exists.static StringLdif. toLdif(Entry entry)Returns the LDIF representation ofentry.static StringLdifEntryWriter. toString(Entry entry)Returns the LDIF string representation of the provided entry.ConnectionEntryWriterConnectionEntryWriter. writeEntry(Entry entry)Writes an entry to the underlying connection using an Add request, blocking until the request completes.EntryWriterEntryWriter. writeEntry(Entry entry)Writes an entry.LdifEntryWriterLdifEntryWriter. writeEntry(Entry entry)Method parameters in org.forgerock.opendj.ldif with type arguments of type Entry Modifier and Type Method Description static EntryReaderLdif. newEntryReader(Iterable<? extends Entry> entries)Returns an entry reader over the provided entry collection.static EntryReaderLdif. newEntryReader(Iterator<? extends Entry> entries)Returns an entry reader over the provided entry iterator. -
Uses of Entry in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core that return Entry Modifier and Type Method Description EntryRequestContext. getEntryAsAddedByServer()Returns the entry as added by the server, with all additional operational attributes.Methods in org.forgerock.opendj.server.core with parameters of type Entry Modifier and Type Method Description voidRequestContext. setEntryAsAddedByServer(Entry entryAsAddedByServer)Sets the entry added as added by the server in the DIT. -
Uses of Entry in org.opends.server.api
Fields in org.opends.server.api declared as Entry Modifier and Type Field Description protected EntryAuthenticationPolicyState. userEntryThe user entry associated with this authentication policy state.Methods in org.opends.server.api that return Entry Modifier and Type Method Description abstract EntryLocalBackend. getEntry(Dn entryDN)Retrieves the requested entry from this backend.protected abstract EntryIdentityMapper. getEntryForID(String id)Retrieves the user entry that was mapped to the provided identification string.static EntryIdentityMapper. getEntryForID(String id, List<IdentityMapper<?>> identityMappers)Retrieves the user entry that was mapped to the provided identification string from a list ofIdentityMappers.EntryMonitorProvider. getMonitorEntry(Schema schema)Generates and returns a monitor entry based on the contents of this monitor provider.EntryCertificateMapper. 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 EntryCertificateMapper. mapCertificateToUser0(Certificate[] certificateChain)Implements certificate mapper specific logic for mapping the provided certificate to a user entry.Methods in org.opends.server.api that return types with arguments of type Entry Modifier and Type Method Description Flowable<Entry>Group. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Retrieves an iterator that may be used to cursor through the entries of the members contained in this group, or its nested groups.Methods in org.opends.server.api with parameters of type Entry Modifier and Type Method Description abstract voidLocalBackend. addEntry(Entry entry, AddOperation addOperation)Adds the provided entry to this backend.booleanAccessControlHandler. canDiscloseInformation(Entry entry, Dn entryDN, Operation operation)Checks whether the ACIs prevent sending information about the provided entry, or entryDN if entry is null.voidSubentryChangeListener. checkSubentryAddAcceptable(Entry entry)Performs any checking that may be required before subentry add operation.voidSubentryChangeListener. checkSubentryDeleteAcceptable(Entry entry)Performs any checking that may be required before subentry delete operation.voidSubentryChangeListener. checkSubentryModifyAcceptable(Entry oldEntry, Entry newEntry)Performs any checking that may be required before subentry modify operation.voidSubentryChangeListener. checkSubentryModifyDNAcceptable(Entry oldEntry, Entry newEntry)Performs any checking that may be required before subentry modify DN operation.AuthenticationPolicyStateAuthenticationPolicy. createAuthenticationPolicyState(Entry userEntry)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).abstract AuthenticationPolicyStateAuthenticationPolicy. 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).booleanEntryCache. filtersAllowCaching(Entry entry)Indicates whether the current set of exclude and include filters allow caching of the specified entry.static AuthenticationPolicyAuthenticationPolicy. forUser(Entry userEntry, boolean useDefaultOnError)Returns the authentication policy for the user provided user.static AuthenticationPolicyAuthenticationPolicy. forUser(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies)Returns the authentication policy for the user provided user.static AuthenticationPolicyStateAuthenticationPolicyState. forUser(Entry userEntry, boolean useDefaultOnError)Returns the authentication policy state for the user provided user.static AuthenticationPolicyStateAuthenticationPolicyState. forUser(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies)Returns the authentication policy state for the user provided user.abstract ByteStringPasswordGenerator. generatePassword(Entry userEntry)Generates a password for the user whose account is contained in the specified entry.abstract AttributeVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)Generates an unmodifiable attribute with the values for the provided entry.protected static ConditionResultAuthenticationPolicyState. 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 longAuthenticationPolicyState. 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.voidSubentryChangeListener. handleSubentryAdd(Entry entry)Performs any processing that may be required after a subentry add operation.voidSubentryChangeListener. handleSubentryDelete(Entry entry)Performs any processing that may be required after a subentry delete operation.voidSubentryChangeListener. handleSubentryModify(Entry oldEntry, Entry newEntry)Performs any processing that may be required after a subentry modify operation.voidSubentryChangeListener. handleSubentryModifyDN(Entry oldEntry, Entry newEntry)Performs any processing that may be required after a subentry modify DN operation.static booleanClientConnection. hasPrivilege(Entry authorizationEntry, Privilege privilege, ServerContext serverContext)Indicate whether the specified authorization entry parameter has the specified privilege.booleanAccessControlHandler. isAllowed(Operation operation, Entry entry, Filter filter)Indicates whether the provided operation search filter is allowed based on the access control configuration.default booleanGroup. isMember(Entry userEntry)Indicates whether the user described by the provided user entry is a member of this group.booleanGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)Indicates whether the user described by the provided user entry is a member of this group.booleanAccessControlHandler. 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.abstract booleanPasswordValidator. 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.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.abstract voidLocalBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)Replaces the specified entry with the provided entry in this backend.voidClientConnection. setResourceLimits(Entry userEntry)Set the resource limits from the specified user entry.voidClientConnection. updateAuthenticationInfo(Entry oldEntry, Entry newEntry)Updates the cached entry associated with either the authentication and/or authorization identity with the provided version.protected voidClientConnection. updatePrivileges(Entry entry)Updates the privileges associated with this client connection object based on the provided entry for the authentication identity.Method parameters in org.opends.server.api with type arguments of type Entry Modifier and Type Method Description voidLocalBackend. sampleEntries(Consumer<Entry> consumer, Dn baseDn)Consumes all or a subset of entries contained in this backend under the provided base DN.Constructors in org.opends.server.api with parameters of type Entry Constructor Description AuthenticationPolicyState(Entry userEntry)Creates a new abstract authentication policy context. -
Uses of Entry in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type Entry Modifier and Type Method Description PluginResult.ImportLDIFDirectoryServerPlugin. 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
Methods in org.opends.server.authorization.dseecompat that return Entry Modifier and Type Method Description EntryAciEvalContext. getClientEntry()Get the client entry.EntryAciEvalContext. getResourceEntry()Return the entry being evaluated .EntryAciTargetMatchContext. getResourceEntry()Get the entry being evaluated.Methods in org.opends.server.authorization.dseecompat with parameters of type Entry Modifier and Type Method Description voidAciList. addAci(Entry entry, List<LocalizableMessage> failedACIMsgs)Add all of an entry's ACI (global or regular) attribute values to the ACI list.static voidAciEffectiveRights. 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.booleanAciHandler. canDiscloseInformation(Entry entry, Dn entryDN, Operation operation)static booleanUserDN. evaluate(Entry e, Dn clientDN, AttributeType attrType)This method searches an entry for an attribute value that is treated as a DN.booleanAciHandler. isAllowed(Operation operation, Entry entry, Filter filter)booleanAciHandler. mayProxy(Entry proxyUser, Entry proxiedUser, Operation op, ServerContext serverContext)voidAciList. modAciOldNewEntry(Entry oldEntry, Entry newEntry)Remove all of the ACIs related to the old entry and then add all of the ACIs related to the new entry.voidAciList. removeAci(Entry entry)Remove global and regular ACIs from the list.Method parameters in org.opends.server.authorization.dseecompat with type arguments of type Entry Modifier and Type Method Description intAciList. addAci(List<? extends Entry> entries, LinkedList<LocalizableMessage> failedACIMsgs)Add all the ACI from a set of entries to the ACI list. -
Uses of Entry in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type Entry Modifier and Type Method Description booleanPolicyBasedAccessControlHandler. canDiscloseInformation(Entry entry, Dn entryDN, Operation operation)booleanPolicyBasedAccessControlHandler. isAllowed(Operation operation, Entry entry, Filter filter)booleanPolicyBasedAccessControlHandler. mayProxy(Entry proxyUser, Entry proxiedUser, Operation operation, ServerContext serverContext) -
Uses of Entry in org.opends.server.backends
Methods in org.opends.server.backends that return Entry Modifier and Type Method Description EntryChangelogBackend. getEntry(Dn entryDN)EntryConfigurationBackend. getEntry(Dn entryDN)EntryLDIFBackend. getEntry(Dn entryDN)EntryMemoryBackend. getEntry(Dn entryDN)EntryMonitorBackend. getEntry(Dn entryDN)EntryNullBackend. getEntry(Dn entryDn)EntryRootDSEBackend. getEntry(Dn entryDN)EntrySchemaBackend. getEntry(Dn entryDN)Methods in org.opends.server.backends with parameters of type Entry Modifier and Type Method Description voidChangelogBackend. addEntry(Entry entry, AddOperation addOperation)voidConfigurationBackend. addEntry(Entry entry, AddOperation addOperation)voidLDIFBackend. addEntry(Entry entry, AddOperation addOperation)voidMemoryBackend. addEntry(Entry entry, AddOperation addOperation)voidMonitorBackend. addEntry(Entry entry, AddOperation addOperation)voidNullBackend. addEntry(Entry entry, AddOperation addOperation)voidRootDSEBackend. addEntry(Entry entry, AddOperation addOperation)voidSchemaBackend. addEntry(Entry entry, AddOperation addOperation)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)voidChangelogBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)voidConfigurationBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)voidLDIFBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)voidMemoryBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)voidMonitorBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)voidNullBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)voidRootDSEBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)voidSchemaBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)Method parameters in org.opends.server.backends with type arguments of type Entry Modifier and Type Method Description voidLDIFBackend. sampleEntries(Consumer<Entry> consumer, Dn baseDn) -
Uses of Entry in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return Entry Modifier and Type Method Description EntryBackendImpl. getEntry(Dn entryDN)Methods in org.opends.server.backends.pluggable with parameters of type Entry Modifier and Type Method Description voidBackendImpl. addEntry(Entry entry, AddOperation addOperation)voidBackendImpl. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidBackendImpl. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)Method parameters in org.opends.server.backends.pluggable with type arguments of type Entry Modifier and Type Method Description voidBackendImpl. sampleEntries(Consumer<Entry> consumer, Dn baseDn) -
Uses of Entry in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return Entry Modifier and Type Method Description EntryTaskBackend. getEntry(Dn entryDN)EntryRecurringTask. getRecurringTaskEntry()Retrieves the entry containing the data for this recurring task.EntryTaskScheduler. getRecurringTaskEntry(Dn recurringTaskEntryDN)Retrieves the recurring task entry with the provided DN.EntryTaskScheduler. getRecurringTaskParentEntry()Retrieves the entry that is the immediate parent for all recurring task entries in the task backend.EntryTaskScheduler. getScheduledTaskEntry(Dn scheduledTaskEntryDN)Retrieves the scheduled task entry with the provided DN.EntryTaskScheduler. getScheduledTaskParentEntry()Retrieves the entry that is the immediate parent for all scheduled task entries in the task backend.EntryTask. getTaskEntry()Retrieves the unmodifiable entry containing the definition for this task.EntryTaskScheduler. getTaskRootEntry()Retrieves the root entry that is the common ancestor for all entries in the task backend.Methods in org.opends.server.backends.task with parameters of type Entry Modifier and Type Method Description voidTaskBackend. addEntry(Entry entry, AddOperation addOperation)voidTaskScheduler. addRecurringTask(Entry recurringTask)Adds a recurring task to the scheduler, optionally scheduling the first iteration for processing.TaskTaskScheduler. entryToScheduledTask(Entry entry, Operation operation)Decodes the contents of the provided entry as a scheduled task.protected voidTask. initializeTask(Entry taskEntry)Performs any task-specific initialization that may be required before processing can start.voidTask. initializeTaskInternal(ServerContext serverContext, TaskScheduler taskScheduler, Entry taskEntry)Performs generic initialization for this task based on the information in the provided task entry.voidTaskBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)voidTaskBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)Constructors in org.opends.server.backends.task with parameters of type Entry Constructor Description RecurringTask(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
Methods in org.opends.server.config that return Entry Modifier and Type Method Description EntryConfigurationHandler. getEntry(Dn dn)EntryConfigurationHandler. getRootEntry()Returns the configuration root entry.Methods in org.opends.server.config with parameters of type Entry Modifier and Type Method Description voidConfigurationHandler. addEntry(Entry entry)Add a configuration entry.voidConfigurationHandler. replaceEntry(Entry oldEntry, Entry newEntry)Replaces the old configuration entry with the new configuration entry provided. -
Uses of Entry in org.opends.server.core
Methods in org.opends.server.core that return Entry Modifier and Type Method Description EntryDirectoryServer. getConfigEntry(Dn entryDN)Deprecated.useDirectoryServer.getEntry(Dn)when possibleEntryServerContext. getConfigEntry(Dn entryDN)Deprecated.useServerContext.getEntry(Dn)when possibleEntryModifyOperation. getCurrentEntry()Retrieves the current entry before any modifications are applied.EntryDirectoryServer. getEntry(Dn entryDN)EntryServerContext. getEntry(Dn entryDN)Retrieves the entry with the requested DN.EntryAddOperation. getEntryToAdd()Retrieves the entry to be added to the server.EntryCompareOperation. getEntryToCompare()Retrieves the entry to target with the compare operation.EntryDeleteOperation. getEntryToDelete()Retrieves the entry to be deleted.EntryModifyOperation. getModifiedEntry()Retrieves the modified entry that is to be written to the backend.EntryModifyDnOperation. getOriginalEntry()EntryDirectoryServer. getParentEntry(Dn childDn)EntryServerContext. getParentEntry(Dn childDn)Retrieves the entry that is the immediate parent of the entry having the provided DN.EntryBindOperation. getSASLAuthUserEntry()EntryModifyDnOperation. getUpdatedEntry()Methods in org.opends.server.core with parameters of type Entry Modifier and Type Method Description PasswordPolicyStatePasswordPolicy. createAuthenticationPolicyState(Entry userEntry, long time, ServerContext serverContext)voidPasswordPolicyState. 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.List<SubEntry>SubentryManager. getCollectiveSubentries(Entry entry)Returns collective subentries applicable to specific entry.Iterable<VirtualAttributeRule>DirectoryServer. getVirtualAttributes(Entry entry)Iterable<VirtualAttributeRule>ServerContext. getVirtualAttributes(Entry entry)Retrieves the set of virtual attribute rules registered with the Directory Server that are applicable to the provided entry.PluginResult.ImportLDIFPluginConfigManager. invokeLDIFImportPlugins(LDIFImportConfig importConfig, Entry entry)Invokes the set of LDIF import plugins that have been configured in the Directory Server.booleanPasswordPolicy. 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 aPasswordQualityAdviceResponseControlto the operation's response if requested.booleanPasswordPolicyState. 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 aPasswordQualityAdviceResponseControlto the operation's response if requested.booleanPasswordPolicyState. passwordMatches(ByteString password, Entry entry)Returnstrueif the provided password value matches any of the user's passwords in the given entry.booleanPasswordPolicyState. passwordMatches(ByteString password, Entry entry, AtomicReference<ByteString> matchedEncodedPassword)Returnstrueif the provided password value matches any of the user's passwords in the given entry.voidPersistentSearch. processAdd(Entry entry)Notifies the persistent searches that an entry has been added.voidPersistentSearch. processDelete(Entry entry)Notifies the persistent searches that an entry has been deleted.voidPersistentSearch. processModify(Entry entry, Entry oldEntry)Notifies persistent searches that an entry has been modified.voidPersistentSearch. processModifyDN(Entry entry, Dn oldDN)Notifies the persistent searches that an entry has been renamed.booleanSearchOperation. 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.voidBindOperation. setSASLAuthUserEntry(Entry saslAuthUserEntry)Specifies the user entry associated with the SASL authentication attempt. -
Uses of Entry in org.opends.server.crypto
Methods in org.opends.server.crypto that return Entry Modifier and Type Method Description EntryCryptoManager.CipherService. currentKeyAsLdapEntry()Return the active cipher key as an LDAP Entry.EntryCryptoManager.MacService. wrapMacAsLdapEntry()Return the MAC key as an LDAP Entry.Methods in org.opends.server.crypto with parameters of type Entry Modifier and Type Method Description CryptoManager.MacServiceCryptoManager. newMacService(Entry entry)Generates a new MAC service from the provided information in the LDAP Entry.CryptoManager.CipherServiceCryptoManager.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
Methods in org.opends.server.extensions that return Entry Modifier and Type Method Description EntryExactMatchIdentityMapper. getEntryForID(String id)Retrieves the user entry that was mapped to the provided identification string.EntryRegularExpressionIdentityMapper. getEntryForID(String id)protected EntryFingerprintCertificateMapper. mapCertificateToUser0(Certificate[] certificateChain)protected EntrySubjectAttributeToUserAttributeCertificateMapper. mapCertificateToUser0(Certificate[] certificateChain)protected EntrySubjectDNToUserAttributeCertificateMapper. mapCertificateToUser0(Certificate[] certificateChain)EntrySubjectEqualsDNCertificateMapper. 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.Methods in org.opends.server.extensions that return types with arguments of type Entry Modifier and Type Method Description Flowable<Entry>DynamicGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Flowable<Entry>StaticGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Flowable<Entry>VirtualStaticGroup. getAllMembers(Dn baseDN, SearchScope scope, Filter filter)Methods in org.opends.server.extensions with parameters of type Entry Modifier and Type Method Description ByteStringRandomPasswordGenerator. generatePassword(Entry userEntry)Generates a password for the user whose account is contained in the specified entry.AttributeCollectiveAttributeSubentriesVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeEntityTagVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeEntryDNVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeEntryUUIDVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeGoverningStructureRuleVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeHasSubordinatesVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeIsMemberOfVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeMemberVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeNumSubordinatesVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributePasswordExpirationTimeVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributePasswordPolicySubentryVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeStructuralObjectClassVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeSubschemaSubentryVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)AttributeUserDefinedVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attrDesc)AttributeUserTemplateVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)static booleanDynamicGroup. isGroupDefinition(Entry entry)Indicates whether the provided entry contains a valid definition for this type of group.static booleanStaticGroup. isGroupDefinition(Entry entry)Indicates whether the provided entry contains a valid definition for this type of group.static booleanVirtualStaticGroup. isGroupDefinition(Entry entry)Indicates whether the provided entry contains a valid definition for this type of group.booleanDynamicGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)booleanStaticGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)booleanVirtualStaticGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)static DynamicGroupDynamicGroup. newInstance(ServerContext serverContext, Entry groupEntry)Creates a new group of this type based on the definition contained in the provided entry.static StaticGroupStaticGroup. newInstance(ServerContext serverContext, Entry groupEntry)Creates a new group of this type based on the definition contained in the provided entry.static VirtualStaticGroupVirtualStaticGroup. newInstance(Entry groupEntry, ServerContext serverContext)Creates a new group of this type based on the definition contained in the provided entry.booleanAttributeValuePasswordValidator. passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason)booleanCharacterSetPasswordValidator. passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason)booleanDictionaryPasswordValidator. passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason)booleanLengthBasedPasswordValidator. passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason)booleanRepeatedCharactersPasswordValidator. passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason)booleanSimilarityBasedPasswordValidator. passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason)booleanUniqueCharactersPasswordValidator. passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) -
Uses of Entry in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type Entry Modifier and Type Method Description PluginResult.ImportLDIFEntityTagPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)PluginResult.ImportLDIFEntryUUIDPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)PluginResult.ImportLDIFPasswordPolicyImportPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)PluginResult.ImportLDIFSevenBitCleanPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry) -
Uses of Entry in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http with parameters of type Entry Modifier and Type Method Description LdapClientSocketLDAPContext.InternalLdapClient. getAuthenticatedSocket(Entry userEntry)Get a directLdapClientSocketto this Directory Server. -
Uses of Entry in org.opends.server.protocols.http.authz
Methods in org.opends.server.protocols.http.authz that return Entry Modifier and Type Method Description EntryAuthenticatedUserContext. getAuthenticatedUser()Returns the LDAP entry which represents the authenticated user.Constructors in org.opends.server.protocols.http.authz with parameters of type Entry Constructor Description AuthenticatedUserContext(org.forgerock.services.context.Context parent, Entry authenticatedUser)Creates a new authenticated user context with the provided parent context and the provided LDAP entry. -
Uses of Entry in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type Entry Modifier and Type Method Description PluginResult.ImportLDIFFractionalLDIFImportPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)See class comment for what we achieve here...static UUIDEntryHistorical. getEntryUUID(Entry entry)Get the entry unique Id in String form.static EntryHistoricalEntryHistorical. newInstanceFromEntry(Entry entry)Construct an Historical object from the provided entry by reading the historical attribute.abstract ModificationAttrHistorical. replayOperation(CSN csn, Entry modifiedEntry, Modification mod)This method will be called when replaying an operation.ModificationAttrHistoricalMultiple. replayOperation(CSN csn, Entry modifiedEntry, Modification m)ModificationAttrHistoricalSingle. replayOperation(CSN csn, Entry modifiedEntry, Modification mod) -
Uses of Entry in org.opends.server.replication.protocol
Constructors in org.opends.server.replication.protocol with parameters of type Entry Constructor Description AddMsg(CSN csn, Entry entry, UUID entryUuid, UUID parentEntryUuid)Creates a new AddMessage. -
Uses of Entry in org.opends.server.schema
Methods in org.opends.server.schema with parameters of type Entry Modifier and Type Method Description voidSchemaHandler. importEntry(Entry newSchemaEntry, AlertGenerator alertGenerator)Imports the provided schema entry in the schema. -
Uses of Entry in org.opends.server.tasks
Methods in org.opends.server.tasks with parameters of type Entry Modifier and Type Method Description voidAddSchemaFileTask. initializeTask(Entry taskEntry)protected voidBackupPurgeTask. initializeTask(Entry taskEntry)voidBackupTask. initializeTask(Entry taskEntry)voidDisconnectClientTask. initializeTask(Entry taskEntry)voidEnterLockdownModeTask. initializeTask(Entry taskEntry)voidExportTask. initializeTask(Entry taskEntry)voidImportTask. initializeTask(Entry taskEntry)voidInitializeTargetTask. initializeTask(Entry taskEntry)voidInitializeTask. initializeTask(Entry taskEntry)voidLeaveLockdownModeTask. initializeTask(Entry taskEntry)voidPurgeConflictsHistoricalTask. initializeTask(Entry taskEntry)voidRebuildTask. initializeTask(Entry taskEntry)voidResetChangeNumberTask. initializeTask(Entry taskEntry)voidRestoreTask. initializeTask(Entry taskEntry)voidSetGenerationIdTask. initializeTask(Entry taskEntry)voidShutdownTask. initializeTask(Entry taskEntry)Performs any task-specific initialization that may be required before processing can start. -
Uses of Entry in org.opends.server.tools
Methods in org.opends.server.tools with parameters of type Entry Modifier and Type Method Description voidExportLdif. addTaskAttributes(Entry taskEntry)voidImportLdif. addTaskAttributes(Entry taskEntry)voidRebuildIndex. addTaskAttributes(Entry taskEntry)voidTaskCommand. 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
Methods in org.opends.server.tools.dsbackup with parameters of type Entry Modifier and Type Method Description PurgeArgumentsValidatorPurgeArgumentsValidator. backendNames(Entry entry, String attributeBackendNames)Sets the list of backend names to purge.PurgeArgumentsValidatorPurgeArgumentsValidator. backupIds(Entry entry, String attributeDescription)Sets the list of backup IDs.PurgeArgumentsValidatorPurgeArgumentsValidator. 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.PurgeArgumentsValidatorPurgeArgumentsValidator. keepCount(Entry entry, String attributeDescription)Sets the keep count.PurgeArgumentsValidatorPurgeArgumentsValidator. olderThan(Entry entry, String attributeDescription)Sets the "remove older than". -
Uses of Entry in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return Entry Modifier and Type Method Description static EntryTaskClient. createTask(TaskScheduleInformation information)Creates anEntryfor the task described in the providedTaskScheduleInformation.Methods in org.opends.server.tools.tasks with parameters of type Entry Modifier and Type Method Description static voidTaskToolHelper. 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 voidTaskToolHelper. 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.voidTaskScheduleInformation. addTaskAttributes(Entry taskEntry)Adds utility specific attributes to the provided task entry that is added to the task backend.static StringTaskClient. getTaskDn(Entry taskEntry)Uses provided task entry attributes to create a DN for the provided task entry.static StringTaskClient. getTaskId(Entry taskEntry)Returns the ID of the provided task entry.Constructors in org.opends.server.tools.tasks with parameters of type Entry Constructor Description TaskEntry(Entry entry)Creates a parameterized instance. -
Uses of Entry in org.opends.server.types
Methods in org.opends.server.types that return Entry Modifier and Type Method Description EntryAuthenticationInfo. getAuthenticationEntry()Retrieves the entry for the user as whom the client is authenticated.EntryAuthenticationInfo. getAuthorizationEntry()Retrieves the entry for the user that should be used as the default authorization identity.EntryOperation. getAuthorizationEntry()Retrieves the entry for the user that should be considered the authorization identity for this operation.static EntryProxyAuthHelper. getAuthorizationEntryFromControl(ProxiedAuthV1RequestControl proxiedAuthControl, ServerContext serverContext)Retrieves the authorization entry for the provided proxied authorization V1 control.static EntryProxyAuthHelper. getAuthorizationEntryFromControl(ProxiedAuthV2RequestControl proxiedAuthControl, ServerContext serverContext)Retrieves the authorization entry for this proxied authorization V2 control.EntrySizedEntry. getEntry()Returns the entry.EntrySubEntry. getEntry()Getter to retrieve the actual entry object for this subentry.EntryAccountStatusNotification. getUserEntry()Retrieves user entry for whom this notification applies.static EntryEntries. processVirtualAttributes(Entry e)Performs any necessary virtual attribute processing for this entry.static EntryEntries. shallowCopyOfEntryWithoutVirtualAttributes(Entry e)Returns a shallow copy of this entry, the attributes are shared between this entry and the returned entry.Methods in org.opends.server.types with parameters of type Entry Modifier and Type Method Description protected static voidOperation. addPostReadResponse(Operation operation, PostReadRequestControl postReadRequest, Entry entry)Adds the post-read response control to the response if requested.protected static voidOperation. addPreReadResponse(Operation operation, PreReadRequestControl preReadRequest, Entry entry)Adds the pre-read response control to the response if requested.booleanVirtualAttributeRule. 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 voidOperation. 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.protected static LdapExceptionOperation. createLdapException(Operation operation, Entry entry, Dn entryDN, Result result, Result altResult)Returns a newLdapExceptionbuilt from the provided resultCodes and messages.AuthenticationInfoAuthenticationInfo. duplicate(Entry newAuthenticationEntry, Entry newAuthorizationEntry)Creates a duplicate of thisAuthenticationInfoobject with the new authentication and authorization entries.AttributeVirtualAttributeRule. getAttribute(Entry entry)Generates an attribute with the values for the provided entry.Pair<Boolean,LocalizableMessage>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 AuthenticationInfoAuthenticationInfo. internal(Entry authenticationEntry)Creates a new set of authentication information to be used for clients that are authenticated internally.booleanSubtreeSpecification. isWithinScope(Entry entry, Schema schema)Determine if an entry is within the scope of the subtree specification.booleanSubtreeSpecification.FilterRefinement. matches(Entry entry, Schema schema)static SizedEntrySizedEntry. newSizedEntry(Entry entry, int size)Creates a new sized entry with a non-null entry.static EntryEntries. processVirtualAttributes(Entry e)Performs any necessary virtual attribute processing for this entry.static AuthenticationInfoAuthenticationInfo. sasl(Entry authenticationEntry, String saslMechanism)Creates a new set of authentication information to be used for clients that have authenticated using a SASL mechanism.static AuthenticationInfoAuthenticationInfo. sasl(Entry authenticationEntry, Entry authorizationEntry, String saslMechanism)Creates a new set of authentication information to be used for clients that have authenticated using a SASL mechanism.voidOperation. setAuthorizationEntry(Entry authorizationEntry)Provides the entry for the user that should be considered the authorization identity for this operation.protected static voidOperation. setResultCodeAndMessageNoInfoDisclosure(Operation operation, Entry entry, Dn entryDN, Result realResult, Result altResult)Sets the provided resultCodes and messages on the provided operation.static EntryEntries. shallowCopyOfEntryWithoutVirtualAttributes(Entry e)Returns a shallow copy of this entry, the attributes are shared between this entry and the returned entry.static AuthenticationInfoAuthenticationInfo. simple(Entry authenticationEntry)Creates a new set of authentication information to be used for clients that have successfully performed simple authentication.Constructors in org.opends.server.types with parameters of type Entry Constructor Description AccountStatusNotification(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties)Creates a new account status notification object with the provided information.SubEntry(Entry entry, ServerContext serverContext)Constructs a subentry object from a given entry object. -
Uses of Entry in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return Entry Modifier and Type Method Description EntryPostOperationModifyOperation. getCurrentEntry()Retrieves the current entry before any modifications are applied.EntryPostResponseModifyOperation. getCurrentEntry()Retrieves the current entry before any modifications are applied.EntryPostSynchronizationModifyOperation. getCurrentEntry()Retrieves the current entry before any modifications are applied.EntryPreOperationModifyOperation. getCurrentEntry()Retrieves the current entry before any modifications are applied.EntryPostOperationAddOperation. getEntryToAdd()Retrieves the entry to be added to the server.EntryPostResponseAddOperation. getEntryToAdd()Retrieves the entry to be added to the server.EntryPostSynchronizationAddOperation. getEntryToAdd()Retrieves the entry to be added to the server.EntryPreOperationAddOperation. getEntryToAdd()Retrieves the entry to be added to the server.EntryPostOperationCompareOperation. getEntryToCompare()Retrieves the entry to target with the compare operation.EntryPostResponseCompareOperation. getEntryToCompare()Retrieves the entry to target with the compare operation.EntryPreOperationCompareOperation. getEntryToCompare()Retrieves the entry to target with the compare operation.EntryPostOperationDeleteOperation. getEntryToDelete()Retrieves the entry to be deleted.EntryPostResponseDeleteOperation. getEntryToDelete()Retrieves the entry to be deleted.EntryPostSynchronizationDeleteOperation. getEntryToDelete()Retrieves the entry to be deleted.EntryPreOperationDeleteOperation. getEntryToDelete()Retrieves the entry to be deleted.EntryPostOperationModifyOperation. getModifiedEntry()Retrieves the modified entry that is to be written to the backend.EntryPostResponseModifyOperation. getModifiedEntry()Retrieves the modified entry that is to be written to the backend.EntryPostSynchronizationModifyOperation. getModifiedEntry()Retrieves the modified entry that is to be written to the backend.EntryPreOperationModifyOperation. getModifiedEntry()Retrieves the modified entry that is to be written to the backend.EntryPostOperationModifyDNOperation. getOriginalEntry()Retrieves the current entry, before it is renamed.EntryPostResponseModifyDNOperation. getOriginalEntry()Retrieves the current entry, before it is renamed.EntryPostSynchronizationModifyDNOperation. getOriginalEntry()Retrieves the current entry, before it is renamed.EntryPreOperationModifyDNOperation. getOriginalEntry()Retrieves the current entry, before it is renamed.EntrySubordinateModifyDNOperation. getOriginalEntry()Retrieves the current entry, before it is renamed.EntryPostOperationBindOperation. getSASLAuthUserEntry()Retrieves the user entry associated with the SASL authentication attempt.EntryPostResponseBindOperation. getSASLAuthUserEntry()Retrieves the user entry associated with the SASL authentication attempt.EntryPostOperationModifyDNOperation. getUpdatedEntry()Retrieves the new entry, as it will appear after it is renamed.EntryPostResponseModifyDNOperation. getUpdatedEntry()Retrieves the new entry, as it will appear after it is renamed.EntryPostSynchronizationModifyDNOperation. getUpdatedEntry()Retrieves the new entry, as it will appear after it is renamed.EntryPreOperationModifyDNOperation. getUpdatedEntry()Retrieves the new entry, as it will appear after it is renamed.EntrySubordinateModifyDNOperation. getUpdatedEntry()Retrieves the new entry, as it will appear after it is renamed.Methods in org.opends.server.types.operation with parameters of type Entry Modifier and Type Method Description booleanPreOperationSearchOperation. returnEntry(Entry entry, List<Control> controls)Returns the provided entry to the client.booleanPreParseSearchOperation. returnEntry(Entry entry, List<Control> controls)Returns the provided entry to the client. -
Uses of Entry in org.opends.server.util
Methods in org.opends.server.util that return Entry Modifier and Type Method Description static EntryStaticUtils. addRdnAttributes(Entry entry)Add the RDN attribute(s) to the provided entry.protected EntryLDIFReader. createEntry(Dn entryDN, List<StringBuilder> lines, boolean checkSchema)Parses the provided LDIF lines as an LDAP entry.static EntryStaticUtils. createEntry(Dn dn, Schema schema)Creates a new, blank entry with the given DN.EntryLDIFReader. readEntry()Reads the next entry from the LDIF source.Methods in org.opends.server.util with parameters of type Entry Modifier and Type Method Description static voidStaticUtils. addMissingSuperiorObjectClasses(Entry entry)Add all of the superior objectclasses to the specified entry if they are not already present.static EntryStaticUtils. addRdnAttributes(Entry entry)Add the RDN attribute(s) to the provided entry.protected booleanLDIFReader. invokeImportPlugins(Entry entry, LinkedList<StringBuilder> lines)voidLDIFReader. rejectEntry(Entry entry, LocalizableMessage message)Log the specified entry and messages in the reject writer.
-