Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
-
Packages that use AttributeTypeRegistry 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 AttributeTypeRegistry in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return AttributeTypeRegistry Modifier and Type Method Description AttributeTypeRegistrySchemaManager. getAttributeTypeRegistry()Get an immutable reference on the AttributeType registry -
Uses of AttributeTypeRegistry in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries that implement AttributeTypeRegistry Modifier and Type Class Description classDefaultAttributeTypeRegistryAn AttributeType registry service default implementation.classImmutableAttributeTypeRegistryAn immutable wrapper of the AttributeType registry.Fields in org.apache.directory.api.ldap.model.schema.registries declared as AttributeTypeRegistry Modifier and Type Field Description (package private) AttributeTypeRegistryImmutableAttributeTypeRegistry. immutableAttributeTypeRegistryThe wrapped AttributeType registryMethods in org.apache.directory.api.ldap.model.schema.registries that return AttributeTypeRegistry Modifier and Type Method Description AttributeTypeRegistryAttributeTypeRegistry. copy()Copy the AttributeTypeRegistryAttributeTypeRegistryImmutableAttributeTypeRegistry. copy()Copy the AttributeTypeRegistryAttributeTypeRegistryRegistries. getAttributeTypeRegistry()Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type AttributeTypeRegistry Constructor Description ImmutableAttributeTypeRegistry(AttributeTypeRegistry attributeTypeRegistry)Creates a new instance of ImmutableAttributeTypeRegistry. -
Uses of AttributeTypeRegistry in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return AttributeTypeRegistry Modifier and Type Method Description AttributeTypeRegistryDefaultSchemaManager. getAttributeTypeRegistry()Get an immutable reference on the AttributeType registry
-