Modifier and Type | Method and Description |
---|---|
Entry |
SearchResultEntryDsml.getEntry()
Get the entry.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResultEntryDsml.setEntry(Entry entry)
Initialize the entry.
|
Modifier and Type | Method and Description |
---|---|
Entry |
AddRequestDsml.getEntry()
Get the entry with its attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
AddRequestDsml.setEntry(Entry entry)
Sets the entry.
|
Modifier and Type | Method and Description |
---|---|
Entry |
AddRequestCodec.getEntry()
Get the entry to be added
|
Modifier and Type | Method and Description |
---|---|
void |
AddRequestCodec.setEntry(Entry entry)
Sets the entry.
|
Modifier and Type | Method and Description |
---|---|
Entry |
SearchResultEntryCodec.getEntry()
Get the entry.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResultEntryCodec.setEntry(Entry entry)
Sets the entry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerEntry
A server side entry which is schema aware.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Entry |
DefaultServerEntry.clone()
Clone an entry.
|
Entry |
AbstractEntry.clone()
Clone the current entry
|
Entry |
Entry.clone()
Clone the current entry
|
Entry |
ServerEntry.clone()
A clone method to produce a clone of the current object
|
Entry |
DefaultServerEntry.toClientEntry()
Convert the ServerEntry to a ClientEntry
|
Entry |
ServerEntry.toClientEntry()
Convert the ServerEntry to a ClientEntry
|
Constructor and Description |
---|
DefaultServerEntry(SchemaManager schemaManager,
Entry entry)
Creates a new instance of DefaultServerEntry, copying
another entry, which can be a ClientEntry.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientEntry
A default implementation of a ServerEntry which should suite most
use cases.
|
Modifier and Type | Method and Description |
---|---|
Entry |
DefaultClientEntry.clone()
Clone an entry.
|
Entry |
ClientEntryFactory.newEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
Assertion.assertCandidate(Entry entry)
Checks to see if a candidate is valid by asserting an arbitrary predicate
against the candidate.
|
Modifier and Type | Method and Description |
---|---|
Entry |
LdifEntry.getEntry()
Get the entry's entry
|
Entry |
LdifAttributesReader.parseEntry(String ldif)
A method which parses a ldif string and returns a list of Entry.
|
Modifier and Type | Method and Description |
---|---|
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.convertEntryToLdif(Entry entry)
Convert an Entry to LDIF
|
static String |
LdifUtils.convertEntryToLdif(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.
|
Modifier and Type | Method and Description |
---|---|
Entry |
SearchResponseEntryImpl.getEntry()
Gets the entry
|
Entry |
AddRequestImpl.getEntry()
Gets the entry to add.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResponseEntryImpl.setEntry(Entry entry)
Sets the entry.
|
void |
AddRequestImpl.setEntry(Entry entry)
Sets the Entry to add.
|
Modifier and Type | Method and Description |
---|---|
Entry |
InternalAddRequest.getEntry()
Gets the entry to add.
|
Entry |
InternalSearchResponseEntry.getEntry()
Gets the entry.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalAddRequest.setEntry(Entry entry)
Sets the Entry to add.
|
void |
InternalSearchResponseEntry.setEntry(Entry entry)
Sets an entry
|
Modifier and Type | Method and Description |
---|---|
Entry |
SchemaDao.find(String entityName)
Given the non-normalized name (alias) or the OID for a schema entity.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<Entry> |
SchemaDao.listAttributeTypeDependents(AttributeType at) |
Set<Entry> |
SchemaDao.listEnabledSchemaDependents(String schemaName)
Lists the SearchResults of metaSchema objects that depend on a schema.
|
Set<Entry> |
SchemaDao.listMatchingRuleDependents(MatchingRule mr) |
Set<Entry> |
SchemaDao.listObjectClassDependents(ObjectClass oc) |
Set<Entry> |
SchemaDao.listSchemaDependents(String schemaName)
Lists the SearchResults of metaSchema objects that depend on a schema.
|
Set<Entry> |
SchemaDao.listSyntaxDependents(String numericOid)
Returns the set of matchingRules and attributeTypes which depend on the
provided syntax.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Entry> |
JarLdifSchemaLoader.loadAttributeTypes(Schema... schemas)
Loads a set of schemas.
|
List<Entry> |
LdifSchemaLoader.loadAttributeTypes(Schema... schemas)
Loads a set of schemas.
|
List<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> |
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> |
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> |
JarLdifSchemaLoader.loadMatchingRules(Schema... schemas)
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
|
List<Entry> |
LdifSchemaLoader.loadMatchingRules(Schema... schemas)
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
|
List<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> |
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> |
JarLdifSchemaLoader.loadNormalizers(Schema... schemas)
Build a list of Normalizers read from the underlying storage for
a list of specified schema
|
List<Entry> |
LdifSchemaLoader.loadNormalizers(Schema... schemas)
Build a list of Normalizers read from the underlying storage for
a list of specified schema
|
List<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> |
JarLdifSchemaLoader.loadSyntaxCheckers(Schema... schemas)
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
|
List<Entry> |
LdifSchemaLoader.loadSyntaxCheckers(Schema... schemas)
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
|
List<Entry> |
JarLdifSchemaLoader.loadSyntaxes(Schema... schemas)
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
|
List<Entry> |
LdifSchemaLoader.loadSyntaxes(Schema... schemas)
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
SchemaEntityFactory.getAttributeType(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName)
Construct an AttributeType from an entry representing an AttributeType.
|
LdapComparator<?> |
SchemaEntityFactory.getLdapComparator(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName)
Retrieve and load a Comparator class from the DIT.
|
MatchingRule |
SchemaEntityFactory.getMatchingRule(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName)
Construct an MatchingRule from an entry get from the Dit
|
Normalizer |
SchemaEntityFactory.getNormalizer(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName)
Retrieve and load a Normalizer class from the DIT.
|
ObjectClass |
SchemaEntityFactory.getObjectClass(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName) |
Schema |
SchemaEntityFactory.getSchema(Entry entry)
Return an instance of the Schema associated to the entry
|
LdapSyntax |
SchemaEntityFactory.getSyntax(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName) |
SyntaxChecker |
SchemaEntityFactory.getSyntaxChecker(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName)
Retrieve and load a syntaxChecker class from the DIT.
|
Modifier and Type | Method and Description |
---|---|
List<Entry> |
SchemaLoader.loadAttributeTypes(Schema... schemas)
Loads a set of schemas.
|
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.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> |
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.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> |
AbstractSchemaLoader.loadDitContentRules(String... schemaNames)
Build a list of DitContentRules read from the underlying storage for
a list of specified schema names
|
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> |
SchemaLoader.loadDitStructureRules(Schema... schemas)
Build a list of DitStructureRules 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 names
|
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> |
SchemaLoader.loadMatchingRules(Schema... schemas)
Build a list of MatchingRules 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 name
|
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> |
SchemaLoader.loadMatchingRuleUses(Schema... schemas)
Build a list of MatchingRuleUses read from the underlying storage for
a list of specific schema.
|
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.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> |
AbstractSchemaLoader.loadNameForms(String... schemaNames)
Build a list of NameForms read from the underlying storage for
a list of specified schema names
|
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> |
SchemaLoader.loadNormalizers(Schema... schemas)
Build a list of Normalizers read from the underlying storage for
a list of specified schema
|
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.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> |
AbstractSchemaLoader.loadObjectClasses(String... schemaNames)
Build a list of ObjectClasses read from the underlying storage for
a list of specified schema names
|
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> |
SchemaLoader.loadSyntaxCheckers(Schema... schemas)
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
|
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.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> |
AbstractSchemaLoader.loadSyntaxes(String... schemaNames)
Build a list of Syntaxes read from the underlying storage for
a list of specified schema names
|
List<Entry> |
SchemaLoader.loadSyntaxes(String... schemaNames)
Build a list of Syntaxes read from the underlying storage for
a list of specified schema names
|
Modifier and Type | Method and Description |
---|---|
protected Schema |
AbstractSchemaLoader.getSchema(Entry entry) |
Modifier and Type | Method and Description |
---|---|
static Entry |
AttributeUtils.toClientEntry(Attributes attributes,
DN dn)
Check if an attribute contains a specific value and remove it using the associated
matchingRule for the attribute type supplied.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.