|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.entry |
|---|
| Constructors in org.apache.directory.shared.ldap.model.entry with parameters of type SchemaManager | |
|---|---|
DefaultEntry(SchemaManager schemaManager)
Creates a new instance of DefaultEntry, schema aware. |
|
DefaultEntry(SchemaManager schemaManager,
Dn dn)
Creates a new instance of DefaultEntry, schema aware. |
|
DefaultEntry(SchemaManager schemaManager,
Dn dn,
Object... elements)
Creates a new instance of DefaultEntry, with a Dn and a list of IDs. |
|
DefaultEntry(SchemaManager schemaManager,
Entry entry)
Creates a new instance of DefaultEntry, copying another entry. |
|
DefaultEntry(SchemaManager schemaManager,
String dn)
Creates a new instance of DefaultEntry, schema aware. |
|
DefaultEntry(SchemaManager schemaManager,
String dn,
Object... elements)
Creates a new instance of DefaultEntry, with a Dn and a list of IDs. |
|
DefaultModification(SchemaManager schemaManager,
Modification modification)
Creates a new instance of DefaultModification. |
|
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.filter |
|---|
| Methods in org.apache.directory.shared.ldap.model.filter with parameters of type SchemaManager | |
|---|---|
static String |
BranchNormalizedVisitor.getNormalizedFilter(SchemaManager schemaManager,
String filter)
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression. |
static ExprNode |
FilterParser.parse(SchemaManager schemaManager,
String filter)
|
static ExprNode |
FilterParser.parse(SchemaManager schemaManager,
String filter,
Position pos)
|
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.ldif |
|---|
| Methods in org.apache.directory.shared.ldap.model.ldif with parameters of type SchemaManager | |
|---|---|
Entry |
LdifAttributesReader.parseEntry(SchemaManager schemaManager,
String ldif)
A method which parses a ldif string and returns an Entry. |
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.message |
|---|
| Methods in org.apache.directory.shared.ldap.model.message with parameters of type SchemaManager | |
|---|---|
void |
SearchParams.normalize(SchemaManager schemaManager)
Normalize the ReturningAttributes. |
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.name |
|---|
| Methods in org.apache.directory.shared.ldap.model.name that return SchemaManager | |
|---|---|
SchemaManager |
Dn.getSchemaManager()
Get the associated SchemaManager if any. |
| Methods in org.apache.directory.shared.ldap.model.name with parameters of type SchemaManager | |
|---|---|
Rdn |
Rdn.apply(SchemaManager schemaManager)
Transform a Rdn by changing the value to its OID counterpart and normalizing the value accordingly to its type. |
Dn |
Dn.apply(SchemaManager schemaManager)
Normalizes the Dn using the given the schema manager |
void |
Ava.apply(SchemaManager schemaManager)
Apply a SchemaManager to the Ava. |
| Constructors in org.apache.directory.shared.ldap.model.name with parameters of type SchemaManager | |
|---|---|
Ava(SchemaManager schemaManager)
Constructs an empty schema aware Ava. |
|
Ava(SchemaManager schemaManager,
String upType,
byte[] upValue)
Construct a schema aware Ava containing a binary value. |
|
Ava(SchemaManager schemaManager,
String upType,
String upValue)
Construct a schema aware Ava with a String value. |
|
Dn(SchemaManager schemaManager)
Construct an empty Schema aware Dn object |
|
Dn(SchemaManager schemaManager,
Dn dn)
Creates a schema aware Dn copying an existing Dn |
|
Dn(SchemaManager schemaManager,
Rdn... rdns)
Creates a Schema aware Dn from a list of Rdns. |
|
Dn(SchemaManager schemaManager,
String... upRdns)
Creates a new instance of schema aware Dn, using varargs to declare the RDNs. |
|
Rdn(SchemaManager schemaManager)
Creates a new schema aware instance of Rdn. |
|
Rdn(SchemaManager schemaManager,
String rdn)
A constructor that parse a String representing a schema aware Rdn. |
|
Rdn(SchemaManager schemaManager,
String upType,
String upValue)
A constructor that constructs a schema aware Rdn from a type and a value. |
|
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.schema |
|---|
| Methods in org.apache.directory.shared.ldap.model.schema with parameters of type SchemaManager | |
|---|---|
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. |
LdapComparator<?> |
EntityFactory.getLdapComparator(SchemaManager schemaManager,
LdapComparatorDescription comparatorDescription,
Registries targetRegistries,
String schemaName)
Construct a LdapComparator from a description of a comparator. |
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. |
Normalizer |
EntityFactory.getNormalizer(SchemaManager schemaManager,
NormalizerDescription normalizerDescription,
Registries targetRegistries,
String schemaName)
Create a new instance of a Normalizer |
ObjectClass |
EntityFactory.getObjectClass(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName)
|
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. |
SyntaxChecker |
EntityFactory.getSyntaxChecker(SchemaManager schemaManager,
SyntaxCheckerDescription syntaxCheckerDescription,
Registries targetRegistries,
String schemaName)
Create a new instance of a SyntaxChecker |
void |
SyntaxChecker.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
void |
Normalizer.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
void |
LdapComparator.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.schema.comparators |
|---|
| Methods in org.apache.directory.shared.ldap.model.schema.comparators with parameters of type SchemaManager | |
|---|---|
void |
UniqueMemberComparator.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
void |
SerializableComparator.setSchemaManager(SchemaManager schemaManager)
|
void |
DnComparator.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.schema.normalizers |
|---|
| Methods in org.apache.directory.shared.ldap.model.schema.normalizers with parameters of type SchemaManager | |
|---|---|
void |
UniqueMemberNormalizer.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
void |
NameOrNumericIdNormalizer.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
void |
DnNormalizer.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
void |
CachingNormalizer.setSchemaManager(SchemaManager schemaManager)
Sets the SchemaManager |
void |
CachingDnNormalizer.setSchemaManager(SchemaManager schemaManager)
Sets the SchemaManager |
| Constructors in org.apache.directory.shared.ldap.model.schema.normalizers with parameters of type SchemaManager | |
|---|---|
ConcreteNameComponentNormalizer(SchemaManager schemaManager)
Creates a Dn Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value. |
|
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.schema.registries |
|---|
| Constructors in org.apache.directory.shared.ldap.model.schema.registries with parameters of type SchemaManager | |
|---|---|
Registries(SchemaManager schemaManager)
Creates a new instance of Registries. |
|
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.schema.syntaxCheckers |
|---|
| Methods in org.apache.directory.shared.ldap.model.schema.syntaxCheckers with parameters of type SchemaManager | |
|---|---|
void |
SubtreeSpecificationSyntaxChecker.setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance. |
| Uses of SchemaManager in org.apache.directory.shared.ldap.model.subtree |
|---|
| Methods in org.apache.directory.shared.ldap.model.subtree with parameters of type SchemaManager | |
|---|---|
void |
AntlrSubtreeSpecificationParser.init(SchemaManager schemaManager)
Does nothing. |
void |
AntlrSubtreeSpecificationChecker.init(SchemaManager schemaManager)
Initiaize the checker |
| Constructors in org.apache.directory.shared.ldap.model.subtree with parameters of type SchemaManager | |
|---|---|
SubtreeSpecificationChecker(SchemaManager schemaManager)
Creates a normalizing subtree specification parser. |
|
SubtreeSpecificationParser(NormalizerMappingResolver resolver,
SchemaManager schemaManager)
Creates a normalizing subtree specification parser. |
|
SubtreeSpecificationParser(SchemaManager schemaManager)
Creates a subtree specification parser. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||