Uses of Class
fr.gouv.vitam.common.security.rest.Unsecured
-
Packages that use Unsecured 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.external.rest.v2.rest fr.gouv.vitam.collect.external.external.rest Provides the web server application for the Collect External module and the rest resources it uses.fr.gouv.vitam.common.server.application.resources Standard Vitam Application Standard Resourcesfr.gouv.vitam.ingest.external.rest Provides the web server application for the Ingest External module and the rest resources it uses. -
-
Uses of Unsecured in fr.gouv.vitam.access.external.rest
Methods in fr.gouv.vitam.access.external.rest with annotations of type Unsecured Modifier and Type Method Description javax.ws.rs.core.ResponseAccessExternalResource. listResourceEndpoints()List secured resource end pointsjavax.ws.rs.core.ResponseAdminManagementExternalResource. listResourceEndpoints()List secured resource end points -
Uses of Unsecured in fr.gouv.vitam.access.external.rest.v2.rest
Methods in fr.gouv.vitam.access.external.rest.v2.rest with annotations of type Unsecured Modifier and Type Method Description javax.ws.rs.core.ResponseAccessExternalResourceV2. listResourceEndpoints()List secured resource end points -
Uses of Unsecured in fr.gouv.vitam.collect.external.external.rest
Methods in fr.gouv.vitam.collect.external.external.rest with annotations of type Unsecured Modifier and Type Method Description javax.ws.rs.core.ResponseCollectExternalResource. listResourceEndpoints()Get all Endpoints -
Uses of Unsecured in fr.gouv.vitam.common.server.application.resources
Methods in fr.gouv.vitam.common.server.application.resources with annotations of type Unsecured Modifier and Type Method Description javax.ws.rs.core.ResponseApplicationStatusResource. getServerTenants()Retrieve all the tenants defined on the plateformjavax.ws.rs.core.ResponseApplicationStatusResource. status()Return a response status -
Uses of Unsecured in fr.gouv.vitam.ingest.external.rest
Methods in fr.gouv.vitam.ingest.external.rest with annotations of type Unsecured Modifier and Type Method Description javax.ws.rs.core.ResponseIngestExternalResource. listResourceEndpoints()List secured resource end points
-