|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
org.apache.directory.ldap.client.api.DefaultSchemaLoader
public class DefaultSchemaLoader
A schema loader which uses LdapConnection to load schema from a ApacheDS serveur
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader |
|---|
listener, schemaMap |
| Constructor Summary | |
|---|---|
DefaultSchemaLoader(LdapConnection connection)
Creates a new instance of DefaultSchemaLoader. |
|
DefaultSchemaLoader(LdapConnection connection,
org.apache.directory.api.ldap.model.name.Dn subschemaSubentryDn)
Creates a new instance of NetworkSchemaLoader. |
|
| Method Summary | |
|---|---|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadAttributeTypes(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadComparators(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadDitContentRules(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadDitStructureRules(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadMatchingRules(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadMatchingRuleUses(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadNameForms(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadNormalizers(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadObjectClasses(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadSyntaxCheckers(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
List<org.apache.directory.api.ldap.model.entry.Entry> |
loadSyntaxes(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
|
| Methods inherited from class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader |
|---|
addSchema, getAllEnabled, getAllSchemas, getDao, getSchema, getSchema, loadAttributeTypes, loadComparators, loadDitContentRules, loadDitStructureRules, loadMatchingRules, loadMatchingRuleUses, loadNameForms, loadNormalizers, loadObjectClasses, loadSyntaxCheckers, loadSyntaxes, notifyListenerOrRegistries, removeSchema, setListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSchemaLoader(LdapConnection connection)
throws org.apache.directory.api.ldap.model.exception.LdapException
connection - the LDAP connection
Exception - if the connection is not authenticated or if there are any problems
while loading the schema entries
org.apache.directory.api.ldap.model.exception.LdapException
public DefaultSchemaLoader(LdapConnection connection,
org.apache.directory.api.ldap.model.name.Dn subschemaSubentryDn)
throws Exception
connection - the LDAP connection
Exception - if the connection is not authenticated or if there are any problems
while loading the schema entries| Method Detail |
|---|
public List<org.apache.directory.api.ldap.model.entry.Entry> loadAttributeTypes(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadComparators(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadDitContentRules(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadDitStructureRules(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadMatchingRuleUses(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadMatchingRules(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadNameForms(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadNormalizers(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadObjectClasses(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadSyntaxCheckers(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
public List<org.apache.directory.api.ldap.model.entry.Entry> loadSyntaxes(org.apache.directory.api.ldap.model.schema.registries.Schema... schemas)
throws org.apache.directory.api.ldap.model.exception.LdapException,
IOException
org.apache.directory.api.ldap.model.exception.LdapException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||