|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
org.apache.directory.ldap.client.api.NetworkSchemaLoader
public class NetworkSchemaLoader
A schema loader which uses LdapConnection to load schema.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader |
|---|
listener, schemaMap |
| Constructor Summary | |
|---|---|
NetworkSchemaLoader(LdapConnection connection)
Creates a new instance of NetworkSchemaLoader. |
|
| Method Summary | |
|---|---|
List<Entry> |
loadAttributeTypes(Schema... schemas)
|
List<Entry> |
loadComparators(Schema... schemas)
|
List<Entry> |
loadDitContentRules(Schema... schemas)
|
List<Entry> |
loadDitStructureRules(Schema... schemas)
|
List<Entry> |
loadMatchingRules(Schema... schemas)
|
List<Entry> |
loadMatchingRuleUses(Schema... schemas)
|
List<Entry> |
loadNameForms(Schema... schemas)
|
List<Entry> |
loadNormalizers(Schema... schemas)
|
List<Entry> |
loadObjectClasses(Schema... schemas)
|
List<Entry> |
loadSyntaxCheckers(Schema... schemas)
|
List<Entry> |
loadSyntaxes(Schema... schemas)
|
| Methods inherited from class org.apache.directory.shared.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 NetworkSchemaLoader(LdapConnection connection)
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<Entry> loadAttributeTypes(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadComparators(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadDitContentRules(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadDitStructureRules(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadMatchingRuleUses(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadMatchingRules(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadNameForms(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadNormalizers(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadObjectClasses(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadSyntaxCheckers(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
public List<Entry> loadSyntaxes(Schema... schemas)
throws LdapException,
IOException
LdapException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||