Uses of Interface
org.apache.directory.api.ldap.model.entry.Attribute
-
-
Uses of Attribute in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request with parameters of type Attribute Modifier and Type Method Description ModifyRequestModifyRequestDsml. add(Attribute attr)marks a given attribute for addition in the target entry.ModifyRequestModifyRequestDsml. addModification(Attribute attr, ModificationOperation modOp)Add a modificationModifyRequestModifyRequestDsml. increment(Attribute attributeName)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequestDsml. increment(Attribute attributeName, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequestDsml. remove(Attribute attr)marks a given attribute for removal from the target entry.ModifyRequestModifyRequestDsml. replace(Attribute attr)marks a given attribute for replacement in the target entry. -
Uses of Attribute in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response that return Attribute Modifier and Type Method Description AttributeSearchResultEntryDsml. getCurrentAttribute() -
Uses of Attribute in org.apache.directory.api.ldap.aci.protectedItem
Methods in org.apache.directory.api.ldap.aci.protectedItem that return types with arguments of type Attribute Modifier and Type Method Description Iterator<Attribute>AttributeValueItem. iterator()Returns an iterator of allAttributes.Constructor parameters in org.apache.directory.api.ldap.aci.protectedItem with type arguments of type Attribute Constructor Description AttributeValueItem(Set<Attribute> attributes)Creates a new instance. -
Uses of Attribute in org.apache.directory.api.ldap.codec.api
Methods in org.apache.directory.api.ldap.codec.api that return Attribute Modifier and Type Method Description AttributeLdapMessageContainer. getCurrentAttribute()Methods in org.apache.directory.api.ldap.codec.api with parameters of type Attribute Modifier and Type Method Description voidLdapMessageContainer. setCurrentAttribute(Attribute currentAttribute) -
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.Methods 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
Methods 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. -
Uses of Attribute in org.apache.directory.api.ldap.schema.loader
Methods in org.apache.directory.api.ldap.schema.loader with parameters of type Attribute Modifier and Type Method Description voidAttributeClassLoader. setAttribute(Attribute attribute)Sets the attribute. -
Uses of Attribute in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return Attribute Modifier and Type Method Description AttributeLdapConnectionTemplate. newAttribute(String name)Returns a new Attribute for with the providednameand a null value.AttributeLdapConnectionTemplate. newAttribute(String name, byte[]... values)Returns a new Attribute for with the providednameandvalue(s).AttributeLdapConnectionTemplate. newAttribute(String name, String... values)Returns a new Attribute for with the providednameandvalue(s).AttributeLdapConnectionTemplate. newAttribute(String name, Value... values)Returns a new Attribute for with the providednameandvalue(s).AttributeModelFactory. newAttribute(String name)Returns a new Attribute for with the providednameand a null value.AttributeModelFactory. newAttribute(String name, byte[]... values)Returns a new Attribute for with the providednameandvalue(s).AttributeModelFactory. newAttribute(String name, String... 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)Returns a new Attribute for with the providednameand a null value.AttributeModelFactoryImpl. newAttribute(String name, byte[]... values)Returns a new Attribute for with the providednameandvalue(s).AttributeModelFactoryImpl. newAttribute(String name, String... 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).Methods in org.apache.directory.ldap.client.template with parameters of type Attribute Modifier and Type Method Description AddResponseLdapConnectionOperations. add(Dn dn, Attribute... attributes)Adds an entry specified by a Dn and an array of Attribute's to the LDAP server.AddResponseLdapConnectionTemplate. add(Dn dn, Attribute... attributes)Adds an entry specified by a Dn and an array of Attribute's to the LDAP server.
-