Uses of Interface
org.apache.directory.api.ldap.model.entry.Entry
-
Packages that use Entry Package Description 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 -
-
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.Fields in org.apache.directory.api.ldap.model.entry declared as Entry Modifier and Type Field Description private EntryImmutableEntry. entryThe wrapped Entry for this entryMethods 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.private EntryDefaultEntry. createEntry(SchemaManager schemaManager, Object... elements)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
Fields in org.apache.directory.api.ldap.model.ldif declared as Entry Modifier and Type Field Description private EntryLdifEntry. entrythe entryMethods 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.private EntryLdifAttributesReader. parseEntry(SchemaManager schemaManager)Parse a ldif file.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 LDIFprivate static LdifEntryLdifRevertor. generateModify(Dn parentDn, Entry entry, Rdn oldRdn, Rdn newRdn)A helper method to generate the modified attribute after a rename.private voidLdifAttributesReader. parseEntryAttribute(SchemaManager schemaManager, Entry entry, String line, String lowerLine)Parse an AttributeType/AttributeValuestatic 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.private static LdifEntryLdifRevertor. revertEntry(Entry entry, Dn newDn, Dn newSuperior, Rdn oldRdn, Rdn newRdn)A small helper class to compute the simple revert.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
Fields in org.apache.directory.api.ldap.model.message declared as Entry Modifier and Type Field Description private EntryAddRequestImpl. entryA MultiMap of the new entry's attributes and their valuesprivate EntrySearchResultEntryImpl. entryEntry returned in response to searchMethods 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.private voidAttributesFactory. injectCommon(SchemaObject object, Entry entry, SchemaManager schemaManager)private voidAttributesFactory. injectNames(List<String> names, Entry entry, SchemaManager schemaManager) -
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.
-