|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Subinterfaces of Entry in org.apache.directory.shared.ldap.entry | |
|---|---|
interface |
ServerEntry
A server side entry which is schema aware. |
| 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. |
class |
DefaultServerEntry
A default implementation of a ServerEntry which should suite most use cases. |
| Methods in org.apache.directory.shared.ldap.entry that return Entry | |
|---|---|
Entry |
ServerEntry.clone()
A clone method to produce a clone of the current object |
Entry |
Entry.clone()
Clone the current entry |
Entry |
AbstractEntry.clone()
Clone the current entry |
Entry |
DefaultServerEntry.clone()
Clone an entry. |
Entry |
ServerEntry.toClientEntry()
Convert the ServerEntry to a ClientEntry |
Entry |
DefaultServerEntry.toClientEntry()
Convert the ServerEntry to a ClientEntry |
| Constructors in org.apache.directory.shared.ldap.entry with parameters of type Entry | |
|---|---|
DefaultServerEntry(SchemaManager schemaManager,
Entry entry)
Creates a new instance of DefaultServerEntry, copying another entry, which can be a ClientEntry. |
|
| Uses of Entry in org.apache.directory.shared.ldap.entry.client |
|---|
| 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. |
Entry |
ClientEntryFactory.newEntry()
|
| 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 |
AddRequestImpl.getEntry()
Gets the entry to add. |
Entry |
SearchResponseEntryImpl.getEntry()
Gets the entry |
| Methods in org.apache.directory.shared.ldap.message with parameters of type Entry | |
|---|---|
void |
AddRequestImpl.setEntry(Entry entry)
Sets the Entry to add. |
void |
SearchResponseEntryImpl.setEntry(Entry entry)
Sets the entry. |
| 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(java.lang.String entityName)
Given the non-normalized name (alias) or the OID for a schema entity. |
static Entry |
SchemaUtils.getTargetEntry(java.util.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 | |
|---|---|
java.util.Set<Entry> |
SchemaDao.listAttributeTypeDependents(AttributeType at)
|
java.util.Set<Entry> |
SchemaDao.listEnabledSchemaDependents(java.lang.String schemaName)
Lists the SearchResults of metaSchema objects that depend on a schema. |
java.util.Set<Entry> |
SchemaDao.listMatchingRuleDependents(MatchingRule mr)
|
java.util.Set<Entry> |
SchemaDao.listObjectClassDependents(ObjectClass oc)
|
java.util.Set<Entry> |
SchemaDao.listSchemaDependents(java.lang.String schemaName)
Lists the SearchResults of metaSchema objects that depend on a schema. |
java.util.Set<Entry> |
SchemaDao.listSyntaxDependents(java.lang.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,
java.lang.String schemaName)
Construct an AttributeType from an entry representing an AttributeType. |
LdapComparator<?> |
EntityFactory.getLdapComparator(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
java.lang.String schemaName)
Retrieve and load a Comparator class from the DIT. |
MatchingRule |
EntityFactory.getMatchingRule(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
java.lang.String schemaName)
Construct an MatchingRule from an entry get from the Dit |
Normalizer |
EntityFactory.getNormalizer(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
java.lang.String schemaName)
Retrieve and load a Normalizer class from the DIT. |
ObjectClass |
EntityFactory.getObjectClass(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
java.lang.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,
java.lang.String schemaName)
|
SyntaxChecker |
EntityFactory.getSyntaxChecker(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
java.lang.String schemaName)
Retrieve and load a syntaxChecker class from the DIT. |
static Entry |
SchemaUtils.getTargetEntry(java.util.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 | |
|---|---|
java.util.List<Entry> |
SchemaLoader.loadAttributeTypes(Schema... schemas)
Loads a set of schemas. |
java.util.List<Entry> |
SchemaLoader.loadAttributeTypes(java.lang.String... schemaNames)
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name |
java.util.List<Entry> |
AbstractSchemaLoader.loadAttributeTypes(java.lang.String... schemaNames)
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name |
java.util.List<Entry> |
SchemaLoader.loadComparators(Schema... schemas)
Build a list of Comparators read from the underlying storage for a list of specific schema. |
java.util.List<Entry> |
SchemaLoader.loadComparators(java.lang.String... schemaNames)
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name |
java.util.List<Entry> |
AbstractSchemaLoader.loadComparators(java.lang.String... schemaNames)
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name |
java.util.List<Entry> |
SchemaLoader.loadDitContentRules(Schema... schemas)
Build a list of DitContentRules read from the underlying storage for a list of specific schema. |
java.util.List<Entry> |
SchemaLoader.loadDitContentRules(java.lang.String... schemanames)
Build a list of DitContentRules read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
AbstractSchemaLoader.loadDitContentRules(java.lang.String... schemaNames)
Build a list of DitContentRules read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
SchemaLoader.loadDitStructureRules(Schema... schemas)
Build a list of DitStructureRules read from the underlying storage for a list of specific schema. |
java.util.List<Entry> |
SchemaLoader.loadDitStructureRules(java.lang.String... schemanames)
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
AbstractSchemaLoader.loadDitStructureRules(java.lang.String... schemaNames)
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
SchemaLoader.loadMatchingRules(Schema... schemas)
Build a list of MatchingRules read from the underlying storage for a list of specific schema |
java.util.List<Entry> |
SchemaLoader.loadMatchingRules(java.lang.String... schemaNames)
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name |
java.util.List<Entry> |
AbstractSchemaLoader.loadMatchingRules(java.lang.String... schemaNames)
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name |
java.util.List<Entry> |
SchemaLoader.loadMatchingRuleUses(Schema... schemas)
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema. |
java.util.List<Entry> |
SchemaLoader.loadMatchingRuleUses(java.lang.String... schemanames)
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
AbstractSchemaLoader.loadMatchingRuleUses(java.lang.String... schemaNames)
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
SchemaLoader.loadNameForms(Schema... schemas)
Build a list of NameForms read from the underlying storage for a list of specific schema. |
java.util.List<Entry> |
SchemaLoader.loadNameForms(java.lang.String... schemanames)
Build a list of NameForms read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
AbstractSchemaLoader.loadNameForms(java.lang.String... schemaNames)
Build a list of NameForms read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
SchemaLoader.loadNormalizers(Schema... schemas)
Build a list of Normalizers read from the underlying storage for a list of specified schema |
java.util.List<Entry> |
SchemaLoader.loadNormalizers(java.lang.String... schemaNames)
Build a list of Normalizers read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
AbstractSchemaLoader.loadNormalizers(java.lang.String... schemaNames)
Build a list of Normalizers read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
SchemaLoader.loadObjectClasses(Schema... schemas)
Build a list of ObjectClasses read from the underlying storage for a list of specific schema. |
java.util.List<Entry> |
SchemaLoader.loadObjectClasses(java.lang.String... schemaNames)
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
AbstractSchemaLoader.loadObjectClasses(java.lang.String... schemaNames)
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
SchemaLoader.loadSyntaxCheckers(Schema... schemas)
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema |
java.util.List<Entry> |
SchemaLoader.loadSyntaxCheckers(java.lang.String... schemanames)
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
AbstractSchemaLoader.loadSyntaxCheckers(java.lang.String... schemaNames)
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
SchemaLoader.loadSyntaxes(Schema... schemas)
Build a list of Syntaxes read from the underlying storage for a list of specified schema |
java.util.List<Entry> |
SchemaLoader.loadSyntaxes(java.lang.String... schemaNames)
Build a list of Syntaxes read from the underlying storage for a list of specified schema names |
java.util.List<Entry> |
AbstractSchemaLoader.loadSyntaxes(java.lang.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(javax.naming.directory.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 javax.naming.directory.Attributes |
AttributeUtils.toAttributes(Entry entry)
Converts an Entry to an Attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||