public class JarLdifSchemaLoader extends AbstractSchemaLoader
schemaMap| Constructor and Description |
|---|
JarLdifSchemaLoader()
Creates a new LDIF based SchemaLoader.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
loadAttributeTypes(Schema... schemas)
Build a list of AttributeTypes read from the underlying storage for
a list of specified schema
|
List<Entry> |
loadComparators(Schema... schemas)
Build a list of Comparators read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadDitContentRules(Schema... schemas)
Build a list of DitContentRules read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadDitStructureRules(Schema... schemas)
Build a list of DitStructureRules read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadMatchingRules(Schema... schemas)
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
|
List<Entry> |
loadMatchingRuleUses(Schema... schemas)
Build a list of MatchingRuleUses read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadNameForms(Schema... schemas)
Build a list of NameForms read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadNormalizers(Schema... schemas)
Build a list of Normalizers read from the underlying storage for
a list of specified schema
|
List<Entry> |
loadObjectClasses(Schema... schemas)
Build a list of ObjectClasses read from the underlying storage for
a list of specific schema.
|
List<Entry> |
loadSyntaxCheckers(Schema... schemas)
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
|
List<Entry> |
loadSyntaxes(Schema... schemas)
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
|
addSchema, getAllEnabled, getAllSchemas, getSchema, getSchema, isRelaxed, isStrict, loadAttributeTypes, loadComparators, loadDitContentRules, loadDitStructureRules, loadMatchingRules, loadMatchingRuleUses, loadNameForms, loadNormalizers, loadObjectClasses, loadSyntaxCheckers, loadSyntaxes, removeSchema, setRelaxedpublic JarLdifSchemaLoader()
throws Exception
Exception - if the base directory does not exist or does not
a valid schema.ldif filepublic List<Entry> loadComparators(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which Comparators are loadedLdapExceptionIOExceptionpublic List<Entry> loadSyntaxCheckers(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which SyntaxCheckers are loadedLdapExceptionIOExceptionpublic List<Entry> loadNormalizers(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which Normalizers are loadedLdapExceptionIOExceptionpublic List<Entry> loadMatchingRules(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which MatchingRules are loadedLdapExceptionIOExceptionpublic List<Entry> loadSyntaxes(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which Syntaxes are loadedLdapExceptionIOExceptionpublic List<Entry> loadAttributeTypes(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which AttributeTypes are loadedLdapExceptionIOExceptionpublic List<Entry> loadMatchingRuleUses(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which MatchingRuleUses are loadedLdapExceptionIOExceptionpublic List<Entry> loadNameForms(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which NameForms are loadedLdapExceptionIOExceptionpublic List<Entry> loadDitContentRules(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which DitContentRules are loadedLdapExceptionIOExceptionpublic List<Entry> loadDitStructureRules(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which DitStructureRules are loadedLdapExceptionIOExceptionpublic List<Entry> loadObjectClasses(Schema... schemas) throws LdapException, IOException
schemas - the schemas from which ObjectClasses are loadedLdapExceptionIOExceptionCopyright © 2021. All rights reserved.