Uses of Interface
org.apache.directory.api.ldap.model.entry.Entry
-
Packages that use Entry Package Description org.apache.directory.api.dsmlv2.request org.apache.directory.api.dsmlv2.response org.apache.directory.api.ldap.model.cursor org.apache.directory.api.ldap.model.entry org.apache.directory.api.ldap.model.filter org.apache.directory.api.ldap.model.ldif org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model.org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.schema.loader org.apache.directory.ldap.client.api org.apache.directory.ldap.client.template -
-
Uses of Entry in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that return Entry Modifier and Type Method Description EntryAddRequestDsml. getEntry()Get the entry with its attributes.Methods in org.apache.directory.api.dsmlv2.request with parameters of type Entry Modifier and Type Method Description AddRequestAddRequestDsml. setEntry(Entry entry)Sets the Entry to add. -
Uses of Entry in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response that return Entry Modifier and Type Method Description EntrySearchResultEntryDsml. getEntry()Get the entry.Methods in org.apache.directory.api.dsmlv2.response with parameters of type Entry Modifier and Type Method Description voidSearchResultEntryDsml. setEntry(Entry entry)Initialize the entry. -
Uses of Entry in org.apache.directory.api.ldap.model.cursor
Methods in org.apache.directory.api.ldap.model.cursor that return Entry Modifier and Type Method Description EntrySearchCursor. getEntry() -
Uses of Entry in org.apache.directory.api.ldap.model.entry
Classes in org.apache.directory.api.ldap.model.entry that implement Entry Modifier and Type Class Description classDefaultEntryA default implementation of a ServerEntry which should suite most use cases.
This class is final, it should not be extended.classImmutableEntryA default implementation of a ServerEntry which should suite most use cases.Methods in org.apache.directory.api.ldap.model.entry that return Entry Modifier and Type Method Description EntryDefaultEntry. add(String upId, byte[]... values)Add some binary values to the current Entry.EntryDefaultEntry. add(String upId, String... values)Add some String values to the current Entry.EntryDefaultEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryDefaultEntry. add(String upId, AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryDefaultEntry. add(String upId, AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryDefaultEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryDefaultEntry. add(Attribute... attributes)Add some Attributes to the current Entry.EntryDefaultEntry. add(AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryDefaultEntry. add(AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryDefaultEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryEntry. add(String upId, byte[]... values)Add some binary values to the current Entry.EntryEntry. add(String upId, String... values)Add some String values to the current Entry.EntryEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryEntry. add(String upId, AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryEntry. add(String upId, AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryEntry. add(Attribute... attributes)Add some Attributes to the current Entry.EntryEntry. add(AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryEntry. add(AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryImmutableEntry. add(String upId, byte[]... values)Add some binary values to the current Entry.EntryImmutableEntry. add(String upId, String... values)Add some String values to the current Entry.EntryImmutableEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryImmutableEntry. add(String upId, AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryImmutableEntry. add(String upId, AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryImmutableEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryImmutableEntry. add(Attribute... attributes)Add some Attributes to the current Entry.EntryImmutableEntry. add(AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryImmutableEntry. add(AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryImmutableEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryDefaultEntry. clone()Clone an entry.EntryEntry. clone()Clone the current entryEntryImmutableEntry. clone()Clone an entry.EntryDefaultEntry. shallowClone()Shallow clone an entry.EntryEntry. shallowClone()Shallow Clone the current entry.EntryImmutableEntry. shallowClone()Shallow Clone the current entry.static EntryAttributeUtils. toEntry(Attributes attributes, Dn dn)Convert a BasicAttributes or a AttributesImpl to an EntryMethods in org.apache.directory.api.ldap.model.entry with parameters of type Entry Modifier and Type Method Description static voidAttributeUtils. applyModification(Entry entry, Modification modification)A method to apply a modification to an existing entry.static AttributesAttributeUtils. toAttributes(Entry entry)Converts anEntryto anAttributes.Constructors in org.apache.directory.api.ldap.model.entry with parameters of type Entry Constructor Description DefaultEntry(SchemaManager schemaManager, Entry entry)Creates a new instance of DefaultEntry, copying another entry.ImmutableEntry(Entry entry)Creates a new instance of DefaultEntry. -
Uses of Entry in org.apache.directory.api.ldap.model.filter
Methods in org.apache.directory.api.ldap.model.filter with parameters of type Entry Modifier and Type Method Description booleanAssertion. 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.api.ldap.model.ldif
Methods in org.apache.directory.api.ldap.model.ldif that return Entry Modifier and Type Method Description EntryLdifEntry. getEntry()Get the entry's entryEntryLdifAttributesReader. parseEntry(String ldif)A method which parses a ldif string and returns an Entry.EntryLdifAttributesReader. parseEntry(SchemaManager schemaManager, String ldif)A method which parses a ldif string and returns an Entry.Methods in org.apache.directory.api.ldap.model.ldif with parameters of type Entry Modifier and Type Method Description static StringLdifUtils. convertAttributesToLdif(Entry entry)Convert all the Entry's attributes to LDIF.static StringLdifUtils. convertAttributesToLdif(Entry entry, int length)Convert the Entry's attributes to LDIF.static StringLdifUtils. convertToLdif(Entry entry)Convert an Entry to LDIFstatic StringLdifUtils. convertToLdif(Entry entry, boolean includeVersionInfo)Convert an Entry to LDIF including a version number at the topstatic StringLdifUtils. convertToLdif(Entry entry, int length)Convert an Entry as LDIFstatic LdifEntryLdifRevertor. reverseDel(Dn dn, Entry deletedEntry)Compute a reverse LDIF of a DeleteRequest.static LdifEntryLdifRevertor. reverseModify(Dn dn, List<Modification> forwardModifications, Entry modifiedEntry)Compute the reversed LDIF for a modify request.static 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 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.Constructors in org.apache.directory.api.ldap.model.ldif with parameters of type Entry Constructor Description LdifEntry(Entry entry)Creates a new LdifEntry object, storing an Entry -
Uses of Entry in org.apache.directory.api.ldap.model.message
Methods in org.apache.directory.api.ldap.model.message that return Entry Modifier and Type Method Description EntryAddRequest. getEntry()Gets the entry to add.EntryAddRequestImpl. getEntry()Gets the entry to add.EntrySearchResultEntry. getEntry()Gets the entry.EntrySearchResultEntryImpl. getEntry()Gets the entryMethods in org.apache.directory.api.ldap.model.message with parameters of type Entry Modifier and Type Method Description AddRequestAddRequest. setEntry(Entry entry)Sets the Entry to add.AddRequestAddRequestImpl. setEntry(Entry entry)Sets the Entry to add.voidSearchResultEntry. setEntry(Entry entry)Sets an entryvoidSearchResultEntryImpl. setEntry(Entry entry)Sets the entry. -
Uses of Entry in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return Entry Modifier and Type Method Description EntryAttributesFactory. convert(String oid, LdapComparator<? super Object> comparator, Schema schema, SchemaManager schemaManager)Convert a LdapComparator instance into an EntryEntryAttributesFactory. convert(String oid, Normalizer normalizer, Schema schema, SchemaManager schemaManager)Convert a Normalizer instance into an EntryEntryAttributesFactory. convert(AttributeType attributeType, Schema schema, SchemaManager schemaManager)objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.3 NAME 'metaAttributeType' DESC 'meta definition of the AttributeType object' SUP metaTop STRUCTURAL MUST ( m-name $ m-syntax ) MAY ( m-supAttributeType $ m-obsolete $ m-equality $ m-ordering $ m-substr $ m-singleValue $ m-collective $ m-noUserModification $ m-usage $ m-extensionAttributeType ) )EntryAttributesFactory. convert(DitContentRule dITContentRule, Schema schema, SchemaManager schemaManager)Converts a DitContentRule into an EntryEntryAttributesFactory. convert(DitStructureRule ditStructureRule, Schema schema, SchemaManager schemaManager)Converts a DitStructureRule into an EntryEntryAttributesFactory. convert(LdapSyntax syntax, Schema schema, SchemaManager schemaManager)Convert a Syntax instance into an EntryEntryAttributesFactory. convert(MatchingRule matchingRule, Schema schema, SchemaManager schemaManager)Converts a MatchingRule into an EntryEntryAttributesFactory. convert(MatchingRuleUse matchingRuleUse, Schema schema, SchemaManager schemaManager)Converts a MatchingRuleUse into an EntryEntryAttributesFactory. convert(NameForm nameForm, Schema schema, SchemaManager schemaManager)Converts a NameForm into an EntryEntryAttributesFactory. convert(ObjectClass objectClass, Schema schema, SchemaManager schemaManager)Creates the attributes of an entry representing an objectClass.EntryAttributesFactory. convert(Schema schema, SchemaManager schemaManager)Converts a Schema to an EntryEntryAttributesFactory. convert(SyntaxChecker syntaxChecker, Schema schema, SchemaManager schemaManager)Convert a SyntaxChecker instance into an EntryEntryAttributesFactory. getAttributes(SchemaObject obj, Schema schema, SchemaManager schemaManager)Get a SchemaObject as an Entrystatic EntrySchemaUtils. 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.api.ldap.model.schema with parameters of type Entry Modifier and Type Method Description static EntrySchemaUtils. 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.api.ldap.model.schema.registries
Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type Entry Modifier and Type Method Description List<Entry>AbstractSchemaLoader. loadAttributeTypes(String... schemaNames)Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadAttributeTypes(String... schemaNames)Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>AbstractSchemaLoader. loadComparators(String... schemaNames)Build a list of Comparators read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadComparators(String... schemaNames)Build a list of Comparators read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadComparators(Schema... schemas)Build a list of Comparators read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadDitContentRules(String... schemaNames)Build a list of DitContentRules read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadDitContentRules(String... schemaNames)Build a list of DitContentRules read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadDitContentRules(Schema... schemas)Build a list of DitContentRules read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadDitStructureRules(String... schemaNames)Build a list of DitStructureRules read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadDitStructureRules(String... schemaNames)Build a list of DitStructureRules read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadDitStructureRules(Schema... schemas)Build a list of DitStructureRules read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadMatchingRules(String... schemaNames)Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadMatchingRules(String... schemaNames)Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>AbstractSchemaLoader. loadMatchingRuleUses(String... schemaNames)Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadMatchingRuleUses(String... schemaNames)Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadMatchingRuleUses(Schema... schemas)Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadNameForms(String... schemaNames)Build a list of NameForms read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadNameForms(String... schemaNames)Build a list of NameForms read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadNameForms(Schema... schemas)Build a list of NameForms read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadNormalizers(String... schemaNames)Build a list of Normalizers read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadNormalizers(String... schemaNames)Build a list of Normalizers read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>AbstractSchemaLoader. loadObjectClasses(String... schemaNames)Build a list of ObjectClasses read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadObjectClasses(String... schemaNames)Build a list of ObjectClasses read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadObjectClasses(Schema... schemas)Build a list of ObjectClasses read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadSyntaxCheckers(String... schemaNames)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadSyntaxCheckers(String... schemaNames)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>AbstractSchemaLoader. loadSyntaxes(String... schemaNames)Build a list of Syntaxes read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadSyntaxes(String... schemaNames)Build a list of Syntaxes read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaMethods in org.apache.directory.api.ldap.model.schema.registries with parameters of type Entry Modifier and Type Method Description protected SchemaAbstractSchemaLoader. getSchema(Entry entry)Gets the schema. -
Uses of Entry in org.apache.directory.api.ldap.schema.loader
Methods in org.apache.directory.api.ldap.schema.loader that return types with arguments of type Entry Modifier and Type Method Description List<Entry>JarLdifSchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>LdifSchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>SingleLdifSchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>JarLdifSchemaLoader. loadComparators(Schema... schemas)Build a list of Comparators read from the underlying storage for a list of specific schema.List<Entry>LdifSchemaLoader. loadComparators(Schema... schemas)Build a list of Comparators read from the underlying storage for a list of specific schema.List<Entry>SingleLdifSchemaLoader. loadComparators(Schema... schemas)Build a list of Comparators read from the underlying storage for a list of specific schema.List<Entry>JarLdifSchemaLoader. loadDitContentRules(Schema... schemas)Build a list of DitContentRules read from the underlying storage for a list of specific schema.List<Entry>LdifSchemaLoader. loadDitContentRules(Schema... schemas)Build a list of DitContentRules read from the underlying storage for a list of specific schema.List<Entry>SingleLdifSchemaLoader. loadDitContentRules(Schema... schemas)Build a list of DitContentRules read from the underlying storage for a list of specific schema.List<Entry>JarLdifSchemaLoader. loadDitStructureRules(Schema... schemas)Build a list of DitStructureRules read from the underlying storage for a list of specific schema.List<Entry>LdifSchemaLoader. loadDitStructureRules(Schema... schemas)Build a list of DitStructureRules read from the underlying storage for a list of specific schema.List<Entry>SingleLdifSchemaLoader. loadDitStructureRules(Schema... schemas)Build a list of DitStructureRules read from the underlying storage for a list of specific schema.List<Entry>JarLdifSchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>LdifSchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>SingleLdifSchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>JarLdifSchemaLoader. loadMatchingRuleUses(Schema... schemas)Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.List<Entry>LdifSchemaLoader. loadMatchingRuleUses(Schema... schemas)Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.List<Entry>SingleLdifSchemaLoader. loadMatchingRuleUses(Schema... schemas)Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.List<Entry>JarLdifSchemaLoader. loadNameForms(Schema... schemas)Build a list of NameForms read from the underlying storage for a list of specific schema.List<Entry>LdifSchemaLoader. loadNameForms(Schema... schemas)Build a list of NameForms read from the underlying storage for a list of specific schema.List<Entry>SingleLdifSchemaLoader. loadNameForms(Schema... schemas)Build a list of NameForms read from the underlying storage for a list of specific schema.List<Entry>JarLdifSchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>LdifSchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>SingleLdifSchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>JarLdifSchemaLoader. loadObjectClasses(Schema... schemas)Build a list of ObjectClasses read from the underlying storage for a list of specific schema.List<Entry>LdifSchemaLoader. loadObjectClasses(Schema... schemas)Build a list of ObjectClasses read from the underlying storage for a list of specific schema.List<Entry>SingleLdifSchemaLoader. loadObjectClasses(Schema... schemas)Build a list of ObjectClasses read from the underlying storage for a list of specific schema.List<Entry>JarLdifSchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>LdifSchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>SingleLdifSchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>JarLdifSchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaList<Entry>LdifSchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaList<Entry>SingleLdifSchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaMethods in org.apache.directory.api.ldap.schema.loader with parameters of type Entry Modifier and Type Method Description AttributeTypeEntityFactory. getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Construct an AttributeType from an entry representing an AttributeType.AttributeTypeSchemaEntityFactory. 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.LdapComparator<?>SchemaEntityFactory. getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Retrieve and load a Comparator class from the DIT.MatchingRuleEntityFactory. getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Construct an MatchingRule from an entry get from the DitMatchingRuleSchemaEntityFactory. getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Construct an MatchingRule from an entry get from the DitNormalizerEntityFactory. getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Retrieve and load a Normalizer class from the DIT.NormalizerSchemaEntityFactory. getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Retrieve and load a Normalizer class from the DIT.ObjectClassEntityFactory. getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)ObjectClassSchemaEntityFactory. getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)SchemaEntityFactory. getSchema(Entry entry)Return an instance of the Schema associated to the entrySchemaSchemaEntityFactory. getSchema(Entry entry)Return an instance of the Schema associated to the entryLdapSyntaxEntityFactory. getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)LdapSyntaxSchemaEntityFactory. getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)SyntaxCheckerEntityFactory. getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Retrieve and load a syntaxChecker class from the DIT.SyntaxCheckerSchemaEntityFactory. getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Retrieve and load a syntaxChecker class from the DIT. -
Uses of Entry in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return Entry Modifier and Type Method Description EntryEntryCursorImpl. get()Gets the object at the current position.EntrySearchCursorImpl. getEntry()EntryLdapConnection. getRootDse()Get back the RooDSE from the connected server.EntryLdapConnection. getRootDse(String... attributes)Get back the RooDSE from the connected server.EntryLdapConnectionWrapper. getRootDse()Get back the RooDSE from the connected server.EntryLdapConnectionWrapper. getRootDse(String... attributes)Get back the RooDSE from the connected server.EntryLdapNetworkConnection. getRootDse()Get back the RooDSE from the connected server.EntryLdapNetworkConnection. getRootDse(String... attributes)Get back the RooDSE from the connected server.EntryLdapConnection. lookup(String dn)Searches for an entry having the given distinguished name.EntryLdapConnection. lookup(String dn, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnection. lookup(String dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnection. lookup(Dn dn)Searches for an entry having the given distinguished name..EntryLdapConnection. lookup(Dn dn, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnection. lookup(Dn dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnectionWrapper. lookup(String dn)Searches for an entry having the given distinguished name.EntryLdapConnectionWrapper. lookup(String dn, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnectionWrapper. lookup(String dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnectionWrapper. lookup(Dn dn)Searches for an entry having the given distinguished name..EntryLdapConnectionWrapper. lookup(Dn dn, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnectionWrapper. lookup(Dn dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapNetworkConnection. lookup(String dn)Searches for an entry having the given distinguished name.EntryLdapNetworkConnection. lookup(String dn, String... attributes)Searches for an entry having the given distinguished name.EntryLdapNetworkConnection. lookup(String dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapNetworkConnection. lookup(Dn dn)Searches for an entry having the given distinguished name..EntryLdapNetworkConnection. lookup(Dn dn, String... attributes)Searches for an entry having the given distinguished name.EntryLdapNetworkConnection. lookup(Dn dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.Methods in org.apache.directory.ldap.client.api that return types with arguments of type Entry Modifier and Type Method Description List<Entry>DefaultSchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>DefaultSchemaLoader. loadComparators(Schema... schemas)Build a list of Comparators read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadDitContentRules(Schema... schemas)Build a list of DitContentRules read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadDitStructureRules(Schema... schemas)Build a list of DitStructureRules read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>DefaultSchemaLoader. loadMatchingRuleUses(Schema... schemas)Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadNameForms(Schema... schemas)Build a list of NameForms read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>DefaultSchemaLoader. loadObjectClasses(Schema... schemas)Build a list of ObjectClasses read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>DefaultSchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaMethods in org.apache.directory.ldap.client.api with parameters of type Entry Modifier and Type Method Description voidLdapConnection. add(Entry entry)Add an entry to the server.voidLdapConnectionWrapper. add(Entry entry)Add an entry to the server.voidLdapNetworkConnection. add(Entry entry)Add an entry to the server.AddFutureLdapAsyncConnection. addAsync(Entry entry)Add an entry to the server asynchronously.AddFutureLdapNetworkConnection. addAsync(Entry entry)Add an entry to the server asynchronously.voidEntryCursorImpl. after(Entry element)This operation is not supported in SearchCursor.voidEntryCursorImpl. before(Entry element)This operation is not supported in SearchCursor.voidLdapConnection. modify(Entry entry, ModificationOperation modOp)Modifies all the attributes present in the entry by applying the same operation.voidLdapConnectionWrapper. modify(Entry entry, ModificationOperation modOp)Modifies all the attributes present in the entry by applying the same operation.voidLdapNetworkConnection. modify(Entry entry, ModificationOperation modOp)Modifies all the attributes present in the entry by applying the same operation. -
Uses of Entry in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return Entry Modifier and Type Method Description EntryLdapConnectionTemplate. newEntry(String dn)Returns aEntrywith the specifieddn.EntryLdapConnectionTemplate. newEntry(Dn dn)Returns aEntrywith the specifieddn.EntryModelFactory. newEntry(String dn)Returns aEntrywith the specifieddn.EntryModelFactory. newEntry(Dn dn)Returns aEntrywith the specifieddn.EntryModelFactoryImpl. newEntry(String dn)Returns aEntrywith the specifieddn.EntryModelFactoryImpl. newEntry(Dn dn)Returns aEntrywith the specifieddn.Methods in org.apache.directory.ldap.client.template with parameters of type Entry Modifier and Type Method Description TEntryMapper. map(Entry entry)Will be called once for each entry in the search result.AddRequestLdapConnectionTemplate. newAddRequest(Entry entry)Returns a newAddRequestfor theentry.AddRequestModelFactory. newAddRequest(Entry entry)Returns a newAddRequestfor theentry.AddRequestModelFactoryImpl. newAddRequest(Entry entry)Returns a newAddRequestfor theentry.
-