Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.access.internal.client |
Provides access internal client interface, factory and implementations.
|
fr.gouv.vitam.client | |
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.format.identification.siegfried |
Provides the Siegfried implementation for the Format Identification module
|
fr.gouv.vitam.common.server.application.junit |
Helper for Junit tests using Vitam Applications
|
fr.gouv.vitam.common.server.application.resources |
Standard Vitam Application Standard Resources
|
fr.gouv.vitam.driver.fake |
Provides a fake Driver implementation for tests purpose
|
fr.gouv.vitam.driver.mock |
Provides a Mock Driver implementation for tests purpose
|
fr.gouv.vitam.functional.administration.client |
Provides Functional administration client interface, factory and implementations.
|
fr.gouv.vitam.ingest.external.client |
Provides Ingest External Client interface, factory and implementations.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
fr.gouv.vitam.logbook.lifecycles.client |
Provides Logbook Lifecycles client interface, factory and implementations.
|
fr.gouv.vitam.logbook.operations.client |
Provides Logbook Operations client interface, factory and implementations.
|
fr.gouv.vitam.metadata.client |
Provides Metadata client interface, factory and implementations.
|
fr.gouv.vitam.processing.management.client |
Provides Processing Management client interface, factory and implementations.
|
fr.gouv.vitam.security.internal.client | |
fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
fr.gouv.vitam.storage.engine.client |
Provides Storage Engine client interface, factory and implementations.
|
fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
fr.gouv.vitam.worker.client |
Provides Worker client interface, configuration, factory and implementations.
|
fr.gouv.vitam.workspace.client |
Provides Workspace client factory and implementations.
|
mon.module.driver | |
the.driver |
Modifier and Type | Class and Description |
---|---|
class |
AccessExternalClientFactory
Access External Client Factory
Used to create access client : if configuration file does not exist 'access-external-client.conf', mock access client will be returned |
class |
AdminExternalClientFactory
Admin External Client Factory
Used to create admin external client : if configuration file does not exist 'access-external-client.conf', mock access client will be returned |
Modifier and Type | Class and Description |
---|---|
class |
AccessInternalClientFactory
Access client factory
Used to create access client : if configuration file does not exist 'access-client.conf', mock access client will be returned |
Modifier and Type | Class and Description |
---|---|
class |
IhmRecetteClientFactory
IngestInternal client factory
Used to create IngestInternal client : if configuration file does not exist }, mock IngestInternal client will be returned |
Constructor and Description |
---|
IhmRecetteClient(VitamClientFactoryInterface<?> factory)
Constructor using given scheme (http)
|
Modifier and Type | Class and Description |
---|---|
class |
TestVitamClientFactory<T extends BasicClient>
Default VitamClientFactory for Test purpose only
|
class |
VitamClientFactory<T extends MockOrRestClient>
General VitamClientFactory for non SSL client
|
Modifier and Type | Method and Description |
---|---|
VitamClientFactoryInterface<?> |
VitamClientFactoryInterface.setVitamClientType(VitamClientFactoryInterface.VitamClientType vitamClientType) |
Constructor and Description |
---|
DefaultAdminClient(VitamClientFactoryInterface<DefaultAdminClient> factory)
Constructor with standard configuration
|
DefaultClient(VitamClientFactoryInterface<?> factory)
Constructor using given scheme (http)
|
VitamRestTestClient(VitamClientFactoryInterface<?> factory)
Constructor using given scheme (http) and allowing multipart but no chunk
|
Constructor and Description |
---|
DefaultAdminClient(VitamClientFactoryInterface<DefaultAdminClient> factory)
Constructor with standard configuration
|
DefaultClient(VitamClientFactoryInterface<?> factory)
Constructor using given scheme (http)
|
VitamRestTestClient(VitamClientFactoryInterface<?> factory)
Constructor using given scheme (http) and allowing multipart but no chunk
|
Modifier and Type | Class and Description |
---|---|
class |
SiegfriedClientFactory
Siegfield Client factory
|
Modifier and Type | Method and Description |
---|---|
VitamClientFactoryInterface<?> |
VitamJerseyTest.getFactory() |
Constructor and Description |
---|
VitamJerseyTest(VitamClientFactoryInterface<?> factory)
Create the VitamJerseyTest, calling setup first.
Note: will call factory.changeServerPort(getServerPort()) automatically before creating the client.
|
Modifier and Type | Method and Description |
---|---|
VitamServiceRegistry |
VitamServiceRegistry.register(VitamClientFactoryInterface<?> factory)
Register one Client factory
|
VitamServiceRegistry |
VitamServiceRegistry.registerOptional(VitamClientFactoryInterface<?> factory)
Register one Optional Client factory
|
Modifier and Type | Method and Description |
---|---|
protected VitamClientFactoryInterface |
FakeDriverImpl.addInternalOfferAsFactory(StorageOffer offer,
Properties parameters) |
Modifier and Type | Method and Description |
---|---|
protected VitamClientFactoryInterface |
MockDriverImpl.addInternalOfferAsFactory(StorageOffer offer,
Properties parameters) |
Modifier and Type | Class and Description |
---|---|
class |
AdminManagementClientFactory
Admin management client factory use to get client by type "rest" or "mock"
|
Modifier and Type | Class and Description |
---|---|
class |
IngestExternalClientFactory
Ingest external client factory use to get client by type "rest" or "mock"
|
Modifier and Type | Class and Description |
---|---|
class |
IngestInternalClientFactory
IngestInternal client factory
Used to create IngestInternal client : if configuration file does not exist }, mock IngestInternal client will be returned |
Modifier and Type | Class and Description |
---|---|
class |
LogbookLifeCyclesClientFactory
Logbook lifecycles client factory
Use to get a logbook lifecycles client in function of its type. |
Modifier and Type | Class and Description |
---|---|
class |
LogbookOperationsClientFactory
Logbook client factory
Used to get a client logbook depending on its type. |
Modifier and Type | Class and Description |
---|---|
class |
MetaDataClientFactory
Metadata client factory
|
Constructor and Description |
---|
MetaDataClientRest(VitamClientFactoryInterface factory)
Constructor using given scheme (http)
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessingManagementClientFactory
ProcessingManagement factory for creating ProcessingManagement client
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSecurityClientFactory
client for identity
|
Constructor and Description |
---|
InternalSecurityClientRest(VitamClientFactoryInterface<?> factory)
Constructor using given scheme (http)
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,VitamClientFactoryInterface<? extends AbstractConnection>> |
AbstractDriver.connectionFactories |
Modifier and Type | Method and Description |
---|---|
protected abstract VitamClientFactoryInterface<AbstractConnection> |
AbstractDriver.addInternalOfferAsFactory(StorageOffer offer,
Properties parameters)
This method must be implemented in the final Driver Implementation to add the ClientFactory to the driver
|
Constructor and Description |
---|
AbstractConnection(String driverName,
VitamClientFactoryInterface<? extends AbstractConnection> factory)
Constructor using given scheme (http)
|
Modifier and Type | Class and Description |
---|---|
class |
StorageClientFactory
StorageClient factory
|
Modifier and Type | Method and Description |
---|---|
protected VitamClientFactoryInterface |
DriverImpl.addInternalOfferAsFactory(StorageOffer offer,
Properties parameters) |
Constructor and Description |
---|
ConnectionImpl(String driverName,
VitamClientFactoryInterface<? extends AbstractConnection> factory,
Properties parameters)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
WorkerClientFactory
WorkerClient factory
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceClientFactory
WorkspaceClient factory for creating workspace client
|
Modifier and Type | Method and Description |
---|---|
protected VitamClientFactoryInterface |
MonDriver.addInternalOfferAsFactory(StorageOffer offer,
Properties parameters) |
Modifier and Type | Method and Description |
---|---|
protected VitamClientFactoryInterface |
TheDriver.addInternalOfferAsFactory(StorageOffer offer,
Properties parameters) |
Copyright © 2018 Vitam. All rights reserved.