|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entry | |
|---|---|
| org.apache.directory.shared.ldap.codec.add | |
| org.apache.directory.shared.ldap.codec.search | |
| org.apache.directory.shared.ldap.entry | |
| org.apache.directory.shared.ldap.entry.client | |
| org.apache.directory.shared.ldap.filter | |
| org.apache.directory.shared.ldap.ldif | |
| org.apache.directory.shared.ldap.message | |
| org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
| org.apache.directory.shared.ldap.util | |
| Uses of Entry in org.apache.directory.shared.ldap.codec.add |
|---|
| Methods in org.apache.directory.shared.ldap.codec.add that return Entry | |
|---|---|
Entry |
AddRequestCodec.getEntry()
Get the entry to be added |
| Methods in org.apache.directory.shared.ldap.codec.add with parameters of type Entry | |
|---|---|
void |
AddRequestCodec.setEntry(Entry entry)
Sets the entry. |
| Uses of Entry in org.apache.directory.shared.ldap.codec.search |
|---|
| Methods in org.apache.directory.shared.ldap.codec.search that return Entry | |
|---|---|
Entry |
SearchResultEntryCodec.getEntry()
Get the entry. |
| Methods in org.apache.directory.shared.ldap.codec.search with parameters of type Entry | |
|---|---|
void |
SearchResultEntryCodec.setEntry(Entry entry)
Sets the entry. |
| Uses of Entry in org.apache.directory.shared.ldap.entry |
|---|
| Classes in org.apache.directory.shared.ldap.entry that implement Entry | |
|---|---|
class |
AbstractEntry<K>
The Abstract class where all the DefaultClientEntry and DefaultServerEntry common fields and methods will be found. |
| Methods in org.apache.directory.shared.ldap.entry that return Entry | |
|---|---|
Entry |
Entry.clone()
Clone the current entry |
Entry |
AbstractEntry.clone()
Clone the current entry |
| Uses of Entry in org.apache.directory.shared.ldap.entry.client |
|---|
| Subinterfaces of Entry in org.apache.directory.shared.ldap.entry.client | |
|---|---|
interface |
ClientEntry
An entry implementation intended for use by clients. |
| Classes in org.apache.directory.shared.ldap.entry.client that implement Entry | |
|---|---|
class |
DefaultClientEntry
A default implementation of a ServerEntry which should suite most use cases. |
| Methods in org.apache.directory.shared.ldap.entry.client that return Entry | |
|---|---|
Entry |
DefaultClientEntry.clone()
Clone an entry. |
| Uses of Entry in org.apache.directory.shared.ldap.filter |
|---|
| Methods in org.apache.directory.shared.ldap.filter with parameters of type Entry | |
|---|---|
boolean |
Assertion.assertCandidate(Entry entry)
Checks to see if a candidate is valid by asserting an arbitrary predicate against the candidate. |
| Uses of Entry in org.apache.directory.shared.ldap.ldif |
|---|
| Methods in org.apache.directory.shared.ldap.ldif that return Entry | |
|---|---|
Entry |
LdifEntry.getEntry()
Get the entry's entry |
| Methods in org.apache.directory.shared.ldap.ldif with parameters of type Entry | |
|---|---|
static java.lang.String |
LdifUtils.convertAttributesToLdif(Entry entry)
Convert all the Entry's attributes to LDIF. |
static java.lang.String |
LdifUtils.convertAttributesToLdif(Entry entry,
int length)
Convert the Entry's attributes to LDIF. |
static java.lang.String |
LdifUtils.convertEntryToLdif(Entry entry)
Convert an Entry to LDIF |
static java.lang.String |
LdifUtils.convertEntryToLdif(Entry entry,
int length)
Convert an Entry as LDIF |
static LdifEntry |
LdifRevertor.reverseDel(LdapDN dn,
Entry deletedEntry)
Compute a reverse LDIF of a DeleteRequest. |
static LdifEntry |
LdifRevertor.reverseModify(LdapDN dn,
java.util.List<Modification> forwardModifications,
Entry modifiedEntry)
Compute the reversed LDIF for a modify request. |
static java.util.List<LdifEntry> |
LdifRevertor.reverseMoveAndRename(Entry entry,
LdapDN newSuperior,
Rdn newRdn,
boolean deleteOldRdn)
Revert a DN to it's previous version by removing the first RDN and adding the given RDN. |
static java.util.List<LdifEntry> |
LdifRevertor.reverseRename(Entry entry,
Rdn newRdn,
boolean deleteOldRdn)
Revert a DN to it's previous version by removing the first RDN and adding the given RDN. |
| Uses of Entry in org.apache.directory.shared.ldap.message |
|---|
| Methods in org.apache.directory.shared.ldap.message that return Entry | |
|---|---|
Entry |
SearchResponseEntryImpl.getEntry()
Gets the entry |
Entry |
InternalSearchResponseEntry.getEntry()
Gets the entry. |
Entry |
InternalAddRequest.getEntry()
Gets the entry to add. |
Entry |
AddRequestImpl.getEntry()
Gets the entry to add. |
| Methods in org.apache.directory.shared.ldap.message with parameters of type Entry | |
|---|---|
void |
SearchResponseEntryImpl.setEntry(Entry entry)
Sets the entry. |
void |
InternalSearchResponseEntry.setEntry(Entry entry)
Sets an entry |
void |
InternalAddRequest.setEntry(Entry entry)
Sets the Entry to add. |
void |
AddRequestImpl.setEntry(Entry entry)
Sets the Entry to add. |
| Uses of Entry in org.apache.directory.shared.ldap.schema |
|---|
| Methods in org.apache.directory.shared.ldap.schema that return Entry | |
|---|---|
static Entry |
SchemaUtils.getTargetEntry(java.util.List<? extends Modification> mods,
Entry entry)
Gets the target entry as it would look after a modification operation were performed on it. |
| Methods in org.apache.directory.shared.ldap.schema with parameters of type Entry | |
|---|---|
static Entry |
SchemaUtils.getTargetEntry(java.util.List<? extends Modification> mods,
Entry entry)
Gets the target entry as it would look after a modification operation were performed on it. |
| Uses of Entry in org.apache.directory.shared.ldap.util |
|---|
| Methods in org.apache.directory.shared.ldap.util that return Entry | |
|---|---|
static Entry |
AttributeUtils.toClientEntry(javax.naming.directory.Attributes attributes,
LdapDN dn)
Check if an attribute contains a specific value and remove it using the associated matchingRule for the attribute type supplied. |
| Methods in org.apache.directory.shared.ldap.util with parameters of type Entry | |
|---|---|
static void |
AttributeUtils.applyModification(Entry entry,
Modification modification)
A method to apply a modification to an existing entry. |
static javax.naming.directory.Attributes |
AttributeUtils.toAttributes(Entry entry)
Converts an Entry to an Attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||