Uses of Interface
org.forgerock.opendj.ldap.Attribute
-
Packages that use Attribute Package Description 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.opends.server.api Contains a number of API declarations for use throughout the Directory Server.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.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.monitors Contains various Directory Server monitor provider implementations.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.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.schema Contains implementations of various Directory Server schema elements.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. -
-
Uses of Attribute in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return Attribute Modifier and Type Method Description static AttributeLdap. readAttribute(Asn1Reader reader, DecodeOptions options, Schema schema)Reads the next ASN.1 element from the providedASN1Readeras anAttribute.Methods in org.forgerock.opendj.io with parameters of type Attribute Modifier and Type Method Description static voidLdap. writeAttribute(Asn1Writer writer, Attribute attribute)Writes anAttributeto the providedAsn1Writer. -
Uses of Attribute in org.forgerock.opendj.ldap
Classes in org.forgerock.opendj.ldap with type parameters of type Attribute Modifier and Type Class Description classAbstractMapEntry<M extends Map<AttributeDescription,Attribute>>Abstract implementation forMapbased entries.Classes in org.forgerock.opendj.ldap that implement Attribute Modifier and Type Class Description classAbstractAttributeThis class provides a skeletal implementation of theAttributeinterface, to minimize the effort required to implement this interface.classLinkedAttributeAn implementation of theAttributeinterface with predictable iteration order.Methods in org.forgerock.opendj.ldap that return Attribute Modifier and Type Method Description AttributeAbstractMapEntry. addAttributeIfAbsent(Attribute attribute)default AttributeEntry. addAttributeIfAbsent(Attribute attribute)Adds the provided attribute if it is not already present in this Entry and returnsnull.static AttributeAttributes. emptyAttribute(String attributeDescription)Returns a read-only empty attribute having the specified attribute description.static AttributeAttributes. emptyAttribute(AttributeDescription attributeDescription)Returns a read-only empty attribute having the specified attribute description.AttributeAbstractMapEntry. getAttribute(AttributeDescription attributeDescription)default AttributeEntry. getAttribute(String attributeDescription)Returns the named attribute contained in this entry, ornullif it is not included with this entry.default AttributeEntry. getAttribute(AttributeDescription attributeDescription)Returns the named attribute contained in this entry, ornullif it is not included with this entry.AttributeModification. getAttribute()Returns the attribute containing the values to be modified.AttributeAbstractMapEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)default AttributeEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)Adds the provided attribute if it is not already present in this Entry.default AttributeAttribute. put(Object... values)Adds all of the provided attribute values to this attribute if they are not already present (optional operation).default AttributeAttribute. put(ByteString value)Addsvalueto this attribute if it is not already present (optional operation).static AttributeAttributes. renameAttribute(Attribute attribute, String attributeDescription)Returns a view ofattributehaving a different attribute description.static AttributeAttributes. renameAttribute(Attribute attribute, AttributeDescription attributeDescription)Returns a view ofattributehaving a different attribute description.static AttributeAttributes. singletonAttribute(String attributeDescription, Object value)Returns a read-only single-valued attribute having the specified attribute description.static AttributeAttributes. singletonAttribute(AttributeDescription attributeDescription, Object value)Returns a read-only single-valued attribute having the specified attribute description and value.AttributeAva. toAttribute()Returns a single valued attribute having the same attribute type and value as this AVA.static AttributeAttributes. unmodifiableAttribute(Attribute attribute)Returns a read-only view ofattribute.static AttributeAttributes. virtualAttribute(Attribute attribute)Returns a view ofattributethat is virtual, i.e.static AttributeAttributes. virtualAttribute(AttributeDescription attributeDescription)Returns an empty virtual attribute.static AttributeAttributes. virtualAttribute(AttributeDescription attributeDescription, Supplier<Collection<?>> attributeValuesSupplier)Returns a virtual attribute whose values will be supplied by providedSupplier.Methods in org.forgerock.opendj.ldap that return types with arguments of type Attribute Modifier and Type Method Description Iterable<Attribute>AbstractMapEntry. getAllAttributes()Iterable<Attribute>Entries.NullEntry. getAllAttributes()Iterable<Attribute>Entry. getAllAttributes()Returns anIterablecontaining all of the attributes in this entry.default Iterable<Attribute>Entry. getAllAttributes(String attributeDescription)Returns anIterablecontaining all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description.default Iterable<Attribute>Entry. getAllAttributes(AttributeDescription attributeDescription)Returns anIterablecontaining all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description.Iterable<Attribute>TreeMapEntry. getAllAttributes(AttributeDescription attributeDescription)Function<AttributeDescription,Attribute>DecodeOptions. getAttributeFactory()Returns the function which will be used for creating newAttributeinstances when decoding attributes.Methods in org.forgerock.opendj.ldap with parameters of type Attribute Modifier and Type Method Description booleanAbstractMapEntry. addAttribute(Attribute attribute, Collection<? super ByteString> duplicateValues)booleanEntries.NullEntry. addAttribute(Attribute attribute, Collection<? super ByteString> duplicateValues)default booleanEntry. addAttribute(Attribute attribute)Ensures that this entry contains the provided attribute and values (optional operation).default booleanEntry. addAttribute(Attribute attribute, Collection<? super ByteString> duplicateValues)Ensures that this entry contains the provided attribute and values (optional operation).AttributeAbstractMapEntry. addAttributeIfAbsent(Attribute attribute)default AttributeEntry. addAttributeIfAbsent(Attribute attribute)Adds the provided attribute if it is not already present in this Entry and returnsnull.default booleanEntry. containsAttribute(Attribute attribute, Collection<? super ByteString> missingValues)Returnstrueif this entry contains all of the attribute values contained inattribute.AttributeAbstractMapEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)default AttributeEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)Adds the provided attribute if it is not already present in this Entry.static ByteStringAbstractAttribute. normalizeValue(Attribute attribute, ByteString value)Returns the normalized form ofvaluenormalized usingattribute's equality matching rule.static AttributeParserAttributeParser. parseAttribute(Attribute attribute)Returns an attribute parser for the provided attribute.booleanAbstractMapEntry. removeAttribute(Attribute attribute, Collection<? super ByteString> missingValues)default booleanEntry. removeAttribute(Attribute attribute, Collection<? super ByteString> missingValues)Removes all of the attribute values contained inattributefrom this entry if it is present (optional operation).static AttributeAttributes. renameAttribute(Attribute attribute, String attributeDescription)Returns a view ofattributehaving a different attribute description.static AttributeAttributes. renameAttribute(Attribute attribute, AttributeDescription attributeDescription)Returns a view ofattributehaving a different attribute description.booleanAbstractMapEntry. replaceAttribute(Attribute attribute)default booleanEntry. replaceAttribute(Attribute attribute)Adds all of the attribute values contained inattributeto this entry, replacing any existing attribute values (optional operation).static AttributeAttributes. unmodifiableAttribute(Attribute attribute)Returns a read-only view ofattribute.static AttributeAttributes. virtualAttribute(Attribute attribute)Returns a view ofattributethat is virtual, i.e.Method parameters in org.forgerock.opendj.ldap with type arguments of type Attribute Modifier and Type Method Description MemoryBackendMemoryBackend. addVirtualAttributes(AttributeDescription attributeDescription, BiFunction<Dn,MemoryBackend,Attribute> virtualAttributeFactory)Adds a virtual attribute to the backend.AttributeFilterAttributeFilter. filterAttributes(Predicate<Attribute> filter)Registers a predicate which should be applied to attributes selected by this attribute filter.AttributeFilterAttributeFilter. mapAttributes(Function<Attribute,Attribute> mapper)Registers a mapping function which should be applied to attributes selected by this attribute filter.AttributeFilterAttributeFilter. mapAttributes(Function<Attribute,Attribute> mapper)Registers a mapping function which should be applied to attributes selected by this attribute filter.AttributeAbstractMapEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)AttributeAbstractMapEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)AttributeAbstractMapEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)default AttributeEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)Adds the provided attribute if it is not already present in this Entry.default AttributeEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)Adds the provided attribute if it is not already present in this Entry.default AttributeEntry. mergeAttribute(Attribute attribute, BiFunction<? super Attribute,? super Attribute,? extends Attribute> mergeFunction)Adds the provided attribute if it is not already present in this Entry.DecodeOptionsDecodeOptions. setAttributeFactory(Function<AttributeDescription,Attribute> factory)Sets the function which will be used for creating newAttributeinstances when decoding attributes.Constructors in org.forgerock.opendj.ldap with parameters of type Attribute Constructor Description LinkedAttribute(Attribute attribute)Creates a new attribute having the same attribute description and attribute values asattribute.Modification(ModificationType modificationType, Attribute attribute)Creates a new modification having the provided modification type and attribute values to be updated. -
Uses of Attribute in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return types with arguments of type Attribute Modifier and Type Method Description Function<Attribute,Attribute>MatchedValuesRequestControl. keepMatchedValues(Schema schema)Returns a mapping function which, given an attribute, returns a new attribute containing only the values matching the filters defined in this control, or an empty attribute if none of the values match.Function<Attribute,Attribute>MatchedValuesRequestControl. keepMatchedValues(Schema schema)Returns a mapping function which, given an attribute, returns a new attribute containing only the values matching the filters defined in this control, or an empty attribute if none of the values match. -
Uses of Attribute in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return Attribute Modifier and Type Method Description AttributeAddRequest. getAttribute(String attributeDescription)AttributeAddRequest. getAttribute(AttributeDescription attributeDescription)Methods in org.forgerock.opendj.ldap.messages that return types with arguments of type Attribute Modifier and Type Method Description Iterable<Attribute>AddRequest. getAllAttributes()Iterable<Attribute>AddRequest. getAllAttributes(String attributeDescription)Iterable<Attribute>AddRequest. getAllAttributes(AttributeDescription attributeDescription)Methods in org.forgerock.opendj.ldap.messages with parameters of type Attribute Modifier and Type Method Description booleanAddRequest. addAttribute(Attribute attribute)booleanAddRequest. addAttribute(Attribute attribute, Collection<? super ByteString> duplicateValues)booleanAddRequest. containsAttribute(Attribute attribute, Collection<? super ByteString> missingValues)booleanAddRequest. removeAttribute(Attribute attribute, Collection<? super ByteString> missingValues)booleanAddRequest. replaceAttribute(Attribute attribute) -
Uses of Attribute in org.opends.server.api
Methods in org.opends.server.api that return Attribute Modifier and Type Method Description abstract AttributeVirtualAttributeProvider. getAttribute(Entry entry, AttributeDescription attributeDescription)Generates an unmodifiable attribute with the values for the provided entry.Methods in org.opends.server.api with parameters of type Attribute Modifier and Type Method Description protected voidConnectionHandler. addAdditionalMonitorObjectClassNames(Attribute ocAttr)Adds the object class names that should be included in the monitor entry related to this connection handler to the provided attribute.protected voidEntryCache. addMonitorObjectClassNames(Attribute objectClassAttribute)protected voidKeyManagerProvider.CertificateMonitor. addMonitorObjectClassNames(Attribute objectClassAttribute)protected abstract voidMonitorProvider. addMonitorObjectClassNames(Attribute objectClassAttribute)Adds to the provided attribute the objectclass names that should be included in the monitor entry created from this monitor provider. -
Uses of Attribute in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type Attribute Modifier and Type Method Description protected voidPluggableBackendMonitor. addMonitorObjectClassNames(Attribute ocAttr) -
Uses of Attribute in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type Attribute Modifier and Type Method Description protected voidTask. replaceAttributes(Attribute... replacements)Replaces attributes in the task entry. -
Uses of Attribute in org.opends.server.core
Methods in org.opends.server.core that return types with arguments of type Attribute Modifier and Type Method Description Iterable<Attribute>AddOperation. getAllAttributes()Methods in org.opends.server.core with parameters of type Attribute Modifier and Type Method Description voidAddOperation. addAttribute(Attribute attribute)voidAddOperation. replaceAttribute(Attribute attribute) -
Uses of Attribute in org.opends.server.extensions
Methods in org.opends.server.extensions that return Attribute Modifier and Type Method Description 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) -
Uses of Attribute in org.opends.server.monitors
Methods in org.opends.server.monitors with parameters of type Attribute Modifier and Type Method Description protected voidHealthStatusMonitorProvider. addMonitorObjectClassNames(Attribute objectClassAttribute)protected voidJvmMonitorProvider. addMonitorObjectClassNames(Attribute objectClassAttribute)protected voidLocalBackendMonitor. addMonitorObjectClassNames(Attribute ocAttr) -
Uses of Attribute in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http with parameters of type Attribute Modifier and Type Method Description protected voidHTTPConnectionHandler. addAdditionalMonitorObjectClassNames(Attribute ocAttr) -
Uses of Attribute in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type Attribute Modifier and Type Method Description protected voidLDAPConnectionHandler. addAdditionalMonitorObjectClassNames(Attribute ocAttr) -
Uses of Attribute in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement Attribute Modifier and Type Class Description classEntryHistoricalAttributeA specializedAttributeimplementations that performs lazy conversion ofEntryHistorical(ds-sync-hist) meta-data to its LDAP attribute representation as well as from its compact org.opends.server.backends.pluggable.ID2Entry representation.Methods in org.opends.server.replication.plugin with parameters of type Attribute Modifier and Type Method Description static booleanEntryHistorical. isHistoricalAttribute(Attribute attr)Check if a given attribute is an attribute used to store historical information. -
Uses of Attribute in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AddMsg. getAttributes()Get the attributes of this add msg.List<Attribute>LDAPUpdateMsg. getEclIncludes()Returns the list of entry attributes.Method parameters in org.opends.server.replication.protocol with type arguments of type Attribute Modifier and Type Method Description voidLDAPUpdateMsg. setEclIncludes(Collection<Attribute> entryAttrs)Set a provided list of entry attributes. -
Uses of Attribute in org.opends.server.replication.server
Methods in org.opends.server.replication.server with parameters of type Attribute Modifier and Type Method Description protected voidReplicationServerDomain. addMonitorObjectClassNames(Attribute objectClassAttribute) -
Uses of Attribute in org.opends.server.schema
Methods in org.opends.server.schema that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>SchemaHandler. getExtraAttributes()Returns the mapping (oid, attribute) for extra attributes stored in this schema handler.Methods in org.opends.server.schema with parameters of type Attribute Modifier and Type Method Description static voidSchemaHandler. updateExtraAttributes(Map<String,Attribute> extraAttributes, Attribute attribute, Set<String> modifiedSchemaFiles)Updates the extra attributes map with the provided attribute, and make sure that the extra attributes get saved to the "99-user.ldif" file.Method parameters in org.opends.server.schema with type arguments of type Attribute Modifier and Type Method Description static voidSchemaHandler. updateExtraAttributes(Map<String,Attribute> extraAttributes, Attribute attribute, Set<String> modifiedSchemaFiles)Updates the extra attributes map with the provided attribute, and make sure that the extra attributes get saved to the "99-user.ldif" file.voidSchemaHandler. updateSchemaAndSchemaFiles(Schema newSchema, Map<String,Attribute> newExtraAttributes, SortedSet<String> modifiedSchemaFileNames, AlertGenerator alertGenerator)Replaces the schema with the provided schema and updates the provided set of schema files. -
Uses of Attribute in org.opends.server.types
Classes in org.opends.server.types that implement Attribute Modifier and Type Class Description classCompactAttributeA compact attribute represents values using a hash array map trie (HAMT) index and an array of encoded values.Methods in org.opends.server.types that return Attribute Modifier and Type Method Description AttributeVirtualAttributeRule. getAttribute(Entry entry)Generates an attribute with the values for the provided entry.static AttributeEntries. getRealAttributeOrNull(Attribute attribute)Returns the provided attribute if it is real ornullif it is virtual.Methods in org.opends.server.types that return types with arguments of type Attribute Modifier and Type Method Description Iterable<Attribute>CompactEntry. getAllAttributes()List<Attribute>SubEntry. getCollectiveAttributes()Getter for collective attributes contained within this subentry.Methods in org.opends.server.types with parameters of type Attribute Modifier and Type Method Description 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.static CompactAttributeCompactAttribute. compactCopyOf(Attribute attribute)Returns a compact read-only attribute having the same attribute description and attribute values asattribute.static AttributeEntries. getRealAttributeOrNull(Attribute attribute)Returns the provided attribute if it is real ornullif it is virtual. -
Uses of Attribute in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return types with arguments of type Attribute Modifier and Type Method Description Iterable<Attribute>PostCommitAddOperation. getAllAttributes()Retrieves the set of attributes as read from the client request.Iterable<Attribute>PostOperationAddOperation. getAllAttributes()Retrieves the set of processed user attributes for the entry to add.Iterable<Attribute>PostResponseAddOperation. getAllAttributes()Retrieves the set of attributes as read from the client request.Iterable<Attribute>PostSynchronizationAddOperation. getAllAttributes()Retrieves the set of attributes as read from the client request.Iterable<Attribute>PreOperationAddOperation. getAllAttributes()Retrieves the set of attributes as read from the client request.Iterable<Attribute>PreParseAddOperation. getAllAttributes()Retrieves the set of attributes as read from the client request.Methods in org.opends.server.types.operation with parameters of type Attribute Modifier and Type Method Description voidPreParseAddOperation. addAttribute(Attribute attribute)Adds the provided attribute to the set of attributes for this add operation.voidPreOperationAddOperation. replaceAttribute(Attribute attribute)Adds all of the attribute values contained inattributeto this entry, replacing any existing attribute values (optional operation).
-