|
||||||||||
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 | |
---|---|
java.util.List<EntryAttribute> |
SearchRequestCodec.getAttributes()
Get the list of attributes |
Uses of EntryAttribute in org.apache.directory.shared.ldap.entry |
---|
Classes in org.apache.directory.shared.ldap.entry that implement EntryAttribute | |
---|---|
class |
DefaultServerAttribute
A server side entry attribute aware of schema. |
Fields in org.apache.directory.shared.ldap.entry with type parameters of type EntryAttribute | |
---|---|
protected java.util.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 |
DefaultServerAttribute.clone()
Clone an attribute. |
EntryAttribute |
DefaultServerEntry.get(AttributeType attributeType)
Returns the attribute associated with an AttributeType |
EntryAttribute |
ServerEntry.get(AttributeType attributeType)
Returns the attribute associated with an AttributeType |
EntryAttribute |
Entry.get(java.lang.String alias)
Returns the attribute with the specified alias. |
EntryAttribute |
DefaultServerEntry.get(java.lang.String alias)
Returns the attribute with the specified alias. |
EntryAttribute |
Modification.getAttribute()
|
EntryAttribute |
ServerModification.getAttribute()
|
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,
byte[]... values)
Places a new attribute with the supplied AttributeType and binary values into the attribute collection. |
EntryAttribute |
DefaultServerEntry.put(AttributeType attributeType,
java.lang.String... values)
Places a new attribute with the supplied AttributeType and String values into the attribute collection. |
EntryAttribute |
ServerEntry.put(AttributeType attributeType,
java.lang.String... values)
Places a new attribute with the supplied AttributeType and String 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(AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
EntryAttribute |
DefaultServerEntry.put(java.lang.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(java.lang.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(java.lang.String upId,
AttributeType attributeType,
java.lang.String... values)
Places a new attribute with the supplied AttributeType and some String values into the attribute collection. |
EntryAttribute |
ServerEntry.put(java.lang.String upId,
AttributeType attributeType,
java.lang.String... values)
Places a new attribute with the supplied AttributeType and some String values into the attribute collection. |
EntryAttribute |
DefaultServerEntry.put(java.lang.String upId,
AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
EntryAttribute |
ServerEntry.put(java.lang.String upId,
AttributeType attributeType,
Value<?>... values)
Places a new attribute with the supplied AttributeType and some values into the attribute collection. |
EntryAttribute |
Entry.put(java.lang.String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry. |
EntryAttribute |
DefaultServerEntry.put(java.lang.String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry. |
EntryAttribute |
Entry.put(java.lang.String upId,
java.lang.String... values)
Put an attribute (represented by its ID and some String values) into an entry. |
EntryAttribute |
DefaultServerEntry.put(java.lang.String upId,
java.lang.String... values)
Put an attribute (represented by its ID and some String values) into an entry. |
EntryAttribute |
Entry.put(java.lang.String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry. |
EntryAttribute |
DefaultServerEntry.put(java.lang.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 |
Methods in org.apache.directory.shared.ldap.entry that return types with arguments of type EntryAttribute | |
---|---|
java.util.Iterator<EntryAttribute> |
Entry.iterator()
Returns an enumeration containing the zero or more attributes in the collection. |
java.util.Iterator<EntryAttribute> |
AbstractEntry.iterator()
Returns an enumeration containing the zero or more attributes in the collection. |
java.util.List<EntryAttribute> |
Entry.put(EntryAttribute... attributes)
Places attributes in the attribute collection. |
java.util.List<EntryAttribute> |
DefaultServerEntry.put(EntryAttribute... attributes)
Places attributes in the attribute collection. |
java.util.List<EntryAttribute> |
Entry.remove(EntryAttribute... attributes)
Removes the specified attributes. |
java.util.List<EntryAttribute> |
DefaultServerEntry.remove(EntryAttribute... attributes)
|
java.util.List<EntryAttribute> |
ServerEntry.remove(EntryAttribute... attributes)
Removes the specified attributes. |
java.util.List<EntryAttribute> |
DefaultServerEntry.removeAttributes(AttributeType... attributes)
Removes the attribute with the specified AttributeTypes. |
java.util.List<EntryAttribute> |
ServerEntry.removeAttributes(AttributeType... attributes)
Removes the attribute with the specified AttributeTypes. |
java.util.List<EntryAttribute> |
Entry.removeAttributes(java.lang.String... attributes)
Removes the attribute with the specified alias. |
java.util.List<EntryAttribute> |
DefaultServerEntry.removeAttributes(java.lang.String... attributes)
Removes the attribute with the specified alias. |
java.util.List<EntryAttribute> |
DefaultServerEntry.set(AttributeType... attributeTypes)
Put some new attributes using the attributeTypes. |
java.util.List<EntryAttribute> |
ServerEntry.set(AttributeType... attributeTypes)
Put some new attributes using the attributeTypes. |
java.util.List<EntryAttribute> |
Entry.set(java.lang.String... upIds)
Put some new ClientAttribute using the User Provided ID. |
java.util.List<EntryAttribute> |
DefaultServerEntry.set(java.lang.String... upIds)
Put some new EntryAttribute 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. |
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 |
DefaultServerEntry.hasObjectClass(EntryAttribute objectClass)
Tells if an entry has a specific ObjectClass Attribute |
boolean |
ServerEntry.hasObjectClass(EntryAttribute objectClass)
Tells if an entry has a specific ObjectClass Attribute |
boolean |
DefaultServerEntry.isValid(EntryAttribute objectClass)
Check performed to determine entry consistency according to the schema requirements of a particular objectClass. |
boolean |
ServerEntry.isValid(EntryAttribute objectClass)
Check performed to determine entry consistency according to the schema requirements of a particular objectClass. |
java.util.List<EntryAttribute> |
Entry.put(EntryAttribute... attributes)
Places attributes in the attribute collection. |
java.util.List<EntryAttribute> |
DefaultServerEntry.put(EntryAttribute... attributes)
Places attributes in the attribute collection. |
java.util.List<EntryAttribute> |
Entry.remove(EntryAttribute... attributes)
Removes the specified attributes. |
java.util.List<EntryAttribute> |
DefaultServerEntry.remove(EntryAttribute... attributes)
|
java.util.List<EntryAttribute> |
ServerEntry.remove(EntryAttribute... attributes)
Removes the specified attributes. |
void |
Modification.setAttribute(EntryAttribute attribute)
Set the attribute's modification |
void |
ServerModification.setAttribute(EntryAttribute attribute)
Set the attribute's modification |
Constructors in org.apache.directory.shared.ldap.entry with parameters of type EntryAttribute | |
---|---|
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. |
Uses of EntryAttribute in org.apache.directory.shared.ldap.entry.client |
---|
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(java.lang.String alias)
Returns the attribute with the specified alias. |
EntryAttribute |
ClientModification.getAttribute()
|
EntryAttribute |
DefaultClientEntry.put(java.lang.String upId,
byte[]... values)
Put an attribute (represented by its ID and some binary values) into an entry. |
EntryAttribute |
DefaultClientEntry.put(java.lang.String upId,
java.lang.String... values)
Put an attribute (represented by its ID and some String values) into an entry. |
EntryAttribute |
DefaultClientEntry.put(java.lang.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 |
Methods in org.apache.directory.shared.ldap.entry.client that return types with arguments of type EntryAttribute | |
---|---|
java.util.Iterator<EntryAttribute> |
DefaultClientEntry.iterator()
|
java.util.List<EntryAttribute> |
DefaultClientEntry.put(EntryAttribute... attributes)
Places attributes in the attribute collection. |
java.util.List<EntryAttribute> |
DefaultClientEntry.remove(EntryAttribute... attributes)
|
java.util.List<EntryAttribute> |
DefaultClientEntry.removeAttributes(java.lang.String... attributes)
Removes the attribute with the specified alias. |
java.util.List<EntryAttribute> |
DefaultClientEntry.set(java.lang.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. |
java.util.List<EntryAttribute> |
DefaultClientEntry.put(EntryAttribute... attributes)
Places attributes in the attribute collection. |
java.util.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.ldif |
---|
Methods in org.apache.directory.shared.ldap.ldif that return EntryAttribute | |
---|---|
EntryAttribute |
LdifEntry.get(java.lang.String attributeId)
Returns a attribute given it's id |
static EntryAttribute |
LdifReader.parseAttributeValue(java.lang.String line)
Parse an AttributeType/AttributeValue |
Methods in org.apache.directory.shared.ldap.ldif that return types with arguments of type EntryAttribute | |
---|---|
java.util.List<EntryAttribute> |
LdifEntry.removeAttribute(java.lang.String... ids)
Remove a list of Attributes from the LdifEntry |
Methods in org.apache.directory.shared.ldap.ldif with parameters of type EntryAttribute | |
---|---|
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 java.lang.String |
LdifUtils.convertToLdif(EntryAttribute attr)
Converts an EntryAttribute to LDIF |
static java.lang.String |
LdifUtils.convertToLdif(EntryAttribute attr,
int length)
Converts an EntryAttribute as LDIF |
Uses of EntryAttribute in org.apache.directory.shared.ldap.schema.loader.ldif |
---|
Fields in org.apache.directory.shared.ldap.schema.loader.ldif declared as EntryAttribute | |
---|---|
EntryAttribute |
AttributeClassLoader.attribute
|
Methods in org.apache.directory.shared.ldap.schema.loader.ldif with parameters of type EntryAttribute | |
---|---|
void |
AttributeClassLoader.setAttribute(EntryAttribute attribute)
|
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(javax.naming.directory.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 javax.naming.directory.Attribute |
AttributeUtils.toAttribute(EntryAttribute entryAttribute)
Converts an EntryAttribute to an Attribute . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |