Uses of Interface
org.apache.directory.shared.ldap.entry.Entry

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 AddRequest.getEntry()
          Get the entry to be added
 

Methods in org.apache.directory.shared.ldap.codec.add with parameters of type Entry
 void AddRequest.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 SearchResultEntry.getEntry()
          Get the entry.
 

Methods in org.apache.directory.shared.ldap.codec.search with parameters of type Entry
 void SearchResultEntry.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 AbstractEntry.clone()
          Clone the current entry
 Entry Entry.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.convertToLdif(Entry attrs)
          Convert an Entry as LDIF
static java.lang.String LdifUtils.convertToLdif(Entry entry, int length)
          Convert an Entry as LDIF
static LdifEntry LdifUtils.reverseDel(LdapDN dn, Entry deletedEntry)
          Compute a reverse LDIF of a DeleteRequest.
static LdifEntry LdifUtils.reverseModify(LdapDN dn, java.util.List<Modification> forwardModifications, Entry modifiedEntry)
          Compute the reversed LDIF for a modify request.
 

Uses of Entry in org.apache.directory.shared.ldap.message
 

Methods in org.apache.directory.shared.ldap.message that return Entry
 Entry SearchResponseEntry.getEntry()
          Gets the entry.
 Entry SearchResponseEntryImpl.getEntry()
          Gets the entry
 Entry AddRequest.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 SearchResponseEntry.setEntry(Entry entry)
          Sets an entry
 void SearchResponseEntryImpl.setEntry(Entry entry)
          Sets the entry.
 void AddRequest.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)
          Convert a BasicAttributes or a AttributesImpl to a ServerEntry
 

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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.