Uses of Class
org.forgerock.opendj.ldap.AttributeDescription
Packages that use AttributeDescription
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for common LDAP controls.
Classes and interfaces for core LDAP requests.
Classes and interfaces for core LDAP responses.
Classes and interfaces for reading and writing LDIF.
-
Uses of AttributeDescription in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return AttributeDescriptionModifier and TypeMethodDescriptionAttributeParser.asAttributeDescription()Returns the first value decoded as anAttributeDescriptionusing the schema associated with this parser, ornullif the attribute does not contain any values.AttributeParser.asAttributeDescription(String defaultValue) Returns the first value decoded as anAttributeDescriptionusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.AttributeParser.asAttributeDescription(AttributeDescription defaultValue) Returns the first value decoded as anAttributeDescriptionusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.static AttributeDescriptionAttributeDescription.create(String attributeName, AttributeType attributeType) Deprecated.This method may be removed at any timestatic AttributeDescriptionAttributeDescription.create(String attributeName, AttributeType attributeType, String option) Deprecated.This method may be removed at any timestatic AttributeDescriptionAttributeDescription.create(String attributeName, AttributeType attributeType, String... options) Deprecated.This method may be removed at any timestatic AttributeDescriptionAttributeDescription.create(String attributeName, AttributeType attributeType, Collection<String> options) Deprecated.This method may be removed at any timestatic AttributeDescriptionAttributeDescription.create(AttributeType attributeType) Creates an attribute description having the provided attribute type and no options.static AttributeDescriptionAttributeDescription.create(AttributeType attributeType, String option) Creates an attribute description having the provided attribute type and single option.static AttributeDescriptionAttributeDescription.create(AttributeType attributeType, String... options) Creates an attribute description having the provided attribute type and options.static AttributeDescriptionAttributeDescription.create(AttributeType attributeType, Collection<String> options) Creates an attribute description having the provided attribute type and options.abstract AttributeDescriptionAbstractAttribute.getAttributeDescription()Attribute.getAttributeDescription()Returns the attribute description of this attribute, which includes its attribute type and any options.LinkedAttribute.getAttributeDescription()static AttributeDescriptionAttributeDescription.objectClass()Returns an attribute description representing the object class attribute type with no options.static AttributeDescriptionParses the provided LDAP string representation of an attribute description using the default schema.static AttributeDescriptionParses the provided LDAP string representation of an attribute description using the provided schema.AttributeDescription.withOption(String option) Returns an attribute description having the same attribute type and options as this attribute description as well as the provided option.AttributeDescription.withoutAnyOptions()Returns an attribute description having the same attribute type as this attribute description except that all options has been removed.AttributeDescription.withoutOption(String option) Returns an attribute description having the same attribute type and options as this attribute description except for the provided option.Methods in org.forgerock.opendj.ldap that return types with arguments of type AttributeDescriptionModifier and TypeMethodDescriptionAttributeParser.asSetOfAttributeDescription()Returns the values decoded as a set ofAttributeDescriptions using the schema associated with this parser, or an empty set if the attribute does not contain any values.AttributeParser.asSetOfAttributeDescription(String... defaultValues) Returns the values decoded as a set ofAttributeDescriptions using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.AttributeParser.asSetOfAttributeDescription(Collection<AttributeDescription> defaultValues) Returns the values decoded as a set ofAttributeDescriptions using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.AttributeParser.asSetOfAttributeDescription(AttributeDescription... defaultValues) Returns the values decoded as a set ofAttributeDescriptions using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.static org.forgerock.util.Function<ByteString, AttributeDescription, org.forgerock.i18n.LocalizedIllegalArgumentException> Functions.byteStringToAttributeDescription()Returns a function which parsesAttributeDescriptions using the default schema.static org.forgerock.util.Function<ByteString, AttributeDescription, org.forgerock.i18n.LocalizedIllegalArgumentException> Functions.byteStringToAttributeDescription(Schema schema) Returns a function which parsesAttributeDescriptions using the provided schema.static org.forgerock.util.Function<String, AttributeDescription, org.forgerock.i18n.LocalizedIllegalArgumentException> Functions.stringToAttributeDescription()Returns a function which parsesAttributeDescriptions using the default schema.static org.forgerock.util.Function<String, AttributeDescription, org.forgerock.i18n.LocalizedIllegalArgumentException> Functions.stringToAttributeDescription(Schema schema) Returns a function which parsesAttributeDescriptions using the provided schema.Methods in org.forgerock.opendj.ldap with parameters of type AttributeDescriptionModifier and TypeMethodDescriptionAttributeParser.asAttributeDescription(AttributeDescription defaultValue) Returns the first value decoded as anAttributeDescriptionusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values.AttributeParser.asSetOfAttributeDescription(AttributeDescription... defaultValues) Returns the values decoded as a set ofAttributeDescriptions using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.intAttributeDescription.compareTo(AttributeDescription other) Compares this attribute description to the provided attribute description.static AttributeAttributes.emptyAttribute(AttributeDescription attributeDescription) Returns a read-only empty attribute having the specified attribute description.AbstractEntry.getAllAttributes(AttributeDescription attributeDescription) 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.AbstractEntry.getAttribute(AttributeDescription attributeDescription) Entry.getAttribute(AttributeDescription attributeDescription) Returns the named attribute contained in this entry, ornullif it is not included with this entry.AttributeFilter.includeAttribute(AttributeDescription attributeDescription) Specifies that the named attribute should be included in filtered entries.booleanAttributeDescription.isSubTypeOf(AttributeDescription other) Indicates whether this attribute description is a sub-type of the provided attribute description as defined in RFC 4512 section 2.5.booleanAttributeDescription.isSuperTypeOf(AttributeDescription other) Indicates whether this attribute description is a super-type of the provided attribute description as defined in RFC 4512 section 2.5.booleanAttributeDescription.matches(AttributeDescription other) Indicates whether the provided attribute description matches this attribute description.AttributeFactory.newAttribute(AttributeDescription attributeDescription) Creates an attribute using the provided attribute description and no values.AbstractEntry.parseAttribute(AttributeDescription attributeDescription) Entry.parseAttribute(AttributeDescription attributeDescription) Returns a parser for the named attribute contained in this entry.booleanAbstractEntry.removeAttribute(AttributeDescription attributeDescription) booleanEntry.removeAttribute(AttributeDescription attributeDescription) Removes the named attribute from this entry if it is present (optional operation).static AttributeAttributes.renameAttribute(Attribute attribute, AttributeDescription attributeDescription) Returns a view ofattributehaving a different attribute description.static AttributeAttributes.singletonAttribute(AttributeDescription attributeDescription, Object value) Returns a read-only single-valued attribute having the specified attribute description and value.Method parameters in org.forgerock.opendj.ldap with type arguments of type AttributeDescriptionModifier and TypeMethodDescriptionAttributeParser.asSetOfAttributeDescription(Collection<AttributeDescription> defaultValues) Returns the values decoded as a set ofAttributeDescriptions using the schema associated with this parser, ordefaultValuesif the attribute does not contain any values.Constructors in org.forgerock.opendj.ldap with parameters of type AttributeDescriptionModifierConstructorDescriptionLinkedAttribute(AttributeDescription attributeDescription) Creates a new attribute having the specified attribute description and no attribute values.LinkedAttribute(AttributeDescription attributeDescription, Object value) Creates a new attribute having the specified attribute description and single attribute value.LinkedAttribute(AttributeDescription attributeDescription, Object... values) Creates a new attribute having the specified attribute description and attribute values.LinkedAttribute(AttributeDescription attributeDescription, Collection<?> values) Creates a new attribute having the specified attribute description and attribute values.SortKey(AttributeDescription attributeDescription, boolean isReverseOrder, MatchingRule orderingMatchingRule) Creates a new sort key using the provided attribute description. -
Uses of AttributeDescription in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return AttributeDescriptionModifier and TypeMethodDescriptionServerSideSortResponseControl.getAttributeDescription()Returns the first attribute description specified in the list of sort keys that was in error, ornullif the attribute description was not included with this control.Methods in org.forgerock.opendj.ldap.controls with parameters of type AttributeDescriptionModifier and TypeMethodDescriptionServerSideSortResponseControl.newControl(ResultCode result, AttributeDescription attributeDescription) Creates a new server-side response control with the provided sort result and attribute description. -
Uses of AttributeDescription in org.forgerock.opendj.ldap.requests
Methods in org.forgerock.opendj.ldap.requests that return AttributeDescriptionModifier and TypeMethodDescriptionCompareRequest.getAttributeDescription()Returns the name of the attribute to be compared.Methods in org.forgerock.opendj.ldap.requests with parameters of type AttributeDescriptionModifier and TypeMethodDescriptionAddRequest.getAllAttributes(AttributeDescription attributeDescription) AddRequest.getAttribute(AttributeDescription attributeDescription) static CompareRequestRequests.newCompareRequest(DN name, AttributeDescription attributeDescription, Object assertionValue) Creates a new compare request using the provided distinguished name, attribute name, and assertion value.booleanAddRequest.removeAttribute(AttributeDescription attributeDescription) CompareRequest.setAttributeDescription(AttributeDescription attributeDescription) Sets the name of the attribute to be compared. -
Uses of AttributeDescription in org.forgerock.opendj.ldap.responses
Methods in org.forgerock.opendj.ldap.responses with parameters of type AttributeDescriptionModifier and TypeMethodDescriptionSearchResultEntry.getAllAttributes(AttributeDescription attributeDescription) SearchResultEntry.getAttribute(AttributeDescription attributeDescription) booleanSearchResultEntry.removeAttribute(AttributeDescription attributeDescription) -
Uses of AttributeDescription in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif with parameters of type AttributeDescriptionModifier and TypeMethodDescriptionLDIFChangeRecordReader.setExcludeAttribute(AttributeDescription attributeDescription) Excludes the named attribute from any change records that are read from LDIF.LDIFChangeRecordWriter.setExcludeAttribute(AttributeDescription attributeDescription) Excludes the named attribute from any change records that are written to LDIF.LDIFEntryReader.setExcludeAttribute(AttributeDescription attributeDescription) Excludes the named attribute from any entries that are read from LDIF.LDIFEntryWriter.setExcludeAttribute(AttributeDescription attributeDescription) Excludes the named attribute from any entries that are written to LDIF.LDIFChangeRecordReader.setIncludeAttribute(AttributeDescription attributeDescription) Ensures that the named attribute is not excluded from any change records that are read from LDIF.LDIFChangeRecordWriter.setIncludeAttribute(AttributeDescription attributeDescription) Ensures that the named attribute is not excluded from any change records that are written to LDIF.LDIFEntryReader.setIncludeAttribute(AttributeDescription attributeDescription) Ensures that the named attribute is not excluded from any entries that are read from LDIF.LDIFEntryWriter.setIncludeAttribute(AttributeDescription attributeDescription) Ensures that the named attribute is not excluded from any entries that are written to LDIF.