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.ContextReturns 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 voidHeaderIdHelper.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 voidHeaderIdHelper.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 voidHeaderIdHelper.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 voidHeaderIdHelper.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