Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.LdapSyntaxRegistry
-
Packages that use LdapSyntaxRegistry 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.manager.impl -
-
Uses of LdapSyntaxRegistry in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return LdapSyntaxRegistry Modifier and Type Method Description LdapSyntaxRegistrySchemaManager. getLdapSyntaxRegistry()Get an immutable reference on the LdapSyntax registry -
Uses of LdapSyntaxRegistry in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries that implement LdapSyntaxRegistry Modifier and Type Class Description classDefaultLdapSyntaxRegistryA LdapSyntax registry's service default implementation.classImmutableLdapSyntaxRegistryAn immutable wrapper of the Syntax registry.Fields in org.apache.directory.api.ldap.model.schema.registries declared as LdapSyntaxRegistry Modifier and Type Field Description (package private) LdapSyntaxRegistryImmutableLdapSyntaxRegistry. immutableLdapSyntaxRegistryThe wrapped LdapSyntax registryMethods in org.apache.directory.api.ldap.model.schema.registries that return LdapSyntaxRegistry Modifier and Type Method Description LdapSyntaxRegistryLdapSyntaxRegistry. copy()Copy the LdapSyntaxRegistryLdapSyntaxRegistryRegistries. getLdapSyntaxRegistry()Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type LdapSyntaxRegistry Constructor Description ImmutableLdapSyntaxRegistry(LdapSyntaxRegistry ldapSyntaxRegistry)Creates a new instance of ImmutableLdapSyntaxRegistry. -
Uses of LdapSyntaxRegistry in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return LdapSyntaxRegistry Modifier and Type Method Description LdapSyntaxRegistryDefaultSchemaManager. getLdapSyntaxRegistry()Get an immutable reference on the LdapSyntax registry
-