Uses of Interface
org.apache.directory.api.ldap.model.entry.Attribute
-
-
Uses of Attribute in org.apache.directory.api.ldap.model.entry
Classes in org.apache.directory.api.ldap.model.entry that implement Attribute Modifier and Type Class Description classDefaultAttributeAn LDAP attribute.Fields in org.apache.directory.api.ldap.model.entry declared as Attribute Modifier and Type Field Description private AttributeDefaultModification. attributeThe attribute which contains the modificationFields in org.apache.directory.api.ldap.model.entry with type parameters of type Attribute Modifier and Type Field Description private Map<String,Attribute>DefaultEntry. attributesA map containing all the attributes for this entryMethods in org.apache.directory.api.ldap.model.entry that return Attribute Modifier and Type Method Description AttributeAttribute. clone()AttributeDefaultAttribute. clone()AttributeDefaultEntry. get(String alias)Returns the attribute with the specified alias.AttributeDefaultEntry. get(AttributeType attributeType)Returns the attribute associated with an AttributeTypeAttributeEntry. get(String alias)Returns the attribute with the specified alias.AttributeEntry. get(AttributeType attributeType)Returns the attribute associated with an AttributeTypeAttributeImmutableEntry. get(String alias)Returns the attribute with the specified alias.AttributeImmutableEntry. get(AttributeType attributeType)Returns the attribute associated with an AttributeTypeAttributeDefaultModification. getAttribute()AttributeModification. getAttribute()AttributeDefaultEntry. put(String upId, byte[]... values)Put an attribute (represented by its ID and some binary values) into an entry.AttributeDefaultEntry. put(String upId, String... values)Put an attribute (represented by its ID and some String values) into an entry.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, byte[]... values)Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.AttributeDefaultEntry. put(String upId, AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and some String values into the attribute collection.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, byte[]... values)Places a new attribute with the supplied AttributeType and binary values into the attribute collection.AttributeDefaultEntry. put(AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and String 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, byte[]... values)Put an attribute (represented by its ID and some binary values) into an entry.AttributeEntry. put(String upId, String... values)Put an attribute (represented by its ID and some String values) into an entry.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, byte[]... values)Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.AttributeEntry. put(String upId, AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and some String values into the attribute collection.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, byte[]... values)Places a new attribute with the supplied AttributeType and binary values into the attribute collection.AttributeEntry. put(AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and String 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, byte[]... values)Put an attribute (represented by its ID and some binary values) into an entry.AttributeImmutableEntry. put(String upId, String... values)Put an attribute (represented by its ID and some String values) into an entry.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, byte[]... values)Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.AttributeImmutableEntry. put(String upId, AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and some String values into the attribute collection.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, byte[]... values)Places a new attribute with the supplied AttributeType and binary values into the attribute collection.AttributeImmutableEntry. put(AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and String 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.static AttributeAttributeUtils. toApiAttribute(Attribute jndiAttribute)Convert a JNDI Attribute to an LDAP API AttributeMethods in org.apache.directory.api.ldap.model.entry that return types with arguments of type Attribute Modifier and Type Method Description Collection<Attribute>DefaultEntry. getAttributes()Gets all the attributesCollection<Attribute>Entry. getAttributes()Gets all the attributesCollection<Attribute>ImmutableEntry. getAttributes()Gets all the attributesIterator<Attribute>DefaultEntry. iterator()Returns an enumeration containing the zero or more attributes in the collection.Iterator<Attribute>Entry. iterator()Returns an iterator on the attributes for this entry.Iterator<Attribute>ImmutableEntry. iterator()Returns an enumeration containing the zero or more attributes in the collection.List<Attribute>DefaultEntry. put(Attribute... attributes)Places attributes in the attribute collection.List<Attribute>Entry. put(Attribute... attributes)Places attributes in the attribute collection.List<Attribute>ImmutableEntry. put(Attribute... attributes)Places attributes in the attribute collection.List<Attribute>DefaultEntry. remove(Attribute... attributes)Removes the specified attributes.List<Attribute>Entry. remove(Attribute... attributes)Removes the specified attributes.List<Attribute>ImmutableEntry. remove(Attribute... attributes)Removes the specified attributes.Methods in org.apache.directory.api.ldap.model.entry with parameters of type Attribute Modifier and Type Method Description EntryDefaultEntry. add(Attribute... attributes)Add some Attributes to the current Entry.EntryEntry. add(Attribute... attributes)Add some Attributes to the current Entry.EntryImmutableEntry. add(Attribute... attributes)Add some Attributes to the current Entry.booleanDefaultEntry. contains(Attribute... attributes)Checks if an entry contains a list of attributes.booleanEntry. contains(Attribute... attributes)Checks if an entry contains a list of attributes.booleanImmutableEntry. contains(Attribute... attributes)Checks if an entry contains a list of attributes.booleanDefaultEntry. hasObjectClass(Attribute... objectClasses)Tells if an entry has some specific ObjectClasses AttributesbooleanEntry. hasObjectClass(Attribute... objectClasses)Tells if an entry has some specific ObjectClasses AttributesbooleanImmutableEntry. hasObjectClass(Attribute... objectClasses)Tells if an entry has some specific ObjectClasses AttributesList<Attribute>DefaultEntry. put(Attribute... attributes)Places attributes in the attribute collection.List<Attribute>Entry. put(Attribute... attributes)Places attributes in the attribute collection.List<Attribute>ImmutableEntry. put(Attribute... attributes)Places attributes in the attribute collection.List<Attribute>DefaultEntry. remove(Attribute... attributes)Removes the specified attributes.List<Attribute>Entry. remove(Attribute... attributes)Removes the specified attributes.List<Attribute>ImmutableEntry. remove(Attribute... attributes)Removes the specified attributes.voidDefaultModification. setAttribute(Attribute attribute)Set the attribute's modificationvoidModification. setAttribute(Attribute attribute)Set the attribute's modificationstatic AttributeAttributeUtils. toJndiAttribute(Attribute attribute)Converts anAttributeto a JNDI Attribute.Constructors in org.apache.directory.api.ldap.model.entry with parameters of type Attribute Constructor Description DefaultAttribute(AttributeType attributeType, Attribute attribute)Creates a new instance of schema aware Attribute, by copying another attribute.DefaultModification(ModificationOperation operation, Attribute attribute)Creates a new instance of DefaultModification. -
Uses of Attribute in org.apache.directory.api.ldap.model.ldif
Methods in org.apache.directory.api.ldap.model.ldif that return Attribute Modifier and Type Method Description AttributeLdifEntry. get(String attributeId)Returns a attribute given it's idstatic AttributeLdifReader. parseAttributeValue(String line)Parse an AttributeType/AttributeValueMethods in org.apache.directory.api.ldap.model.ldif that return types with arguments of type Attribute Modifier and Type Method Description Iterator<Attribute>LdifEntry. iterator()Returns an enumeration containing the zero or more attributes in the collection.Methods in org.apache.directory.api.ldap.model.ldif with parameters of type Attribute Modifier and Type Method Description voidLdifEntry. addAttribute(Attribute attr)Add an attribute to the entryvoidLdifEntry. addModification(ModificationOperation modOp, Attribute attr)Add a modification item (used by modify operations)static StringLdifUtils. convertToLdif(Attribute attr)Converts an EntryAttribute to LDIFstatic StringLdifUtils. convertToLdif(Attribute attr, int length)Converts an EntryAttribute as LDIF -
Uses of Attribute in org.apache.directory.api.ldap.model.ldif.anonymizer
Methods in org.apache.directory.api.ldap.model.ldif.anonymizer that return Attribute 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.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)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)Methods in org.apache.directory.api.ldap.model.ldif.anonymizer with parameters of type Attribute 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.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)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) -
Uses of Attribute in org.apache.directory.api.ldap.model.message
Fields in org.apache.directory.api.ldap.model.message declared as Attribute Modifier and Type Field Description private AttributeAddRequestImpl. currentAttributeThe current attribute being decodedMethods in org.apache.directory.api.ldap.model.message with parameters of type Attribute Modifier and Type Method Description ModifyRequestModifyRequest. add(Attribute attr)marks a given attribute for addition in the target entry.ModifyRequestModifyRequestImpl. add(Attribute attr)marks a given attribute for addition in the target entry.ModifyRequestModifyRequest. addModification(Attribute attr, ModificationOperation modOp)Add a modificationModifyRequestModifyRequestImpl. addModification(Attribute attr, ModificationOperation modOp)Add a modificationModifyRequestModifyRequest. increment(Attribute attr)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequest. increment(Attribute attr, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequestImpl. increment(Attribute attr)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequestImpl. increment(Attribute attr, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequest. remove(Attribute attr)marks a given attribute for removal from the target entry.ModifyRequestModifyRequestImpl. remove(Attribute attr)marks a given attribute for removal from the target entry.ModifyRequestModifyRequest. replace(Attribute attr)marks a given attribute for replacement in the target entry.ModifyRequestModifyRequestImpl. replace(Attribute attr)marks a given attribute for replacement in the target entry.
-