Uses of Class
org.apache.directory.api.ldap.model.entry.Value
-
-
Uses of Value in org.apache.directory.api.ldap.model.entry
Fields in org.apache.directory.api.ldap.model.entry with type parameters of type Value Modifier and Type Field Description private Set<Value>DefaultAttribute. valuesThe set of contained valuesMethods in org.apache.directory.api.ldap.model.entry that return Value Modifier and Type Method Description ValueValue. clone()Clone a Valueprivate ValueDefaultAttribute. createBinaryValue(AttributeType attributeType, byte[] value)private ValueDefaultAttribute. createStringValue(AttributeType attributeType, String value)static ValueValue. createValue(AttributeType attributeType)Create a Value with an AttributeType.static ValueValue. deserialize(ObjectInput in)Deserialize a Value.static ValueValue. deserialize(AttributeType attributeType, ObjectInput in)Deserialize a Value.ValueAttribute. get()Get the first value of this attribute.ValueDefaultAttribute. get()Get the first value of this attribute.Methods in org.apache.directory.api.ldap.model.entry that return types with arguments of type Value Modifier and Type Method Description Iterator<Value>DefaultAttribute. iterator()An iterator on top of the stored values.Methods in org.apache.directory.api.ldap.model.entry with parameters of type Value Modifier and Type Method Description intAttribute. add(Value... val)Adds some values to this attribute.intDefaultAttribute. add(Value... vals)Adds some values to this attribute.EntryDefaultEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryDefaultEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryDefaultEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryImmutableEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryImmutableEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryImmutableEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.intValue. compareTo(Value other)Compare two values.booleanAttribute. contains(Value... vals)Indicates whether the specified values are some of the attribute's values.booleanDefaultAttribute. contains(Value... vals)Indicates whether the specified values are some of the attribute's values.booleanDefaultEntry. contains(String upId, Value... values)Checks if an entry contains an attribute with some values.booleanDefaultEntry. contains(AttributeType attributeType, Value... values)Checks if an entry contains an attribute with some given binary values.booleanEntry. contains(String upId, Value... values)Checks if an entry contains an attribute with some values.booleanEntry. contains(AttributeType attributeType, Value... values)Checks if an entry contains an attribute with some given binary values.booleanImmutableEntry. contains(String upId, Value... values)Checks if an entry contains an attribute with some values.booleanImmutableEntry. contains(AttributeType attributeType, Value... values)Checks if an entry contains an attribute with some given binary values.protected voidDefaultEntry. createAttribute(String upId, AttributeType attributeType, Value... values)Add a new EntryAttribute, with its upId.AttributeDefaultEntry. put(String upId, Value... values)Put an attribute (represented by its ID and some values) into an entry.AttributeDefaultEntry. put(String upId, AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.AttributeDefaultEntry. put(AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.AttributeEntry. put(String upId, Value... values)Put an attribute (represented by its ID and some values) into an entry.AttributeEntry. put(String upId, AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.AttributeEntry. put(AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.AttributeImmutableEntry. put(String upId, Value... values)Put an attribute (represented by its ID and some values) into an entry.AttributeImmutableEntry. put(String upId, AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.AttributeImmutableEntry. put(AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.booleanAttribute. remove(Value... vals)Removes all the values that are equal to the given values.booleanDefaultAttribute. remove(Value... vals)Removes all the values that are equal to the given values.booleanDefaultEntry. remove(String upId, Value... values)Removes the specified values from an attribute.booleanDefaultEntry. remove(AttributeType attributeType, Value... values)Removes the specified values from an attribute.booleanEntry. remove(String upId, Value... values)Removes the specified values from an attribute.booleanEntry. remove(AttributeType attributeType, Value... values)Removes the specified values from an attribute.booleanImmutableEntry. remove(String upId, Value... values)Removes the specified values from an attribute.booleanImmutableEntry. remove(AttributeType attributeType, Value... values)Removes the specified values from an attribute.Constructors in org.apache.directory.api.ldap.model.entry with parameters of type Value Constructor Description DefaultAttribute(String upId, Value... vals)Create a new instance of an Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new ClientValue which uses the specified attributeType.DefaultAttribute(String upId, AttributeType attributeType, Value... vals)Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new Value which uses the specified attributeType.DefaultAttribute(AttributeType attributeType, String upId, String normId, boolean isHR, int hashCode, Value... values)Create a new instance of a schema aware Attribute.DefaultAttribute(AttributeType attributeType, Value... vals)Create a new instance of a schema aware Attribute, with some values.DefaultModification(ModificationOperation operation, String attributeId, Value... values)Creates a new instance of DefaultModification.DefaultModification(ModificationOperation operation, AttributeType attributeType, Value... values)Creates a new instance of DefaultModification.Value(AttributeType attributeType, Value value)Creates a Value from an existing Value with an AttributeType -
Uses of Value in org.apache.directory.api.ldap.model.filter
Fields in org.apache.directory.api.ldap.model.filter declared as Value Modifier and Type Field Description private ValueExtensibleNode. valueThe value of the attribute to match forprotected ValueSimpleNode. valuethe valueMethods in org.apache.directory.api.ldap.model.filter that return Value Modifier and Type Method Description ValueExtensibleNode. getValue()Gets the value.ValueSimpleNode. getValue()Gets the value.private static ValueFilterParser. parseAssertionValue(SchemaManager schemaManager, byte[] filterBytes, org.apache.directory.api.util.Position pos)An assertion value :private static ValueFilterParser. parseAssertionValue(SchemaManager schemaManager, String attribute, byte[] filterBytes, org.apache.directory.api.util.Position pos)An assertion value :Methods in org.apache.directory.api.ldap.model.filter with parameters of type Value Modifier and Type Method Description private static ExprNodeFilterParser. parseSubstring(SchemaManager schemaManager, String attribute, Value initial, byte[] filterBytes, org.apache.directory.api.util.Position pos)Parse a substringvoidExtensibleNode. setValue(Value value)Sets the value.voidSimpleNode. setValue(Value value)Sets the value of this node.Constructors in org.apache.directory.api.ldap.model.filter with parameters of type Value Constructor Description ApproximateNode(AttributeType attributeType, Value value)Creates a new ApproximateNode object.EqualityNode(AttributeType attributeType, Value value)Creates a new Equality object.ExtensibleNode(String attribute, Value value, String matchingRuleId, boolean dnAttributes)Creates a new ExtensibleNode object.ExtensibleNode(AttributeType attributeType, Value value, String matchingRuleId, boolean dnAttributes)Creates a new ExtensibleNode object.GreaterEqNode(AttributeType attributeType, Value value)Creates a new GreaterOrEqual object.LessEqNode(AttributeType attributeType, Value value)Creates a new LessEqNode object.SimpleNode(AttributeType attributeType, Value value, AssertionType assertionType)Creates a new SimpleNode object. -
Uses of Value in org.apache.directory.api.ldap.model.ldif.anonymizer
Method parameters in org.apache.directory.api.ldap.model.ldif.anonymizer with type arguments of type Value Modifier and Type Method Description AttributeAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Take an attribute and its value, anonymizing all of them.AttributeAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Take an attribute and its value, anonymizing all of them.AttributeAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Take an attribute and its value, anonymizing all of them.AttributeBinaryAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeBinaryAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeBinaryAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeCaseSensitiveStringAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeCaseSensitiveStringAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeCaseSensitiveStringAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeIntegerAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeIntegerAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeIntegerAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeStringAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeStringAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)AttributeStringAnonymizer. anonymize(Map<Value,Value> valueMap, Set<Value> valueSet, Attribute attribute)Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type) -
Uses of Value in org.apache.directory.api.ldap.model.message
Fields in org.apache.directory.api.ldap.model.message declared as Value Modifier and Type Field Description private ValueCompareRequestImpl. attrValThe value of the attribute used in the comparisonMethods in org.apache.directory.api.ldap.model.message that return Value Modifier and Type Method Description ValueCompareRequest. getAssertionValue()Gets the attribute value to use in making the comparison.ValueCompareRequestImpl. getAssertionValue()Gets the attribute value to use in making the comparison.Methods in org.apache.directory.api.ldap.model.message with parameters of type Value Modifier and Type Method Description voidAddRequestImpl. addAttributeValue(Value value)Add a new value to the current attribute -
Uses of Value in org.apache.directory.api.ldap.model.name
Fields in org.apache.directory.api.ldap.model.name declared as Value Modifier and Type Field Description (package private) ValueAva. valueThe value.Methods in org.apache.directory.api.ldap.model.name that return Value Modifier and Type Method Description ValueAva. getValue()Get the Value of a AvaMethods in org.apache.directory.api.ldap.model.name with parameters of type Value Modifier and Type Method Description private voidRdn. addAVA(SchemaManager schemaManager, String type, Value value)Add an Ava to the current Rdnprivate voidAva. createAva(String upType, Value upValue)Construct an Ava.private voidAva. createAva(SchemaManager schemaManager, String upType, Value value)Construct a schema aware Ava.Constructors in org.apache.directory.api.ldap.model.name with parameters of type Value Constructor Description Ava(String upType, String normType, Value value, String upName)Construct an Ava.Ava(AttributeType attributeType, String upType, String normType, Value value, String upName)Construct an Ava.Ava(SchemaManager schemaManager, String upType, String normType, Value value)Construct an Ava. -
Uses of Value in org.apache.directory.api.ldap.model.schema.normalizers
Methods in org.apache.directory.api.ldap.model.schema.normalizers that return Value Modifier and Type Method Description ValueNumericNormalizer. normalize(Value value)Normalize a ValueMethods in org.apache.directory.api.ldap.model.schema.normalizers with parameters of type Value Modifier and Type Method Description ValueNumericNormalizer. normalize(Value value)Normalize a Value
-