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.Response
AccessExternalResource. listResourceEndpoints()
List secured resource end pointsjavax.ws.rs.core.Response
AdminManagementExternalResource. 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.Response
AccessExternalResourceV2. 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.Response
CollectExternalResource. 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.Response
ApplicationStatusResource. getServerTenants()
Retrieve all the tenants defined on the plateformjavax.ws.rs.core.Response
ApplicationStatusResource. 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.Response
IngestExternalResource. listResourceEndpoints()
List secured resource end points
-