Uses of Class
org.apache.directory.api.ldap.model.entry.Value
-
-
Uses of Value in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that return Value Modifier and Type Method Description ValueAttributeValueAssertion. getAssertionValue()Get the assertion valueValueCompareRequestDsml. getAssertionValue()Gets the attribute value to use in making the comparison.ValueExtensibleMatchFilter. getMatchValue()Get the matchValueMethods in org.apache.directory.api.dsmlv2.request with parameters of type Value Modifier and Type Method Description voidAddRequestDsml. addAttributeValue(Value value)Add a new value to the current attributevoidAttributeValueAssertion. setAssertionValue(Value assertionValue)Set the assertion valuevoidExtensibleMatchFilter. setMatchValue(Value matchValue)Set the matchValue -
Uses of Value in org.apache.directory.api.ldap.codec.search
Methods in org.apache.directory.api.ldap.codec.search that return Value Modifier and Type Method Description ValueExtensibleMatchFilter. getMatchValue()Get the matchValueMethods in org.apache.directory.api.ldap.codec.search with parameters of type Value Modifier and Type Method Description voidExtensibleMatchFilter. setMatchValue(Value matchValue)Set the matchValue -
Uses of Value in org.apache.directory.api.ldap.model.entry
Methods in org.apache.directory.api.ldap.model.entry that return Value Modifier and Type Method Description ValueValue. clone()Clone a Valuestatic 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 protected 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.Methods in org.apache.directory.api.ldap.model.filter with parameters of type Value Modifier and Type Method Description voidExtensibleNode. 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
Methods 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
Methods in org.apache.directory.api.ldap.model.name that return Value Modifier and Type Method Description ValueAva. getValue()Get the Value of a AvaConstructors 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 -
Uses of Value in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return types with arguments of type Value Modifier and Type Method Description Map<Value,Value>LdifAnonymizer. getValueMap()Map<Value,Value>LdifAnonymizer. getValueMap()Methods in org.apache.directory.ldap.client.api with parameters of type Value Modifier and Type Method Description booleanLdapConnection. compare(String dn, String attributeName, Value value)Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.booleanLdapConnection. compare(Dn dn, String attributeName, Value value)Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.booleanLdapConnectionWrapper. compare(String dn, String attributeName, Value value)Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.booleanLdapConnectionWrapper. compare(Dn dn, String attributeName, Value value)Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.booleanLdapNetworkConnection. compare(String dn, String attributeName, Value value)Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.booleanLdapNetworkConnection. compare(Dn dn, String attributeName, Value value)Compares whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given distinguished name.Method parameters in org.apache.directory.ldap.client.api with type arguments of type Value Modifier and Type Method Description voidLdifAnonymizer. setValueMap(Map<Value,Value> valueMap)voidLdifAnonymizer. setValueMap(Map<Value,Value> valueMap) -
Uses of Value in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template with parameters of type Value Modifier and Type Method Description AttributeLdapConnectionTemplate. newAttribute(String name, Value... values)Returns a new Attribute for with the providednameandvalue(s).AttributeModelFactory. newAttribute(String name, Value... values)Returns a new Attribute for with the providednameandvalue(s).AttributeModelFactoryImpl. newAttribute(String name, Value... values)Returns a new Attribute for with the providednameandvalue(s).
-