Uses of Class
fr.gouv.vitam.common.security.rest.VitamAuthentication
-
Packages that use VitamAuthentication Package Description fr.gouv.vitam.functional.administration.rest Provides the web server application and configuration for the Functional administration module and the rest resource it usesfr.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.security.internal.rest.resource Provides core classes of functional administration rules modulefr.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.rest Provides the web server application and configuration for the for the Storage Offer Default module and the rest resources it uses. -
-
Uses of VitamAuthentication in fr.gouv.vitam.functional.administration.rest
Methods in fr.gouv.vitam.functional.administration.rest with annotations of type VitamAuthentication Modifier and Type Method Description javax.ws.rs.core.Response
AdminMigrationResource. check()
Check migration statusjavax.ws.rs.core.Response
ReconstructionResource. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)
API to access and launch the Vitam reconstruction service for Accession Register.javax.ws.rs.core.Response
ReconstructionResource. reconstructCollection(javax.ws.rs.core.HttpHeaders headers, java.lang.String collection)
javax.ws.rs.core.Response
ReconstructionResource. reconstructCollections(javax.ws.rs.core.HttpHeaders headers, @Valid java.util.List<ReconstructionItem> reconstructionItems)
API to access and lanch the Vitam reconstruction service.javax.ws.rs.core.Response
AdminMigrationResource. start(javax.ws.rs.core.HttpHeaders headers)
Migration Apijavax.ws.rs.core.Response
AdminOperationResource. startIngestCleanupWorkflow(java.lang.String ingestOperationId, java.lang.Integer tenantId)
Reverts an invalid ingest operation (Purges all units, object groups & binaries, fixes AccessiongRegisters...) -
Uses of VitamAuthentication in fr.gouv.vitam.logbook.rest
Methods in fr.gouv.vitam.logbook.rest with annotations of type VitamAuthentication Modifier and Type Method Description javax.ws.rs.core.Response
LogbookAdminResource. checkLogbookCoherence()
API to access and lanch the Check logbook coherence service.javax.ws.rs.core.Response
LogbookReconstructionResource. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)
API to access and launch the Vitam reconstruction service for logbook operations. -
Uses of VitamAuthentication in fr.gouv.vitam.metadata.rest
Methods in fr.gouv.vitam.metadata.rest with annotations of type VitamAuthentication Modifier and Type Method Description javax.ws.rs.core.Response
MetadataManagementResource. computeGraphByDSL(java.lang.Integer xTenantId, com.fasterxml.jackson.databind.JsonNode queryDsl)
API to access and launch the Vitam graph builder service for metadata.javax.ws.rs.core.Response
MetadataManagementResource. computeGraphByDSLInProgress(java.lang.Integer xTenantId)
Check if graph builder is in progress.javax.ws.rs.core.Response
MetadataManagementResource. migrationPurgeDipFilesFromOffers()
javax.ws.rs.core.Response
MetadataManagementResource. processObsoleteComputedInheritedRules()
javax.ws.rs.core.Response
MetadataManagementResource. purgeExpiredDipFiles()
javax.ws.rs.core.Response
MetadataManagementResource. purgeExpiredTransfersSIPFiles()
-
Uses of VitamAuthentication in fr.gouv.vitam.security.internal.rest.resource
Methods in fr.gouv.vitam.security.internal.rest.resource with annotations of type VitamAuthentication Modifier and Type Method Description javax.ws.rs.core.Response
AdminSecurityDataMigrationResource. startSecurityDataMigration()
API for security data migration -
Uses of VitamAuthentication in fr.gouv.vitam.storage.engine.server.rest
Methods in fr.gouv.vitam.storage.engine.server.rest with annotations of type VitamAuthentication Modifier and Type Method Description javax.ws.rs.core.Response
AdminOfferDiffResource. getLastOfferDiffStatus()
Returns the offer diff status of the last diff process (diff process may be done, or still running)javax.ws.rs.core.Response
AdminOfferSyncResource. getLastOfferSynchronizationStatus()
Returns the offer synchronization status of the last synchronization (synchronization may be done, or still running)javax.ws.rs.core.Response
AdminOfferDiffResource. isOfferDiffRunning()
Returns offer diff process running status in a "Running" header (true/false).javax.ws.rs.core.Response
AdminOfferSyncResource. isOfferSynchronizationRunning()
Returns offer synchronization process running status in a "Running" header (true/false).javax.ws.rs.core.Response
AdminOfferDiffResource. startOfferDiff(OfferDiffRequest offerDiffRequest)
javax.ws.rs.core.Response
AdminOfferSyncResource. startSynchronization(OfferSyncRequest offerSyncRequest)
Start offer synchronization. -
Uses of VitamAuthentication in fr.gouv.vitam.storage.offers.rest
Methods in fr.gouv.vitam.storage.offers.rest with annotations of type VitamAuthentication Modifier and Type Method Description javax.ws.rs.core.Response
AdminOfferSwiftMigrationResource. checkSwiftMigrationInProgress()
javax.ws.rs.core.Response
AdminOfferSwiftMigrationResource. getSwiftMigrationResult()
javax.ws.rs.core.Response
AdminOfferSwiftMigrationResource. launchSwiftMigration(SwiftMigrationRequest swiftMigrationRequest)
-