Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.access.external.client.v2 | |
fr.gouv.vitam.access.internal.client |
Provides access internal client interface, factory and implementations.
|
fr.gouv.vitam.batch.report.client | |
fr.gouv.vitam.client | |
fr.gouv.vitam.common.client |
Basic Vitam Client Common interfaces
|
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.resources |
Standard Vitam Application Standard Resources
|
fr.gouv.vitam.common.serverv2 | |
fr.gouv.vitam.driver.fake |
Provides a fake 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.
|
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 |
AccessExternalClientV2Factory
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 |
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 |
BatchReportClientFactory
BatchReportClientFactory
|
Constructor and Description |
---|
BatchReportClientRest(VitamClientFactoryInterface<?> factory)
Constructor using given scheme (http)
|
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 |
---|---|
VitamServiceRegistry |
VitamServiceRegistry.register(VitamClientFactoryInterface<?> factory)
Register one Client factory
|
VitamServiceRegistry |
VitamServiceRegistry.registerOptional(VitamClientFactoryInterface<?> factory)
Register one Optional Client factory
|
Constructor and Description |
---|
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
Class<? extends javax.ws.rs.core.Application> adminApplication,
SslConfig configuration,
VitamClientFactoryInterface<?> factory,
boolean hasTenantFilter,
boolean hasAuthorizationFilter,
boolean hasSession,
boolean hasShiroFilter,
boolean hasXsrFilter) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
Class<? extends javax.ws.rs.core.Application> adminApplication,
VitamClientFactoryInterface<?> factory) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
Class<? extends javax.ws.rs.core.Application> adminApplication,
VitamClientFactoryInterface<?> factory,
boolean hasAuthorizationFilter) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
Class<? extends javax.ws.rs.core.Application> adminApplication,
VitamClientFactoryInterface<?> factory,
boolean hasTenantFilter,
boolean hasAuthorizationFilter) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
Class<? extends javax.ws.rs.core.Application> adminApplication,
VitamClientFactoryInterface<?> factory,
boolean hasTenantFilter,
boolean hasAuthorizationFilter,
boolean hasSession) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
VitamClientFactoryInterface<?> factory) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
VitamClientFactoryInterface<?> factory,
boolean hasAuthorizationFilter) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
VitamClientFactoryInterface<?> factory,
boolean hasTenantFilter,
boolean hasAuthorizationFilter) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
VitamClientFactoryInterface<?> factory,
boolean hasTenantFilter,
boolean hasAuthorizationFilter,
boolean hasSession) |
VitamServerTestRunner(Class<? extends javax.ws.rs.core.Application> application,
VitamClientFactoryInterface<?> factory,
boolean hasTenantFilter,
boolean hasAuthorizationFilter,
boolean hasSession,
boolean hasShiroFilter,
boolean hasXsrFilter) |
Modifier and Type | Method and Description |
---|---|
protected VitamClientFactoryInterface |
FakeDriverImpl.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
|
Copyright © 2019 Vitam. All rights reserved.