Uses of Interface
org.forgerock.opendj.server.config.client.LocalBackendCfgClient
-
Packages that use LocalBackendCfgClient 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. -
-
Uses of LocalBackendCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of LocalBackendCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interfaceBackupBackendCfgClientA client-side interface for reading and modifying Backup Backend settings.interfaceJEBackendCfgClientA client-side interface for reading and modifying JE Backend settings.interfaceLDIFBackendCfgClientA client-side interface for reading and modifying LDIF Backend settings.interfaceMemoryBackendCfgClientA client-side interface for reading and modifying Memory Backend settings.interfaceMonitorBackendCfgClientA client-side interface for reading and modifying Monitor Backend settings.interfaceNullBackendCfgClientA client-side interface for reading and modifying Null Backend settings.interfacePDBBackendCfgClientA client-side interface for reading and modifying PDB Backend settings.interfacePluggableBackendCfgClientA client-side interface for reading and modifying Pluggable Backend settings.interfaceSchemaBackendCfgClientA client-side interface for reading and modifying Schema Backend settings.interfaceTaskBackendCfgClientA client-side interface for reading and modifying Task Backend settings.interfaceTrustStoreBackendCfgClientA client-side interface for reading and modifying Trust Store Backend settings.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LocalBackendCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends LocalBackendCfgClient,? extends LocalBackendCfg>LocalBackendCfgClient. definition()Get the configuration definition associated with this Local Backend. -
Uses of LocalBackendCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LocalBackendCfgClient Modifier and Type Method Description LocalBackendCfgClientLocalBackendCfgDefn. createClientConfiguration(ManagedObject<? extends LocalBackendCfgClient> impl)Creates a client configuration view of the provided managed object.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type LocalBackendCfgClient Modifier and Type Method Description LocalBackendCfgClientLocalBackendCfgDefn. createClientConfiguration(ManagedObject<? extends LocalBackendCfgClient> impl)Creates a client configuration view of the provided managed object.
-