|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entry | |
|---|---|
| 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 | |
|---|---|
Entry |
SearchCursor.getEntry()
|
| Uses of Entry in org.apache.directory.api.ldap.model.entry |
|---|
| Classes in org.apache.directory.api.ldap.model.entry that implement Entry | |
|---|---|
class |
DefaultEntry
A default implementation of a ServerEntry which should suite most use cases. This class is final, it should not be extended. |
class |
ImmutableEntry
A default implementation of a ServerEntry which should suite most use cases. |
| Methods in org.apache.directory.api.ldap.model.entry that return Entry | |
|---|---|
Entry |
ImmutableEntry.clone()
Clone an entry. |
Entry |
Entry.clone()
Clone the current entry |
Entry |
DefaultEntry.clone()
Clone an entry. |
static Entry |
AttributeUtils.toEntry(Attributes attributes,
Dn dn)
Convert a BasicAttributes or a AttributesImpl to an Entry |
| Methods in org.apache.directory.api.ldap.model.entry 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. |
| Constructors in org.apache.directory.api.ldap.model.entry with parameters of type Entry | |
|---|---|
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 | |
|---|---|
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.api.ldap.model.ldif |
|---|
| Methods in org.apache.directory.api.ldap.model.ldif that return Entry | |
|---|---|
Entry |
LdifEntry.getEntry()
Get the entry's entry |
Entry |
LdifAttributesReader.parseEntry(SchemaManager schemaManager,
String ldif)
A method which parses a ldif string and returns an Entry. |
Entry |
LdifAttributesReader.parseEntry(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 | |
|---|---|
static String |
LdifUtils.convertAttributesToLdif(Entry entry)
Convert all the Entry's attributes to LDIF. |
static String |
LdifUtils.convertAttributesToLdif(Entry entry,
int length)
Convert the Entry's attributes to LDIF. |
static String |
LdifUtils.convertToLdif(Entry entry)
Convert an Entry to LDIF |
static String |
LdifUtils.convertToLdif(Entry entry,
boolean includeVersionInfo)
Convert an Entry to LDIF including a version number at the top |
static String |
LdifUtils.convertToLdif(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,
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 | |
|---|---|
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 | |
|---|---|
Entry |
SearchResultEntryImpl.getEntry()
Gets the entry |
Entry |
SearchResultEntry.getEntry()
Gets the entry. |
Entry |
AddRequestImpl.getEntry()
Gets the entry to add. |
Entry |
AddRequest.getEntry()
Gets the entry to add. |
| Methods in org.apache.directory.api.ldap.model.message with parameters of type Entry | |
|---|---|
void |
SearchResultEntryImpl.setEntry(Entry entry)
Sets the entry. |
void |
SearchResultEntry.setEntry(Entry entry)
Sets an entry |
AddRequest |
AddRequestImpl.setEntry(Entry entry)
Sets the Entry to add. |
AddRequest |
AddRequest.setEntry(Entry entry)
Sets the Entry to add. |
| Uses of Entry in org.apache.directory.api.ldap.model.schema |
|---|
| Methods in org.apache.directory.api.ldap.model.schema that return Entry | |
|---|---|
Entry |
AttributesFactory.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 ) ) |
Entry |
AttributesFactory.convert(DitContentRule dITContentRule,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.convert(DitStructureRule ditStructureRule,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.convert(LdapSyntax syntax,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.convert(MatchingRule matchingRule,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.convert(MatchingRuleUse matchingRuleUse,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.convert(NameForm nameForm,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.convert(ObjectClass objectClass,
Schema schema,
SchemaManager schemaManager)
Creates the attributes of an entry representing an objectClass. |
Entry |
AttributesFactory.convert(Schema schema,
SchemaManager schemaManager)
Convert a Schema to Entry |
Entry |
AttributesFactory.convert(String oid,
LdapComparator<? super Object> comparator,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.convert(String oid,
Normalizer normalizer,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.convert(SyntaxChecker syntaxChecker,
Schema schema,
SchemaManager schemaManager)
|
Entry |
AttributesFactory.getAttributes(SchemaObject obj,
Schema schema,
SchemaManager schemaManager)
|
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.api.ldap.model.schema with parameters of type Entry | |
|---|---|
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.api.ldap.model.schema.registries |
|---|
| Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type Entry | |
|---|---|
List<Entry> |
SchemaLoader.loadAttributeTypes(Schema... schemas)
Build a list of AttributeTypes read from the underlying storage for a list of specified schema |
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.api.ldap.model.schema.registries with parameters of type Entry | |
|---|---|
protected Schema |
AbstractSchemaLoader.getSchema(Entry entry)
Gets the schema. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||