Uses of Interface
org.forgerock.opendj.server.config.server.SchemaBackendCfg
-
Packages that use SchemaBackendCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of SchemaBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SchemaBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends SchemaBackendCfgClient,? extends SchemaBackendCfg>SchemaBackendCfgClient. definition()Get the configuration definition associated with this Schema Backend. -
Uses of SchemaBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SchemaBackendCfg Modifier and Type Method Description SchemaBackendCfgSchemaBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends SchemaBackendCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SchemaBackendCfg Modifier and Type Method Description Class<SchemaBackendCfg>SchemaBackendCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SchemaBackendCfg Modifier and Type Method Description SchemaBackendCfgSchemaBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends SchemaBackendCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of SchemaBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type SchemaBackendCfg Modifier and Type Method Description Class<? extends SchemaBackendCfg>SchemaBackendCfg. configurationClass()Gets the configuration class associated with this Schema Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type SchemaBackendCfg Modifier and Type Method Description voidSchemaBackendCfg. addSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg> listener)Register to be notified when this Schema Backend is changed.voidSchemaBackendCfg. removeSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg> listener)Deregister an existing Schema Backend configuration change listener.
-