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.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.registries   
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.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(String entityName)
          Given the non-normalized name (alias) or the OID for a schema entity.
static Entry SchemaUtils.getTargetEntry(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
 Set<Entry> SchemaDao.listAttributeTypeDependents(AttributeType at)
           
 Set<Entry> SchemaDao.listEnabledSchemaDependents(String schemaName)
          Lists the SearchResults of metaSchema objects that depend on a schema.
 Set<Entry> SchemaDao.listMatchingRuleDependents(MatchingRule mr)
           
 Set<Entry> SchemaDao.listObjectClassDependents(ObjectClass oc)
           
 Set<Entry> SchemaDao.listSchemaDependents(String schemaName)
          Lists the SearchResults of metaSchema objects that depend on a schema.
 Set<Entry> SchemaDao.listSyntaxDependents(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, String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 LdapComparator<?> EntityFactory.getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Retrieve and load a Comparator class from the DIT.
 MatchingRule EntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Retrieve and load a Normalizer class from the DIT.
 ObjectClass EntityFactory.getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, 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, String schemaName)
           
 SyntaxChecker EntityFactory.getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Retrieve and load a syntaxChecker class from the DIT.
static Entry SchemaUtils.getTargetEntry(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.registries
 

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



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.