Uses of Enum Class
fr.gouv.vitam.common.server.HeaderIdHelper.Context
Packages that use HeaderIdHelper.Context
-
Uses of HeaderIdHelper.Context in fr.gouv.vitam.common.server
Methods in fr.gouv.vitam.common.server that return HeaderIdHelper.ContextModifier 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.Methods in fr.gouv.vitam.common.server with parameters of type HeaderIdHelper.ContextModifier 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