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

Packages that use Entry
org.apache.directory.shared.dsmlv2.reponse   
org.apache.directory.shared.dsmlv2.request   
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.message.internal   
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.loader.ldif   
org.apache.directory.shared.ldap.schema.registries   
org.apache.directory.shared.ldap.util   
 

Uses of Entry in org.apache.directory.shared.dsmlv2.reponse
 

Methods in org.apache.directory.shared.dsmlv2.reponse that return Entry
 Entry SearchResultEntryDsml.getEntry()
          Get the entry.
 

Methods in org.apache.directory.shared.dsmlv2.reponse with parameters of type Entry
 void SearchResultEntryDsml.setEntry(Entry entry)
          Initialize the entry.
 

Uses of Entry in org.apache.directory.shared.dsmlv2.request
 

Methods in org.apache.directory.shared.dsmlv2.request that return Entry
 Entry AddRequestDsml.getEntry()
          Get the entry with its attributes.
 

Methods in org.apache.directory.shared.dsmlv2.request with parameters of type Entry
 void AddRequestDsml.setEntry(Entry entry)
          Sets the entry.
 

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
 

Subinterfaces of Entry in org.apache.directory.shared.ldap.entry
 interface ServerEntry
          A server side entry which is schema aware.
 

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.
 class DefaultServerEntry
          A default implementation of a ServerEntry which should suite most use cases.
 

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
 Entry DefaultServerEntry.clone()
          Clone an entry.
 Entry ServerEntry.clone()
          A clone method to produce a clone of the current object
 Entry DefaultServerEntry.toClientEntry()
          Convert the ServerEntry to a ClientEntry
 Entry ServerEntry.toClientEntry()
          Convert the ServerEntry to a ClientEntry
 

Constructors in org.apache.directory.shared.ldap.entry with parameters of type Entry
DefaultServerEntry(SchemaManager schemaManager, Entry entry)
           Creates a new instance of DefaultServerEntry, copying another entry, which can be a ClientEntry.
 

Uses of Entry in org.apache.directory.shared.ldap.entry.client
 

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.
 Entry ClientEntryFactory.newEntry()
           
 

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
 Entry LdifAttributesReader.parseEntry(java.lang.String ldif)
          A method which parses a ldif string and returns a list of 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(DN dn, Entry deletedEntry)
          Compute a reverse LDIF of a DeleteRequest.
