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.ResponseAdminMigrationResource. check()Check migration statusjavax.ws.rs.core.ResponseReconstructionResource. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)API to access and launch the Vitam reconstruction service for Accession Register.javax.ws.rs.core.ResponseReconstructionResource. reconstructCollection(javax.ws.rs.core.HttpHeaders headers, java.lang.String collection)javax.ws.rs.core.ResponseReconstructionResource. 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.ResponseAdminMigrationResource. start(javax.ws.rs.core.HttpHeaders headers)Migration Apijavax.ws.rs.core.ResponseAdminOperationResource. 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.ResponseLogbookAdminResource. checkLogbookCoherence()API to access and lanch the Check logbook coherence service.javax.ws.rs.core.ResponseLogbookReconstructionResource. 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.ResponseMetadataManagementResource. 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.ResponseMetadataManagementResource. computeGraphByDSLInProgress(java.lang.Integer xTenantId)Check if graph builder is in progress.javax.ws.rs.core.ResponseMetadataManagementResource. migrationPurgeDipFilesFromOffers()javax.ws.rs.core.ResponseMetadataManagementResource. processObsoleteComputedInheritedRules()javax.ws.rs.core.ResponseMetadataManagementResource. purgeExpiredDipFiles()javax.ws.rs.core.ResponseMetadataManagementResource. 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.ResponseAdminSecurityDataMigrationResource. 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.ResponseAdminOfferDiffResource. getLastOfferDiffStatus()Returns the offer diff status of the last diff process (diff process may be done, or still running)javax.ws.rs.core.ResponseAdminOfferSyncResource. getLastOfferSynchronizationStatus()Returns the offer synchronization status of the last synchronization (synchronization may be done, or still running)javax.ws.rs.core.ResponseAdminOfferDiffResource. isOfferDiffRunning()Returns offer diff process running status in a "Running" header (true/false).javax.ws.rs.core.ResponseAdminOfferSyncResource. isOfferSynchronizationRunning()Returns offer synchronization process running status in a "Running" header (true/false).javax.ws.rs.core.ResponseAdminOfferDiffResource. startOfferDiff(OfferDiffRequest offerDiffRequest)javax.ws.rs.core.ResponseAdminOfferSyncResource. 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.ResponseAdminOfferSwiftMigrationResource. checkSwiftMigrationInProgress()javax.ws.rs.core.ResponseAdminOfferSwiftMigrationResource. getSwiftMigrationResult()javax.ws.rs.core.ResponseAdminOfferSwiftMigrationResource. launchSwiftMigration(SwiftMigrationRequest swiftMigrationRequest)
-