Uses of Enum Class
fr.gouv.vitam.common.server.HeaderIdHelper.Context
-
Uses of HeaderIdHelper.Context in fr.gouv.vitam.common.server
Modifier and TypeMethodDescriptionstatic HeaderIdHelper.Context
Returns the enum constant of this class with the specified name.static HeaderIdHelper.Context[]
HeaderIdHelper.Context.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
HeaderIdHelper.putVitamIdFromExternalHeaderInSession
(javax.ws.rs.core.MultivaluedMap<String, String> requestHeaders, HeaderIdHelper.Context ctx) Extracts the vitam id from the headers to save it through the VitamSessionstatic void
HeaderIdHelper.putVitamIdFromHeaderInSession
(javax.ws.rs.core.MultivaluedMap<String, String> requestHeaders, HeaderIdHelper.Context ctx) Extracts the vitam id from the headers to save it through the VitamSessionstatic void
HeaderIdHelper.putVitamIdFromSessionInExternalHeader
(javax.ws.rs.core.MultivaluedMap<String, Object> headers, HeaderIdHelper.Context ctx, int statusCode) Retrieves the vitam id from the VitamSession and add a X-TENANT-ID headerstatic void
HeaderIdHelper.putVitamIdFromSessionInHeader
(javax.ws.rs.core.MultivaluedMap<String, Object> headers, HeaderIdHelper.Context ctx, int statusCode) Retrieves the vitam id from the VitamSession and add a X-TENANT-ID header