|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SchemaManager in org.apache.directory.api.ldap.model.entry |
|---|
| Constructors in org.apache.directory.api.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.api.ldap.model.filter |
|---|
| Methods in org.apache.directory.api.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,
byte[] filter)
|
static ExprNode |
FilterParser.parse(SchemaManager schemaManager,
String filter)
|
static ExprNode |
FilterParser.parse(SchemaManager schemaManager,
String filter,
org.apache.directory.api.util.Position pos)
|
| Uses of SchemaManager in org.apache.directory.api.ldap.model.ldif |
|---|
| Methods in org.apache.directory.api.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.api.ldap.model.message |
|---|
| Methods in org.apache.directory.api.ldap.model.message with parameters of type SchemaManager | |
|---|---|
void |
SearchParams.normalize(SchemaManager schemaManager)
Normalize the ReturningAttributes. |
| Uses of SchemaManager in org.apache.directory.api.ldap.model.name |
|---|
| Methods in org.apache.directory.api.ldap.model.name that return SchemaManager | |
|---|---|
SchemaManager |
Dn.getSchemaManager()
Get the associated SchemaManager if any. |
| Methods in org.apache.directory.api.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, unless the Dn is already normalized |
void |
Ava.apply(SchemaManager schemaManager)
Apply a SchemaManager to the Ava. |
Dn |
Dn.apply(SchemaManager schemaManager,
boolean force)
Normalizes the Dn using the given the schema manager. |
| Constructors in org.apache.directory.api.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,
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.api.ldap.model.schema |
|---|
| Methods in org.apache.directory.api.ldap.model.schema with parameters of type SchemaManager | |
|---|---|
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)
|
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.api.ldap.model.schema.comparators |
|---|
| Methods in org.apache.directory.api.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.api.ldap.model.schema.normalizers |
|---|
| Methods in org.apache.directory.api.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.api.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.api.ldap.model.schema.registries |
|---|
| Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type SchemaManager | |
|---|---|
protected void |
AbstractSchemaLoader.notifyListenerOrRegistries(Schema schema,
SchemaManager schemaManager)
Notify listener or registries. |
| Uses of SchemaManager in org.apache.directory.api.ldap.model.schema.syntaxCheckers |
|---|
| Methods in org.apache.directory.api.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.api.ldap.model.subtree |
|---|
| Methods in org.apache.directory.api.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.api.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 | |||||||||