Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.NameFormRegistry
-
Packages that use NameFormRegistry 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 NameFormRegistry in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return NameFormRegistry Modifier and Type Method Description NameFormRegistrySchemaManager. getNameFormRegistry()Get an immutable reference on the NameForm registry -
Uses of NameFormRegistry in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries that implement NameFormRegistry Modifier and Type Class Description classDefaultNameFormRegistryAn NameForm registry's service default implementation.classImmutableNameFormRegistryAn immutable wrapper of the NameForm registry.Fields in org.apache.directory.api.ldap.model.schema.registries declared as NameFormRegistry Modifier and Type Field Description (package private) NameFormRegistryImmutableNameFormRegistry. immutableNameFormRegistryThe wrapped NameForm registryMethods in org.apache.directory.api.ldap.model.schema.registries that return NameFormRegistry Modifier and Type Method Description NameFormRegistryNameFormRegistry. copy()Copy the NameFormRegistryNameFormRegistryRegistries. getNameFormRegistry()Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type NameFormRegistry Constructor Description ImmutableNameFormRegistry(NameFormRegistry nameFormRegistry)Creates a new instance of ImmutableNameFormRegistry. -
Uses of NameFormRegistry in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return NameFormRegistry Modifier and Type Method Description NameFormRegistryDefaultSchemaManager. getNameFormRegistry()Get an immutable reference on the NameForm registry
-