Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.Schema
-
Packages that use Schema Package Description org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model.org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.schema.loader org.apache.directory.api.ldap.schema.manager.impl org.apache.directory.ldap.client.api -
-
Uses of Schema in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return Schema Modifier and Type Method Description SchemaSchemaManager. getLoadedSchema(String schemaName)Gets a schema that has been loaded into these Registries.Methods in org.apache.directory.api.ldap.model.schema that return types with arguments of type Schema Modifier and Type Method Description Collection<Schema>SchemaManager. getAllSchemas()List<Schema>SchemaManager. getDisabled()Collection<Schema>SchemaManager. getEnabled()Methods in org.apache.directory.api.ldap.model.schema with parameters of type Schema Modifier and Type Method Description EntryAttributesFactory. convert(String oid, LdapComparator<? super Object> comparator, Schema schema, SchemaManager schemaManager)Convert a LdapComparator instance into an EntryEntryAttributesFactory. convert(String oid, Normalizer normalizer, Schema schema, SchemaManager schemaManager)Convert a Normalizer instance into an EntryEntryAttributesFactory. 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 ) )EntryAttributesFactory. convert(DitContentRule dITContentRule, Schema schema, SchemaManager schemaManager)Converts a DitContentRule into an EntryEntryAttributesFactory. convert(DitStructureRule ditStructureRule, Schema schema, SchemaManager schemaManager)Converts a DitStructureRule into an EntryEntryAttributesFactory. convert(LdapSyntax syntax, Schema schema, SchemaManager schemaManager)Convert a Syntax instance into an EntryEntryAttributesFactory. convert(MatchingRule matchingRule, Schema schema, SchemaManager schemaManager)Converts a MatchingRule into an EntryEntryAttributesFactory. convert(MatchingRuleUse matchingRuleUse, Schema schema, SchemaManager schemaManager)Converts a MatchingRuleUse into an EntryEntryAttributesFactory. convert(NameForm nameForm, Schema schema, SchemaManager schemaManager)Converts a NameForm into an EntryEntryAttributesFactory. convert(ObjectClass objectClass, Schema schema, SchemaManager schemaManager)Creates the attributes of an entry representing an objectClass.EntryAttributesFactory. convert(Schema schema, SchemaManager schemaManager)Converts a Schema to an EntryEntryAttributesFactory. convert(SyntaxChecker syntaxChecker, Schema schema, SchemaManager schemaManager)Convert a SyntaxChecker instance into an EntrybooleanSchemaManager. disable(Schema... schemas)Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.booleanSchemaManager. disabledRelaxed(Schema... schemas)Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.booleanSchemaManager. enable(Schema... schemas)Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.booleanSchemaManager. enableRelaxed(Schema... schemas)Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.EntryAttributesFactory. getAttributes(SchemaObject obj, Schema schema, SchemaManager schemaManager)Get a SchemaObject as an EntrybooleanSchemaManager. isDisabled(Schema schema)Tells if the given Schema is disabledbooleanSchemaManager. isEnabled(Schema schema)Tells if the given Schema is enabledbooleanSchemaManager. load(Schema... schemas)Load some Schemas into the registries.booleanSchemaManager. loadDisabled(Schema... schemas)Load Schemas into the Registries, even if they are disabled.booleanSchemaManager. loadRelaxed(Schema... schemas)Load Schemas into the registries, even if there are some errors in the schemas.booleanSchemaManager. loadWithDeps(Schema... schemas)Load some Schemas into the registries, and loads all of the schemas they depend on.booleanSchemaManager. loadWithDepsRelaxed(Schema... schemas)Load some Schemas into the registries, and loads all of the schemas they depend on.booleanSchemaManager. unload(Schema... schemas)Unload the given set of SchemasbooleanSchemaManager. verify(Schema... schemas)Check that the Schemas are consistent regarding the current Registries. -
Uses of Schema in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries that implement Schema Modifier and Type Class Description classDefaultSchemaThe default Schema interface implementation.Fields in org.apache.directory.api.ldap.model.schema.registries with type parameters of type Schema Modifier and Type Field Description protected Map<String,Schema>Registries. loadedSchemasA String name to Schema object map for the schemas loaded into this registry.protected Map<String,Schema>AbstractSchemaLoader. schemaMapA map of all available schema names to schema objects.Methods in org.apache.directory.api.ldap.model.schema.registries that return Schema Modifier and Type Method Description SchemaLowerCaseKeyMap. get(Object key)SchemaRegistries. getLoadedSchema(String schemaName)Gets a schema that has been loaded into these Registries.SchemaAbstractSchemaLoader. getSchema(String schemaName)Gets a schema object based on it's name.protected SchemaAbstractSchemaLoader. getSchema(Entry entry)Gets the schema.SchemaSchemaLoader. getSchema(String schemaName)Gets a schema object based on it's name.SchemaLowerCaseKeyMap. put(String key, Schema value)SchemaLowerCaseKeyMap. remove(Object key)Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type Schema Modifier and Type Method Description Collection<Schema>AbstractSchemaLoader. getAllEnabled()Collection<Schema>SchemaLoader. getAllEnabled()Collection<Schema>AbstractSchemaLoader. getAllSchemas()Collection<Schema>SchemaLoader. getAllSchemas()Map<String,Schema>Registries. getLoadedSchemas()Gets an unmodifiable Map of schema names to loaded Schema objects.Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type Schema Modifier and Type Method Description voidAbstractSchemaLoader. addSchema(Schema schema)Add a new schema to the schema's listvoidSchemaLoader. addSchema(Schema schema)Add a new schema to the schema's listList<Entry>SchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>SchemaLoader. loadComparators(Schema... schemas)Build a list of Comparators read from the underlying storage for a list of specific schema.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. loadDitStructureRules(Schema... schemas)Build a list of DitStructureRules read from the underlying storage for a list of specific schema.List<Entry>SchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>SchemaLoader. loadMatchingRuleUses(Schema... schemas)Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.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. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>SchemaLoader. loadObjectClasses(Schema... schemas)Build a list of ObjectClasses read from the underlying storage for a list of specific schema.List<Entry>SchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>SchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaSchemaLowerCaseKeyMap. put(String key, Schema value)voidAbstractSchemaLoader. removeSchema(Schema schema)Remove a schema from the schema's listvoidSchemaLoader. removeSchema(Schema schema)Remove a schema from the schema's listvoidRegistries. schemaLoaded(Schema schema)Merely adds the schema to the set of loaded schemas.voidSchemaLoaderListener. schemaLoaded(Schema schema)Listener method called to indicate a loader or other agent finished loading the schema objects for a schema into the Registries.voidRegistries. schemaUnloaded(Schema schema)Merely removes the schema from the set of loaded schemas.voidSchemaLoaderListener. schemaUnloaded(Schema schema)Listener method called to indicate an agent finished loading the schema objects for a schema into the Registries.Method parameters in org.apache.directory.api.ldap.model.schema.registries with type arguments of type Schema Modifier and Type Method Description voidLowerCaseKeyMap. putAll(Map<? extends String,? extends Schema> map) -
Uses of Schema in org.apache.directory.api.ldap.schema.loader
Methods in org.apache.directory.api.ldap.schema.loader that return Schema Modifier and Type Method Description SchemaEntityFactory. getSchema(Entry entry)Return an instance of the Schema associated to the entrySchemaSchemaEntityFactory. getSchema(Entry entry)Return an instance of the Schema associated to the entryMethods in org.apache.directory.api.ldap.schema.loader with parameters of type Schema Modifier and Type Method Description List<Entry>JarLdifSchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>LdifSchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>SingleLdifSchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<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>SingleLdifSchemaLoader. 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>SingleLdifSchemaLoader. 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>SingleLdifSchemaLoader. 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 schemaList<Entry>LdifSchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>SingleLdifSchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<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>SingleLdifSchemaLoader. 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>SingleLdifSchemaLoader. 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 schemaList<Entry>LdifSchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>SingleLdifSchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<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>SingleLdifSchemaLoader. 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 schemaList<Entry>LdifSchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>SingleLdifSchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>JarLdifSchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaList<Entry>LdifSchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaList<Entry>SingleLdifSchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schema -
Uses of Schema in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return Schema Modifier and Type Method Description SchemaDefaultSchemaManager. getLoadedSchema(String schemaName)Gets a schema that has been loaded into these Registries.Methods in org.apache.directory.api.ldap.schema.manager.impl that return types with arguments of type Schema Modifier and Type Method Description List<Schema>DefaultSchemaManager. getAllSchemas()List<Schema>DefaultSchemaManager. getDisabled()List<Schema>DefaultSchemaManager. getEnabled()Methods in org.apache.directory.api.ldap.schema.manager.impl with parameters of type Schema Modifier and Type Method Description protected SchemaObjectDefaultSchemaManager. addSchemaObject(Registries registries, SchemaObject schemaObject, Schema schema)Add the schemaObject into the registries.protected voidDefaultSchemaManager. addSchemaObjects(Schema schema, Registries registries)booleanDefaultSchemaManager. disable(Schema... schemas)Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.booleanDefaultSchemaManager. disabledRelaxed(Schema... schemas)Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.booleanDefaultSchemaManager. enable(Schema... schemas)Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.booleanDefaultSchemaManager. enableRelaxed(Schema... schemas)Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.booleanDefaultSchemaManager. isDisabled(Schema schema)Tells if the given Schema is disabledbooleanDefaultSchemaManager. isEnabled(Schema schema)Tells if the given Schema is enabledbooleanDefaultSchemaManager. load(Schema... schemas)Load some Schemas into the registries.booleanDefaultSchemaManager. loadDisabled(Schema... schemas)Load Schemas into the Registries, even if they are disabled.booleanDefaultSchemaManager. loadRelaxed(Schema... schemas)Load Schemas into the registries, even if there are some errors in the schemas.booleanDefaultSchemaManager. loadWithDeps(Schema... schemas)Load some Schemas into the registries, and loads all of the schemas they depend on.booleanDefaultSchemaManager. loadWithDepsRelaxed(Schema... schemas)Load some Schemas into the registries, and loads all of the schemas they depend on.booleanDefaultSchemaManager. unload(Schema... schemas)Unload the given set of SchemasbooleanDefaultSchemaManager. verify(Schema... schemas)Check that the Schemas are consistent regarding the current Registries.Constructor parameters in org.apache.directory.api.ldap.schema.manager.impl with type arguments of type Schema Constructor Description DefaultSchemaManager(boolean relaxed, Collection<Schema> schemas)Creates a new instance of DefaultSchemaManager with the default schema schemaLoaderDefaultSchemaManager(Collection<Schema> schemas)Creates a new instance of DefaultSchemaManager with the default schema schemaLoader Strict schema validation -
Uses of Schema in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type Schema Modifier and Type Method Description List<Entry>DefaultSchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>DefaultSchemaLoader. loadComparators(Schema... schemas)Build a list of Comparators read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadDitContentRules(Schema... schemas)Build a list of DitContentRules read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadDitStructureRules(Schema... schemas)Build a list of DitStructureRules read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>DefaultSchemaLoader. loadMatchingRuleUses(Schema... schemas)Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadNameForms(Schema... schemas)Build a list of NameForms read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>DefaultSchemaLoader. loadObjectClasses(Schema... schemas)Build a list of ObjectClasses read from the underlying storage for a list of specific schema.List<Entry>DefaultSchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>DefaultSchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schema
-