Modifier and Type | Method and Description |
---|---|
List<EntryAttribute> |
SearchRequestCodec.getAttributes()
Get the list of attributes
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultServerAttribute
A server side entry attribute aware of schema.
|
Modifier and Type | Field and Description |
---|---|
protected Map<K,EntryAttribute> |
AbstractEntry.attributes
A map containing all the attributes for this entry
|
Modifier and Type | Method and Description |
---|---|
EntryAttribute |
DefaultServerAttribute.clone()
Clone an attribute.
|
EntryAttribute |
EntryAttribute.clone() |
EntryAttribute |
ServerEntry.get(AttributeType attributeType)
Returns the attribute associated with an AttributeType
|
EntryAttribute |
DefaultServerEntry.get(AttributeType attributeType)
Returns the attribute associated with an AttributeType
|
EntryAttribute |
Entry.get(String alias)
Returns the attribute with the specified alias.
|
EntryAttribute |
DefaultServerEntry.get(String alias)
Returns the attribute with the specified alias.
|
EntryAttribute |
Modification.getAttribute() |
EntryAttribute |
ServerModification.getAttribute() |
EntryAttribute |
ServerEntry.put(AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and binary values
into the attribute collection.
|
EntryAttribute |
DefaultServerEntry.put(AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and binary values
into the attribute collection.
|
EntryAttribute |
ServerEntry.put(AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and String values
into the attribute collection.
|
EntryAttribute |
DefaultServerEntry.put(AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and String values
into the attribute collection.
|
EntryAttribute |
ServerEntry.put(AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values
into the attribute collection.
|
EntryAttribute |
DefaultServerEntry.put(AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values
into the attribute collection.
|
EntryAttribute |
ServerEntry.put(String upId,
AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and some binary values
into the attribute collection.
|
EntryAttribute |
DefaultServerEntry.put(String upId,
AttributeType attributeType,
byte[]... values)
Places a new attribute with the supplied AttributeType and some binary values
into the attribute collection.
|
EntryAttribute |
ServerEntry.put(String upId,
AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and some String values
into the attribute collection.
|
EntryAttribute |
DefaultServerEntry.put(String upId,
AttributeType attributeType,
String... values)
Places a new attribute with the supplied AttributeType and some String values
into the attribute collection.
|
EntryAttribute |
ServerEntry.put(String upId,
AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values
into the attribute collection.
|
EntryAttribute |
DefaultServerEntry.put(String upId,
AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values
into the attribute collection.
|
EntryAttribute |
Entry.put(String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry.
|
EntryAttribute |
DefaultServerEntry.put(String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry.
|
EntryAttribute |
Entry.put(String upId,
String... values)
Put an attribute (represented by its ID and some String values) into an entry.
|
EntryAttribute |
DefaultServerEntry.put(String upId,
String... values)
Put an attribute (represented by its ID and some String values) into an entry.
|
EntryAttribute |
Entry.put(String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry.
|
EntryAttribute |
DefaultServerEntry.put(String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry.
|
EntryAttribute |
EntryAttribute.toClientAttribute()
Convert the ServerAttribute to a ClientAttribute
|
Modifier and Type | Method and Description |
---|---|
Iterator<EntryAttribute> |
Entry.iterator()
Returns an enumeration containing the zero or more attributes in the
collection.
|
Iterator<EntryAttribute> |
AbstractEntry.iterator()
Returns an enumeration containing the zero or more attributes in the
collection.
|
List<EntryAttribute> |
Entry.put(EntryAttribute... attributes)
Places attributes in the attribute collection.
|
List<EntryAttribute> |
DefaultServerEntry.put(EntryAttribute... attributes)
Places attributes in the attribute collection.
|
List<EntryAttribute> |
ServerEntry.remove(EntryAttribute... attributes)
Removes the specified attributes.
|
List<EntryAttribute> |
Entry.remove(EntryAttribute... attributes)
Removes the specified attributes.
|
List<EntryAttribute> |
DefaultServerEntry.remove(EntryAttribute... attributes) |
List<EntryAttribute> |
ServerEntry.removeAttributes(AttributeType... attributes)
Removes the attribute with the specified AttributeTypes.
|
List<EntryAttribute> |
DefaultServerEntry.removeAttributes(AttributeType... attributes)
Removes the attribute with the specified AttributeTypes.
|
List<EntryAttribute> |
Entry.removeAttributes(String... attributes)
Removes the attribute with the specified alias.
|
List<EntryAttribute> |
DefaultServerEntry.removeAttributes(String... attributes)
Removes the attribute with the specified alias.
|
List<EntryAttribute> |
ServerEntry.set(AttributeType... attributeTypes)
Put some new attributes using the attributeTypes.
|
List<EntryAttribute> |
DefaultServerEntry.set(AttributeType... attributeTypes)
Put some new attributes using the attributeTypes.
|
List<EntryAttribute> |
Entry.set(String... upIds)
Put some new ClientAttribute using the User Provided ID.
|
List<EntryAttribute> |
DefaultServerEntry.set(String... upIds)
Put some new EntryAttribute using the User Provided ID.
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.add(EntryAttribute... attributes)
Add some Attributes to the current Entry.
|
void |
DefaultServerEntry.add(EntryAttribute... attributes)
Add some EntryAttributes to the current Entry.
|
boolean |
Entry.contains(EntryAttribute... attributes)
Checks if an entry contains a list of attributes.
|
boolean |
DefaultServerEntry.contains(EntryAttribute... attributes)
Checks if an entry contains a list of attributes.
|
boolean |
ServerEntry.hasObjectClass(EntryAttribute objectClass)
Tells if an entry has a specific ObjectClass Attribute
|
boolean |
DefaultServerEntry.hasObjectClass(EntryAttribute objectClass)
Tells if an entry has a specific ObjectClass Attribute
|
boolean |
ServerEntry.isValid(EntryAttribute objectClass)
Check performed to determine entry consistency according to the schema
requirements of a particular objectClass.
|
boolean |
DefaultServerEntry.isValid(EntryAttribute objectClass)
Check performed to determine entry consistency according to the schema
requirements of a particular objectClass.
|
List<EntryAttribute> |
Entry.put(EntryAttribute... attributes)
Places attributes in the attribute collection.
|
List<EntryAttribute> |
DefaultServerEntry.put(EntryAttribute... attributes)
Places attributes in the attribute collection.
|
List<EntryAttribute> |
ServerEntry.remove(EntryAttribute... attributes)
Removes the specified attributes.
|
List<EntryAttribute> |
Entry.remove(EntryAttribute... attributes)
Removes the specified attributes.
|
List<EntryAttribute> |
DefaultServerEntry.remove(EntryAttribute... attributes) |
void |
Modification.setAttribute(EntryAttribute attribute)
Set the attribute's modification
|
void |
ServerModification.setAttribute(EntryAttribute attribute)
Set the attribute's modification
|
Constructor and Description |
---|
DefaultServerAttribute(AttributeType attributeType,
EntryAttribute attribute)
Creates a new instance of DefaultServerAttribute, by copying
another attribute, which can be a ClientAttribute.
|
DefaultServerEntry(SchemaManager schemaManager,
DN dn,
EntryAttribute... attributes)
Creates a new instance of DefaultServerEntry, with a
DN, registries and a list of ServerAttributes.
|
ServerModification(ModificationOperation operation,
EntryAttribute attribute)
Create a new instance of a ServerModification.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientAttribute
A client side entry attribute.
|
Modifier and Type | Method and Description |
---|---|
EntryAttribute |
DefaultClientAttribute.clone() |
EntryAttribute |
DefaultClientEntry.get(String alias)
Returns the attribute with the specified alias.
|
EntryAttribute |
ClientModification.getAttribute() |
EntryAttribute |
DefaultClientEntry.put(String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry.
|
EntryAttribute |
DefaultClientEntry.put(String upId,
String... values)
Put an attribute (represented by its ID and some String values) into an entry.
|
EntryAttribute |
DefaultClientEntry.put(String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry.
|
EntryAttribute |
DefaultClientAttribute.toClientAttribute()
Convert the ServerAttribute to a ClientAttribute
|
Modifier and Type | Method and Description |
---|---|
Iterator<EntryAttribute> |
DefaultClientEntry.iterator() |
List<EntryAttribute> |
DefaultClientEntry.put(EntryAttribute... attributes)
Places attributes in the attribute collection.
|
List<EntryAttribute> |
DefaultClientEntry.remove(EntryAttribute... attributes) |
List<EntryAttribute> |
DefaultClientEntry.removeAttributes(String... attributes)
Removes the attribute with the specified alias.
|
List<EntryAttribute> |
DefaultClientEntry.set(String... upIds)
Put some new ClientAttribute using the User Provided ID.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultClientEntry.add(EntryAttribute... attributes)
Add some Attributes to the current Entry.
|
boolean |
DefaultClientEntry.contains(EntryAttribute... attributes)
Checks if an entry contains a list of attributes.
|
List<EntryAttribute> |
DefaultClientEntry.put(EntryAttribute... attributes)
Places attributes in the attribute collection.
|
List<EntryAttribute> |
DefaultClientEntry.remove(EntryAttribute... attributes) |
void |
ClientModification.setAttribute(EntryAttribute attribute)
Set the attribute's modification
|
Constructor and Description |
---|
ClientModification(int operation,
EntryAttribute attribute)
Creates a new instance of ClientModification.
|
ClientModification(ModificationOperation operation,
EntryAttribute attribute)
Creates a new instance of ClientModification.
|
DefaultClientEntry(DN dn,
EntryAttribute... attributes)
Creates a new instance of DefaultClientEntry, with a
DN and a list of EntryAttributes.
|
Modifier and Type | Method and Description |
---|---|
EntryAttribute |
LdifEntry.get(String attributeId)
Returns a attribute given it's id
|
static EntryAttribute |
LdifReader.parseAttributeValue(String line)
Parse an AttributeType/AttributeValue
|
Modifier and Type | Method and Description |
---|---|
List<EntryAttribute> |
LdifEntry.removeAttribute(String... ids)
Remove a list of Attributes from the LdifEntry
|
Modifier and Type | Method and Description |
---|---|
void |
LdifEntry.addAttribute(EntryAttribute attr)
Add an attribute to the entry
|
void |
LdifEntry.addModificationItem(ModificationOperation modOp,
EntryAttribute attr)
Add a modification item (used by modify operations)
|
static String |
LdifUtils.convertToLdif(EntryAttribute attr)
Converts an EntryAttribute to LDIF
|
static String |
LdifUtils.convertToLdif(EntryAttribute attr,
int length)
Converts an EntryAttribute as LDIF
|
Modifier and Type | Field and Description |
---|---|
EntryAttribute |
AttributeClassLoader.attribute |
Modifier and Type | Method and Description |
---|---|
void |
AttributeClassLoader.setAttribute(EntryAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
static EntryAttribute |
AttributeUtils.toClientAttribute(Attribute attribute)
Convert a BasicAttribute or a AttributeImpl to a EntryAttribute
|
Modifier and Type | Method and Description |
---|---|
static Attribute |
AttributeUtils.toAttribute(EntryAttribute entryAttribute)
Converts an
EntryAttribute to an Attribute . |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.