Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
-
Uses of SchemaLoader in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries that implement SchemaLoader Modifier and Type Class Description classAbstractSchemaLoaderAn abstract class with a utility method and setListener() implemented.Fields in org.apache.directory.api.ldap.model.schema.registries declared as SchemaLoader Modifier and Type Field Description protected SchemaLoaderDefaultSchema. schemaLoaderThe SchemaLoader used to load this schemaMethods in org.apache.directory.api.ldap.model.schema.registries that return SchemaLoader Modifier and Type Method Description SchemaLoaderDefaultSchema. getSchemaLoader()Gets the SchemaLoader this Schema has to be loaded withSchemaLoaderSchema. getSchemaLoader()Gets the SchemaLoader this Schema has to be loaded withConstructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type SchemaLoader Constructor Description DefaultSchema(SchemaLoader schemaLoader, String name)Creates a new instance of DefaultSchema.DefaultSchema(SchemaLoader schemaLoader, String name, String owner)Creates a new instance of DefaultSchema.DefaultSchema(SchemaLoader schemaLoader, String name, String owner, String[] dependencies)Creates a new instance of DefaultSchema.DefaultSchema(SchemaLoader schemaLoader, String name, String owner, String[] dependencies, boolean disabled)Creates a new instance of DefaultSchema. -
Uses of SchemaLoader in org.apache.directory.api.ldap.schema.loader
Classes in org.apache.directory.api.ldap.schema.loader that implement SchemaLoader Modifier and Type Class Description classJarLdifSchemaLoaderLoads schema data from LDIF files containing entries representing schema objects, using the meta schema format.classLdifSchemaLoaderLoads schema data from LDIF files containing entries representing schema objects, using the meta schema format.classSingleLdifSchemaLoaderA schema loader based on a single monolithic ldif file containing all the schema partition elements Performs better than any other existing LDIF schema loaders. -
Uses of SchemaLoader in org.apache.directory.api.ldap.schema.manager.impl
Constructors in org.apache.directory.api.ldap.schema.manager.impl with parameters of type SchemaLoader Constructor Description DefaultSchemaManager(SchemaLoader schemaLoader)Creates a new instance of DefaultSchemaManager with the given schemaLoader Schema validation strictness (i.e. -
Uses of SchemaLoader in org.apache.directory.ldap.client.api
Classes in org.apache.directory.ldap.client.api that implement SchemaLoader Modifier and Type Class Description classDefaultSchemaLoaderA schema loader which uses LdapConnection to load schema from a ApacheDS serveurMethods in org.apache.directory.ldap.client.api with parameters of type SchemaLoader Modifier and Type Method Description voidLdapNetworkConnection. loadSchema(SchemaLoader loader)loads schema using the specified schema loader
-