|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EntryAttribute in org.apache.directory.shared.ldap.codec.search |
|---|
| Methods in org.apache.directory.shared.ldap.codec.search that return types with arguments of type EntryAttribute | |
|---|---|
List<EntryAttribute> |
SearchRequestCodec.getAttributes()
Get the list of attributes |
| Uses of EntryAttribute in org.apache.directory.shared.ldap.entry |
|---|
| Fields in org.apache.directory.shared.ldap.entry with type parameters of type EntryAttribute | |
|---|---|
protected Map<K,EntryAttribute> |
AbstractEntry.attributes
A map containing all the attributes for this entry |
| Methods in org.apache.directory.shared.ldap.entry that return EntryAttribute | |
|---|---|
EntryAttribute |
EntryAttribute.clone()
|
EntryAttribute |
Entry.get(String alias)
Returns the attribute with the specified alias. |
EntryAttribute |
Modification.getAttribute()
|
EntryAttribute |
Entry.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 |
Entry.put(String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry. |
| Methods in org.apache.directory.shared.ldap.entry that return types with arguments of type EntryAttribute | |
|---|---|
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> |
Entry.remove(EntryAttribute... attributes)
Removes the specified attributes. |
List<EntryAttribute> |
Entry.removeAttributes(String... attributes)
Removes the attribute with the specified alias. |
List<EntryAttribute> |
Entry.set(String... upIds)
Put some new ClientAttribute using the User Provided ID. |
| Methods in org.apache.directory.shared.ldap.entry with parameters of type EntryAttribute | |
|---|---|
void |
Entry.add(EntryAttribute... attributes)
Add some Attributes to the current Entry. |
boolean |
Entry.contains(EntryAttribute... attributes)
Checks if an entry contains a list of attributes. |
List<EntryAttribute> |
Entry.put(EntryAttribute... attributes)
Places attributes in the attribute collection. |
List<EntryAttribute> |
Entry.remove(EntryAttribute... attributes)
Removes the specified attributes. |
void |
Modification.setAttribute(EntryAttribute attribute)
Set the attribute's modification |
| Uses of EntryAttribute in org.apache.directory.shared.ldap.entry.client |
|---|
| Subinterfaces of EntryAttribute in org.apache.directory.shared.ldap.entry.client | |
|---|---|
interface |
ClientAttribute
The server specific interface extending the EntryAttribute interface. |
| Classes in org.apache.directory.shared.ldap.entry.client that implement EntryAttribute | |
|---|---|
class |
DefaultClientAttribute
A client side entry attribute. |
| Methods in org.apache.directory.shared.ldap.entry.client that return EntryAttribute | |
|---|---|
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. |
| Methods in org.apache.directory.shared.ldap.entry.client that return types with arguments of type EntryAttribute | |
|---|---|
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. |
| Methods in org.apache.directory.shared.ldap.entry.client with parameters of type EntryAttribute | |
|---|---|
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 |
| Constructors in org.apache.directory.shared.ldap.entry.client with parameters of type EntryAttribute | |
|---|---|
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. |
|
| Uses of EntryAttribute in org.apache.directory.shared.ldap.util |
|---|
| Methods in org.apache.directory.shared.ldap.util that return EntryAttribute | |
|---|---|
static EntryAttribute |
AttributeUtils.toClientAttribute(Attribute attribute)
Convert a BasicAttribute or a AttributeImpl to a EntryAttribute |
| Methods in org.apache.directory.shared.ldap.util with parameters of type EntryAttribute | |
|---|---|
static Attribute |
AttributeUtils.toAttribute(EntryAttribute entryAttribute)
Converts an EntryAttribute to an Attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||