Package | Description |
---|---|
fr.gouv.vitam.access.external.rest |
Provides the web server application for the Access External module and the rest resources it uses.
|
fr.gouv.vitam.access.internal.rest |
Provides the web server application for the Access Internal module and the rest resources it uses.
|
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.exception |
Common Exception package
|
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.junit |
Specific Package for Junit Support
|
fr.gouv.vitam.common.server |
Contains generic VitamServer and associated basic implementation to be used as a base for every module specific
application server.
|
fr.gouv.vitam.common.server.application |
Contains generic VitamApplication interface and an abstract implementation to be used as a base for every module
specific web application.
|
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.common.serverv2 | |
fr.gouv.vitam.functional.administration.rest |
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
|
fr.gouv.vitam.ihmdemo.appserver |
Provides the web server application and configuration for the IHM Demo module and the rest resource it uses
|
fr.gouv.vitam.ihmrecette.appserver |
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
|
fr.gouv.vitam.ingest.external.rest |
Provides the web server application for the Ingest External module and the rest resources it uses.
|
fr.gouv.vitam.ingest.internal.upload.rest |
Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.
|
fr.gouv.vitam.logbook.rest |
Provides the web server application for the Logbook module and the rest resources it uses.
|
fr.gouv.vitam.metadata.rest |
Provides the web server application for the Metadata module and the rest resources it uses.
|
fr.gouv.vitam.processing.management.rest |
Provides the web server application and configuration for the Processing Management module and the rest resource it uses
|
fr.gouv.vitam.security.internal.rest | |
fr.gouv.vitam.storage.engine.server.rest |
Provides the web server application and configuration for the Storage Engine
Server module and the rest resources it uses.
|
fr.gouv.vitam.storage.offers.common.rest |
Provides the web server application and configuration for the for the Storage
Offer Default module and the rest resources it uses.
|
fr.gouv.vitam.worker.server.rest |
Provides the web server application for the Worker Server module and the rest resources it uses.
|
fr.gouv.vitam.workspace.rest |
Provides the web server application for the Workspace module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessExternalMain.start()
Start the server
|
void |
AccessExternalMain.startAndJoin()
Start and join the server
|
void |
AccessExternalMain.stop()
Stop the server
|
Modifier and Type | Method and Description |
---|---|
void |
AccessInternalMain.start() |
void |
AccessInternalMain.startAndJoin() |
void |
AccessInternalMain.stop() |
Modifier and Type | Method and Description |
---|---|
void |
MockOrRestClient.checkStatus()
Check the status from the service
|
void |
AbstractMockClient.checkStatus(javax.ws.rs.core.MultivaluedHashMap<String,Object> headers) |
void |
MockOrRestClient.checkStatus(javax.ws.rs.core.MultivaluedHashMap<String,Object> headers)
Check the status from the service
used to passe "X-SSL-CLIENT-CERT" header that contain a pem certificate
|
Modifier and Type | Class and Description |
---|---|
class |
VitamApplicationServerDisconnectException
Exception when the client is disconnected
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMockClient.checkStatus(javax.ws.rs.core.MultivaluedHashMap<String,Object> headers) |
Modifier and Type | Method and Description |
---|---|
static JunitHelper.ElasticsearchTestConfiguration |
JunitHelper.startElasticsearchForTest(org.junit.rules.TemporaryFolder tempFolder,
String clusterName)
Helper to start an Elasticsearch server (recommended version)
|
static JunitHelper.ElasticsearchTestConfiguration |
JunitHelper.startElasticsearchForTest(org.junit.rules.TemporaryFolder tempFolder,
String clusterName,
int tcpPort,
int httpPort)
Helper to start an Elasticsearch server (unrecommended version)
|
Modifier and Type | Method and Description |
---|---|
void |
BasicVitamServer.configure(org.eclipse.jetty.server.Handler applicationHandler) |
void |
VitamServer.configure(org.eclipse.jetty.server.Handler applicationHandler)
Configure the server with one handler
|
static VitamServer |
VitamServerFactory.newVitamServerByJettyConf(String jettyConfigFile)
Create a Vitam Server by jetty config
|
void |
BasicVitamServer.start()
For Junit tests, starts only, not join
|
void |
VitamServer.start()
start the jetty server without join (Junit only)
|
void |
BasicVitamServer.startAndJoin() |
void |
VitamServer.startAndJoin()
Start the server with implicit Join
|
void |
BasicVitamServer.stop()
For Junit tests, stops the server
|
void |
VitamServer.stop()
stop the jetty server
|
Constructor and Description |
---|
BasicVitamServer(String jettyConfigPath)
A Vitam server can be instantiated with a jetty xml configuration file.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.jetty.server.Handler |
AbstractVitamApplication.buildAdminHandler()
This is (admin config) an other implementation of the method @see buildApplicationHandler The default
implementation is for business api
|
protected org.eclipse.jetty.server.Handler |
AbstractVitamApplication.buildApplicationHandler()
Re Implement this method to construct your application specific handler if necessary.
|
void |
VitamApplication.run()
Start the server as full daemon and blocking
|
void |
AbstractVitamApplication.run() |
protected void |
AbstractVitamApplication.setFilter(org.eclipse.jetty.servlet.ServletContextHandler context,
boolean isAdminConnector)
To set extra filters
|
void |
AbstractVitamApplication.start() |
void |
VitamApplicationInterface.start()
Start the server without blocking
|
void |
AbstractVitamApplication.stop() |
void |
VitamApplicationInterface.stop()
Stop the server
|
Modifier and Type | Method and Description |
---|---|
void |
VitamJerseyTest.afterTest()
To be extended if necessary (equivalent to @After)
|
void |
VitamJerseyTest.beforeTest()
To be extended if necessary (equivalent to @Before)
|
void |
VitamJerseyTest.endApplication()
End the application only
|
void |
VitamJerseyTest.endTest()
End the Application.
|
void |
VitamJerseyTest.startTest()
Start the Application.
|
Modifier and Type | Method and Description |
---|---|
void |
VitamServiceRegistry.checkDependencies(int retry,
long retryDelay)
Check all the registered dependencies, except optional
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.jetty.server.Handler |
VitamStarter.buildAdminHandler(String configurationFile,
VitamApplicationConfiguration configuration) |
protected org.eclipse.jetty.server.Handler |
VitamStarter.buildApplicationHandler(String configurationFile,
VitamApplicationConfiguration configuration)
Re Implement this method to construct your application specific handler if necessary.
|
protected org.eclipse.jetty.server.Handler |
VitamStarter.buildApplicationHandler(String configurationFile,
VitamApplicationConfiguration configuration,
String contextPath,
String virtualHost,
boolean hasSession)
Re Implement this method to construct your application specific handler if necessary.
|
void |
VitamStarter.run()
Run method, start and join the server
|
void |
VitamStarter.start()
For Junit tests, starts only, not join
|
void |
VitamStarter.stop()
For Junit tests, stops the server
|
Modifier and Type | Method and Description |
---|---|
void |
AdminManagementMain.start()
Start application
|
void |
AdminManagementMain.startAndJoin()
Start and join application
|
void |
AdminManagementMain.stop()
Stop application
|
Modifier and Type | Method and Description |
---|---|
void |
IhmDemoMain.start() |
void |
IhmDemoMain.startAndJoin() |
void |
IhmDemoMain.stop() |
Modifier and Type | Method and Description |
---|---|
void |
IhmRecetteMain.start() |
void |
IhmRecetteMain.startAndJoin() |
void |
IhmRecetteMain.stop() |
Modifier and Type | Method and Description |
---|---|
void |
IngestExternalMain.start()
Start application
|
void |
IngestExternalMain.startAndJoin()
Start and join application
|
void |
IngestExternalMain.stop()
Stop application
|
Modifier and Type | Method and Description |
---|---|
void |
IngestInternalMain.start()
Start application
|
void |
IngestInternalMain.startAndJoin()
Start and join application
|
void |
IngestInternalMain.stop()
Stop application
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookMain.start()
Start the server
|
void |
LogbookMain.startAndJoin()
Start and join the server
|
void |
LogbookMain.stop()
Stop the server
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataMain.start()
Start the server
|
void |
MetadataMain.startAndJoin()
Start and join the server
|
void |
MetadataMain.stop()
Stop the server
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessManagementMain.start() |
void |
ProcessManagementMain.startAndJoin() |
void |
ProcessManagementMain.stop() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityMain.start() |
void |
IdentityMain.startAndJoin() |
void |
IdentityMain.stop() |
Modifier and Type | Method and Description |
---|---|
void |
StorageMain.start() |
void |
StorageMain.startAndJoin() |
void |
StorageMain.stop() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOfferMain.start()
Start the server
|
void |
DefaultOfferMain.startAndJoin()
Start and join the server
|
void |
DefaultOfferMain.stop()
Stop the server
|
Modifier and Type | Method and Description |
---|---|
void |
WorkerMain.start()
Start application
|
void |
WorkerMain.startAndJoin()
Start and join application
|
void |
WorkerMain.stop()
Stop application
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceMain.start() |
void |
WorkspaceMain.startAndJoin() |
void |
WorkspaceMain.stop() |
Copyright © 2018 Vitam. All rights reserved.