|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entry | |
|---|---|
| org.apache.directory.shared.ldap.model.cursor | |
| org.apache.directory.shared.ldap.model.entry | |
| org.apache.directory.shared.ldap.model.filter | |
| org.apache.directory.shared.ldap.model.ldif | |
| org.apache.directory.shared.ldap.model.message | |
| org.apache.directory.shared.ldap.model.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
| org.apache.directory.shared.ldap.model.schema.registries | |
| Uses of Entry in org.apache.directory.shared.ldap.model.cursor |
|---|
| Methods in org.apache.directory.shared.ldap.model.cursor that return Entry | |
|---|---|
Entry |
SearchCursor.getEntry()
|
| Uses of Entry in org.apache.directory.shared.ldap.model.entry |
|---|
| Classes in org.apache.directory.shared.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.shared.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.shared.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.shared.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.shared.ldap.model.filter |
|---|
| Methods in org.apache.directory.shared.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.shared.ldap.model.ldif |
|---|
| Methods in org.apache.directory.shared.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.shared.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.shared.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.shared.ldap.model.message |
|---|
| Methods in org.apache.directory.shared.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.shared.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.shared.ldap.model.schema |
|---|
| Methods in org.apache.directory.shared.ldap.model.schema that return 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. |
| Methods in org.apache.directory.shared.ldap.model.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.model.schema.registries |
|---|
| Methods in org.apache.directory.shared.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.shared.ldap.model.schema.registries with parameters of type Entry | |
|---|---|
protected Schema |
AbstractSchemaLoader.getSchema(Entry entry)
Gets the schema. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||