Uses of Interface
fr.gouv.vitam.common.client.VitamClientFactoryInterface
Packages that use VitamClientFactoryInterface
Package
Description
Provides
Provides access internal client interface, factory and implementations.
Provides Collect client interface, factory and implementations.
Provides Collect client interface, factory and implementations.
Basic Vitam Client Common interfaces
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
Provides the Siegfried implementation for the Format Identification module
Standard Vitam Application Standard Resources
Provides a fake Driver implementation for tests purpose
Provides Functional administration client interface, factory and implementations.
Provides Ingest External Client interface, factory and implementations.
Provides Ingest Internal Client interface, configuration, factory and implementations.
Provides Logbook Lifecycles client interface, factory and implementations.
Provides Logbook Operations client interface, factory and implementations.
Provides Metadata client interface, factory and implementations.
Provides Processing Management client interface, factory and implementations.
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides Storage Engine client interface, factory and implementations.
Provides implementation of the driver for the Workspace Driver module.
Provides Worker client interface, configuration, factory and implementations.
Provides Workspace client factory and implementations.
-
Uses of VitamClientFactoryInterface in fr.gouv.vitam.access.external.client
Classes in fr.gouv.vitam.access.external.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
Access External Client Factory
Used to create access client : if configuration file does not exist 'access-external-client.conf',
mock access client will be returnedclass
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 -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.access.external.client.v2
Classes in fr.gouv.vitam.access.external.client.v2 that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
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 -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.access.internal.client
Classes in fr.gouv.vitam.access.internal.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
Access client factory
Used to create access client : if configuration file does not exist 'access-client.conf',
mock access client will be returned -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.batch.report.client
Classes in fr.gouv.vitam.batch.report.client that implement VitamClientFactoryInterface -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.client
Classes in fr.gouv.vitam.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
IngestInternal client factory
Used to create IngestInternal client : if configuration file does not exist 'ingest-internal-client.conf',
mock IngestInternal client will be returnedConstructors in fr.gouv.vitam.client with parameters of type VitamClientFactoryInterface -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.collect.external.client
Classes in fr.gouv.vitam.collect.external.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
Collect Client Factory class.Constructors in fr.gouv.vitam.collect.external.client with parameters of type VitamClientFactoryInterface -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.collect.internal.client
Classes in fr.gouv.vitam.collect.internal.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
Collect Client Factory class.Constructors in fr.gouv.vitam.collect.internal.client with parameters of type VitamClientFactoryInterface -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.common.client
Classes in fr.gouv.vitam.common.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
TestVitamClientFactory<T extends BasicClient>
Default VitamClientFactory for Test purpose onlyclass
VitamClientFactory<T extends MockOrRestClient>
General VitamClientFactory for non SSL clientMethods in fr.gouv.vitam.common.client that return VitamClientFactoryInterfaceModifier and TypeMethodDescriptionVitamClientFactoryInterface.setVitamClientType
(VitamClientFactoryInterface.VitamClientType vitamClientType) Constructors in fr.gouv.vitam.common.client with parameters of type VitamClientFactoryInterfaceModifierConstructorDescriptionDefaultClient
(VitamClientFactoryInterface<?> factory) Constructor using given scheme (http)VitamRestTestClient
(VitamClientFactoryInterface<?> factory) Constructor using given scheme (http) and allowing multipart but no chunk -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.common.external.client
Classes in fr.gouv.vitam.common.external.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
TestVitamClientFactory<T extends BasicClient>
Default VitamClientFactory for Test purpose onlyclass
VitamClientFactory<T extends MockOrRestClient>
General VitamClientFactory for non SSL clientConstructors in fr.gouv.vitam.common.external.client with parameters of type VitamClientFactoryInterfaceModifierConstructorDescriptionDefaultClient
(VitamClientFactoryInterface<?> factory) Constructor using given scheme (http)VitamRestTestClient
(VitamClientFactoryInterface<?> factory) Constructor using given scheme (http) and allowing multipart but no chunk -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.common.format.identification.siegfried
Classes in fr.gouv.vitam.common.format.identification.siegfried that implement VitamClientFactoryInterface -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.common.server.application.resources
Methods in fr.gouv.vitam.common.server.application.resources with parameters of type VitamClientFactoryInterfaceModifier and TypeMethodDescriptionVitamServiceRegistry.register
(VitamClientFactoryInterface<?> factory) Register one Client factoryVitamServiceRegistry.registerOptional
(VitamClientFactoryInterface<?> factory) Register one Optional Client factory -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.common.serverv2
Constructors in fr.gouv.vitam.common.serverv2 with parameters of type VitamClientFactoryInterfaceModifierConstructorDescriptionVitamServerTestRunner
(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) 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, Class<? extends javax.ws.rs.core.Application> adminApplication, SslConfig configuration, VitamClientFactoryInterface<?> factory, boolean hasTenantFilter, boolean hasAuthorizationFilter, boolean hasSession, boolean hasShiroFilter, boolean hasXsrFilter) -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.driver.fake
Methods in fr.gouv.vitam.driver.fake that return VitamClientFactoryInterfaceModifier and TypeMethodDescriptionFakeDriverImpl.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters) -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.functional.administration.client
Classes in fr.gouv.vitam.functional.administration.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
Admin management client factory use to get client by type "rest" or "mock" -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.ingest.external.client
Classes in fr.gouv.vitam.ingest.external.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
Ingest external client factory use to get client by type "rest" or "mock" -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.ingest.internal.client
Classes in fr.gouv.vitam.ingest.internal.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
IngestInternal client factory
Used to create IngestInternal client : if configuration file does not exist 'ingest-internal-client.conf',
mock IngestInternal client will be returned -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.logbook.lifecycles.client
Classes in fr.gouv.vitam.logbook.lifecycles.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
Logbook lifecycles client factory
Use to get a logbook lifecycles client in function of its type. -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.logbook.operations.client
Classes in fr.gouv.vitam.logbook.operations.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
Logbook client factory
Used to get a client logbook depending on its type. -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.metadata.client
Classes in fr.gouv.vitam.metadata.client that implement VitamClientFactoryInterfaceConstructors in fr.gouv.vitam.metadata.client with parameters of type VitamClientFactoryInterfaceModifierConstructorDescription -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.processing.management.client
Classes in fr.gouv.vitam.processing.management.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
ProcessingManagement factory for creating ProcessingManagement client -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.scheduler.server.client
Classes in fr.gouv.vitam.scheduler.server.client that implement VitamClientFactoryInterface -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.security.internal.client
Classes in fr.gouv.vitam.security.internal.client that implement VitamClientFactoryInterfaceConstructors in fr.gouv.vitam.security.internal.client with parameters of type VitamClientFactoryInterfaceModifierConstructorDescriptionConstructor using given scheme (http) -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.storage.driver
Fields in fr.gouv.vitam.storage.driver with type parameters of type VitamClientFactoryInterfaceModifier and TypeFieldDescriptionprotected final Map<String,
VitamClientFactoryInterface<? extends AbstractConnection>> AbstractDriver.connectionFactories
Methods in fr.gouv.vitam.storage.driver that return VitamClientFactoryInterfaceModifier and TypeMethodDescriptionprotected abstract VitamClientFactoryInterface<? extends AbstractConnection>
AbstractDriver.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters) This method must be implemented in the final Driver Implementation to add the ClientFactory to the driverConstructors in fr.gouv.vitam.storage.driver with parameters of type VitamClientFactoryInterfaceModifierConstructorDescriptionAbstractConnection
(String driverName, VitamClientFactoryInterface<? extends AbstractConnection> factory) Constructor using given scheme (http) -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.storage.engine.client
Classes in fr.gouv.vitam.storage.engine.client that implement VitamClientFactoryInterface -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that return VitamClientFactoryInterfaceModifier and TypeMethodDescriptionprotected VitamClientFactoryInterface<? extends AbstractConnection>
DriverImpl.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters) -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.worker.client
Classes in fr.gouv.vitam.worker.client that implement VitamClientFactoryInterface -
Uses of VitamClientFactoryInterface in fr.gouv.vitam.workspace.client
Classes in fr.gouv.vitam.workspace.client that implement VitamClientFactoryInterfaceModifier and TypeClassDescriptionclass
WorkspaceClient factory for creating workspace client