|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| org.apache.directory.api.ldap.model.entry | |
| org.apache.directory.api.ldap.model.ldif | |
| org.apache.directory.api.ldap.model.message | |
| Uses of Attribute in org.apache.directory.api.ldap.model.entry |
|---|
| Classes in org.apache.directory.api.ldap.model.entry that implement Attribute | |
|---|---|
class |
DefaultAttribute
An LDAP attribute. |
| Methods in org.apache.directory.api.ldap.model.entry that return Attribute | |
|---|---|
Attribute |
DefaultAttribute.clone()
|
Attribute |
Attribute.clone()
|
Attribute |
ImmutableEntry.get(AttributeType attributeType)
Returns the attribute associated with an AttributeType |
Attribute |
Entry.get(AttributeType attributeType)
Returns the attribute associated with an AttributeType |
Attribute |
DefaultEntry.get(AttributeType attributeType)
Returns the attribute associated with an AttributeType |
Attribute |
ImmutableEntry.get(String alias)
Returns the attribute with the specified alias. |
Attribute |
Entry.get(String alias)
Returns the attribute with the specified alias. |
Attribute |
DefaultEntry.get(String alias)
Returns the attribute with the specified alias. |
Attribute |
Modification.getAttribute()
|
Attribute |
DefaultModification.getAttribute()
|
Attribute |
ImmutableEntry.put(AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and binary values into the attribute collection. |
Attribute |
Entry.put(AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and binary values into the attribute collection. |
Attribute |
DefaultEntry.put(AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and binary values into the attribute collection. |
Attribute |
ImmutableEntry.put(AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and String values into the attribute collection. |
Attribute |
Entry.put(AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and String values into the attribute collection. |
Attribute |
DefaultEntry.put(AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and String values into the attribute collection. |
Attribute |
ImmutableEntry.put(AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
Attribute |
Entry.put(AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
Attribute |
DefaultEntry.put(AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
Attribute |
ImmutableEntry.put(String upId,
AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection. |
Attribute |
Entry.put(String upId,
AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection. |
Attribute |
DefaultEntry.put(String upId,
AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection. |
Attribute |
ImmutableEntry.put(String upId,
AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and some String values into the attribute collection. |
Attribute |
Entry.put(String upId,
AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and some String values into the attribute collection. |
Attribute |
DefaultEntry.put(String upId,
AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and some String values into the attribute collection. |
Attribute |
ImmutableEntry.put(String upId,
AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
Attribute |
Entry.put(String upId,
AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
Attribute |
DefaultEntry.put(String upId,
AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
Attribute |
ImmutableEntry.put(String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry. |
Attribute |
Entry.put(String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry. |
Attribute |
DefaultEntry.put(String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry. |
Attribute |
ImmutableEntry.put(String upId,
String... values)
Put an attribute (represented by its ID and some String values) into an entry. |
Attribute |
Entry.put(String upId,
String... values)
Put an attribute (represented by its ID and some String values) into an entry. |
Attribute |
DefaultEntry.put(String upId,
String... values)
Put an attribute (represented by its ID and some String values) into an entry. |
Attribute |
ImmutableEntry.put(String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry. |
Attribute |
Entry.put(String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry. |
Attribute |
DefaultEntry.put(String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry. |
static Attribute |
AttributeUtils.toApiAttribute(Attribute jndiAttribute)
Convert a JNDI Attribute to an LDAP API Attribute |
| Methods in org.apache.directory.api.ldap.model.entry that return types with arguments of type Attribute | |
|---|---|
Collection<Attribute> |
ImmutableEntry.getAttributes()
Gets all the attributes |
Collection<Attribute> |
Entry.getAttributes()
Gets all the attributes |
Collection<Attribute> |
DefaultEntry.getAttributes()
Gets all the attributes |
Iterator<Attribute> |
ImmutableEntry.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> |
DefaultEntry.iterator()
Returns an enumeration containing the zero or more attributes in the collection. |
List<Attribute> |
ImmutableEntry.put(Attribute... attributes)
Places attributes in the attribute collection. |
List<Attribute> |
Entry.put(Attribute... attributes)
Places attributes in the attribute collection. |
List<Attribute> |
DefaultEntry.put(Attribute... attributes)
Places attributes in the attribute collection. |
List<Attribute> |
ImmutableEntry.remove(Attribute... attributes)
Removes the specified attributes. |
List<Attribute> |
Entry.remove(Attribute... attributes)
Removes the specified attributes. |
List<Attribute> |
DefaultEntry.remove(Attribute... attributes)
Removes the specified attributes. |
| Methods in org.apache.directory.api.ldap.model.entry with parameters of type Attribute | |
|---|---|
void |
ImmutableEntry.add(Attribute... attributes)
Add some Attributes to the current Entry. |
void |
Entry.add(Attribute... attributes)
Add some Attributes to the current Entry. |
void |
DefaultEntry.add(Attribute... attributes)
Add some Attributes to the current Entry. |
boolean |
ImmutableEntry.contains(Attribute... attributes)
Checks if an entry contains a list of attributes. |
boolean |
Entry.contains(Attribute... attributes)
Checks if an entry contains a list of attributes. |
boolean |
DefaultEntry.contains(Attribute... attributes)
Checks if an entry contains a list of attributes. |
boolean |
ImmutableEntry.hasObjectClass(Attribute... objectClasses)
Tells if an entry has some specific ObjectClasses Attributes |
boolean |
Entry.hasObjectClass(Attribute... objectClasses)
Tells if an entry has some specific ObjectClasses Attributes |
boolean |
DefaultEntry.hasObjectClass(Attribute... objectClasses)
Tells if an entry has some specific ObjectClasses Attributes |
List<Attribute> |
ImmutableEntry.put(Attribute... attributes)
Places attributes in the attribute collection. |
List<Attribute> |
Entry.put(Attribute... attributes)
Places attributes in the attribute collection. |
List<Attribute> |
DefaultEntry.put(Attribute... attributes)
Places attributes in the attribute collection. |
List<Attribute> |
ImmutableEntry.remove(Attribute... attributes)
Removes the specified attributes. |
List<Attribute> |
Entry.remove(Attribute... attributes)
Removes the specified attributes. |
List<Attribute> |
DefaultEntry.remove(Attribute... attributes)
Removes the specified attributes. |
void |
Modification.setAttribute(Attribute attribute)
Set the attribute's modification |
void |
DefaultModification.setAttribute(Attribute attribute)
Set the attribute's modification |
static Attribute |
AttributeUtils.toJndiAttribute(Attribute attribute)
Converts an Attribute to a JNDI Attribute. |
| Constructors in org.apache.directory.api.ldap.model.entry with parameters of type Attribute | |
|---|---|
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 | |
|---|---|
Attribute |
LdifEntry.get(String attributeId)
Returns a attribute given it's id |
static Attribute |
LdifReader.parseAttributeValue(String line)
Parse an AttributeType/AttributeValue |
| Methods in org.apache.directory.api.ldap.model.ldif with parameters of type Attribute | |
|---|---|
void |
LdifEntry.addAttribute(Attribute attr)
Add an attribute to the entry |
void |
LdifEntry.addModification(ModificationOperation modOp,
Attribute attr)
Add a modification item (used by modify operations) |
static String |
LdifUtils.convertToLdif(Attribute attr)
Converts an EntryAttribute to LDIF |
static String |
LdifUtils.convertToLdif(Attribute attr,
int length)
Converts an EntryAttribute as LDIF |
| 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 | |
|---|---|
ModifyRequest |
ModifyRequestImpl.add(Attribute attr)
marks a given attribute for addition in the target entry. |
ModifyRequest |
ModifyRequest.add(Attribute attr)
marks a given attribute for addition in the target entry. |
ModifyRequest |
ModifyRequestImpl.addModification(Attribute attr,
ModificationOperation modOp)
Add a modification |
ModifyRequest |
ModifyRequest.addModification(Attribute attr,
ModificationOperation modOp)
Add a modification |
ModifyRequest |
ModifyRequestImpl.remove(Attribute attr)
marks a given attribute for removal from the target entry. |
ModifyRequest |
ModifyRequest.remove(Attribute attr)
marks a given attribute for removal from the target entry. |
ModifyRequest |
ModifyRequestImpl.replace(Attribute attr)
marks a given attribute for replacement in the target entry. |
ModifyRequest |
ModifyRequest.replace(Attribute attr)
marks a given attribute for replacement in the target entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||