static LdifEntry LdifRevertor.reverseModify(DN 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, DN 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 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 AddRequestImpl.setEntry(Entry entry)
          Sets the Entry to add.
 

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

Methods in org.apache.directory.shared.ldap.message.internal that return Entry
 Entry InternalSearchResponseEntry.getEntry()
          Gets the entry.
 Entry InternalAddRequest.getEntry()
          Gets the entry to add.
 

Methods in org.apache.directory.shared.ldap.message.internal with parameters of type Entry
 void InternalSearchResponseEntry.setEntry(Entry entry)
          Sets an entry
 void InternalAddRequest.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
 Entry SchemaDao.find(java.lang.String entityName)
          Given the non-normalized name (alias) or the OID for a schema entity.
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 that return types with arguments of type Entry
 java.util.Set<Entry> SchemaDao.listAttributeTypeDependents(AttributeType at)
           
 java.util.Set<Entry> SchemaDao.listEnabledSchemaDependents(java.lang.String schemaName)
          Lists the SearchResults of metaSchema objects that depend on a schema.
 java.util.Set<Entry> SchemaDao.listMatchingRuleDependents(MatchingRule mr)
           
 java.util.Set<Entry> SchemaDao.listObjectClassDependents(ObjectClass oc)
           
 java.util.Set<Entry> SchemaDao.listSchemaDependents(java.lang.String schemaName)
          Lists the SearchResults of metaSchema objects that depend on a schema.
 java.util.Set<Entry> SchemaDao.listSyntaxDependents(java.lang.String numericOid)
          Returns the set of matchingRules and attributeTypes which depend on the provided syntax.
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type Entry
 AttributeType EntityFactory.getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 LdapComparator<?> EntityFactory.getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Comparator class from the DIT.
 MatchingRule EntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Normalizer class from the DIT.
 ObjectClass EntityFactory.getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
           
 Schema EntityFactory.getSchema(Entry entry)
          Return an instance of the Schema associated to the entry
 LdapSyntax EntityFactory.getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
           
 SyntaxChecker EntityFactory.getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a syntaxChecker class from the DIT.
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.schema.loader.ldif
 

Methods in org.apache.directory.shared.ldap.schema.loader.ldif that return types with arguments of type Entry
 java.util.List<Entry> JarLdifSchemaLoader.loadAttributeTypes(Schema... schemas)
          Loads a set of schemas.
 java.util.List<Entry> LdifSchemaLoader.loadAttributeTypes(Schema... schemas)
          Loads a set of schemas.
 java.util.List<Entry> JarLdifSchemaLoader.loadComparators(Schema... schemas)
          Build a list of Comparators read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadComparators(Schema... schemas)
          Build a list of Comparators read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadDitContentRules(Schema... schemas)
          Build a list of DitContentRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadDitContentRules(Schema... schemas)
          Build a list of DitContentRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadDitStructureRules(Schema... schemas)
          Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadDitStructureRules(Schema... schemas)
          Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadMatchingRules(Schema... schemas)
          Build a list of MatchingRules read from the underlying storage for a list of specific schema
 java.util.List<Entry> LdifSchemaLoader.loadMatchingRules(Schema... schemas)
          Build a list of MatchingRules read from the underlying storage for a list of specific schema
 java.util.List<Entry> JarLdifSchemaLoader.loadMatchingRuleUses(Schema... schemas)
          Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadMatchingRuleUses(Schema... schemas)
          Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadNameForms(Schema... schemas)
          Build a list of NameForms read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadNameForms(Schema... schemas)
          Build a list of NameForms read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadNormalizers(Schema... schemas)
          Build a list of Normalizers read from the underlying storage for a list of specified schema
 java.util.List<Entry> LdifSchemaLoader.loadNormalizers(Schema... schemas)
          Build a list of Normalizers read from the underlying storage for a list of specified schema
 java.util.List<Entry> JarLdifSchemaLoader.loadObjectClasses(Schema... schemas)
          Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadObjectClasses(Schema... schemas)
          Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadSyntaxCheckers(Schema... schemas)
          Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
 java.util.List<Entry> LdifSchemaLoader.loadSyntaxCheckers(Schema... schemas)
          Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
 java.util.List<Entry> JarLdifSchemaLoader.loadSyntaxes(Schema... schemas)
          Build a list of Syntaxes read from the underlying storage for a list of specified schema
 java.util.List<Entry> LdifSchemaLoader.loadSyntaxes(Schema... schemas)
          Build a list of Syntaxes read from the underlying storage for a list of specified schema
 

Methods in org.apache.directory.shared.ldap.schema.loader.ldif with parameters of type Entry
 AttributeType SchemaEntityFactory.getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 LdapComparator<?> SchemaEntityFactory.getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Comparator class from the DIT.
 MatchingRule SchemaEntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 Normalizer SchemaEntityFactory.getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Normalizer class from the DIT.
 ObjectClass SchemaEntityFactory.getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          
 Schema SchemaEntityFactory.getSchema(Entry entry)
          Return an instance of the Schema associated to the entry
 LdapSyntax SchemaEntityFactory.getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          
 SyntaxChecker SchemaEntityFactory.getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a syntaxChecker class from the DIT.
 

Uses of Entry in org.apache.directory.shared.ldap.schema.registries
 

Methods in org.apache.directory.shared.ldap.schema.registries that return types with arguments of type Entry
 java.util.List<Entry> SchemaLoader.loadAttributeTypes(Schema... schemas)
          Loads a set of schemas.
 java.util.List<Entry> SchemaLoader.loadAttributeTypes(java.lang.String... schemaNames)
          Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
 java.util.List<Entry> AbstractSchemaLoader.loadAttributeTypes(java.lang.String... schemaNames)
          Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
 java.util.List<Entry> SchemaLoader.loadComparators(Schema... schemas)
          Build a list of Comparators read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadComparators(java.lang.String... schemaNames)
          Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
 java.util.List<Entry> AbstractSchemaLoader.loadComparators(java.lang.String... schemaNames)
          Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
 java.util.List<Entry> SchemaLoader.loadDitContentRules(Schema... schemas)
          Build a list of DitContentRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadDitContentRules(java.lang.String... schemanames)
          Build a list of DitContentRules read from the underlying storage for a list of specified schema names
 java.util.List<Entry> AbstractSchemaLoader.loadDitContentRules(java.lang.String... schemaNames)
          Build a list of DitContentRules read from the underlying storage for a list of specified schema names
 java.util.List<Entry> SchemaLoader.loadDitStructureRules(Schema... schemas)
          Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadDitStructureRules(java.lang.String... schemanames)
          Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
 java.util.List<Entry> AbstractSchemaLoader.loadDitStructureRules(java.lang.String... schemaNames)
          Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
 java.util.List<Entry> SchemaLoader.loadMatchingRules(Schema... schemas)
          Build a list of MatchingRules read from the underlying storage for a list of specific schema
 java.util.List<Entry> SchemaLoader.loadMatchingRules(java.lang.String... schemaNames)
          Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
 java.util.List<Entry> AbstractSchemaLoader.loadMatchingRules(java.lang.String... schemaNames)
          Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
 java.util.List<Entry> SchemaLoader.loadMatchingRuleUses(Schema... schemas)
          Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadMatchingRuleUses(java.lang.String... schemanames)
          Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
 java.util.List<Entry> AbstractSchemaLoader.loadMatchingRuleUses(java.lang.String... schemaNames)
          Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
 java.util.List<Entry> SchemaLoader.loadNameForms(Schema... schemas)
          Build a list of NameForms read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadNameForms(java.lang.String... schemanames)
          Build a list of NameForms read from the underlying storage for a list of specified schema names
 java.util.List<Entry> AbstractSchemaLoader.loadNameForms(java.lang.String... schemaNames)
          Build a list of NameForms read from the underlying storage for a list of specified schema names
 java.util.List<Entry> SchemaLoader.loadNormalizers(Schema... schemas)
          Build a list of Normalizers read from the underlying storage for a list of specified schema
 java.util.List<Entry> SchemaLoader.loadNormalizers(java.lang.String... schemaNames)
          Build a list of Normalizers read from the underlying storage for a list of specified schema names
 java.util.List<Entry> AbstractSchemaLoader.loadNormalizers(java.lang.String... schemaNames)
          Build a list of Normalizers read from the underlying storage for a list of specified schema names
 java.util.List<Entry> SchemaLoader.loadObjectClasses(Schema... schemas)
          Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadObjectClasses(java.lang.String... schemaNames)
          Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
 java.util.List<Entry> AbstractSchemaLoader.loadObjectClasses(java.lang.String... schemaNames)
          Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
 java.util.List<Entry> SchemaLoader.loadSyntaxCheckers(Schema... schemas)
          Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
 java.util.List<Entry> SchemaLoader.loadSyntaxCheckers(java.lang.String... schemanames)
          Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
 java.util.List<Entry> AbstractSchemaLoader.loadSyntaxCheckers(java.lang.String... schemaNames)
          Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
 java.util.List<Entry> SchemaLoader.loadSyntaxes(Schema... schemas)
          Build a list of Syntaxes read from the underlying storage for a list of specified schema
 java.util.List<Entry> SchemaLoader.loadSyntaxes(java.lang.String... schemaNames)
          Build a list of Syntaxes read from the underlying storage for a list of specified schema names
 java.util.List<Entry> AbstractSchemaLoader.loadSyntaxes(java.lang.String... schemaNames)
          Build a list of Syntaxes read from the underlying storage for a list of specified schema names
 

Methods in org.apache.directory.shared.ldap.schema.registries with parameters of type Entry
protected  Schema AbstractSchemaLoader.getSchema(Entry entry)
           
 

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, DN 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.
 



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