Uses of Class
fr.gouv.vitam.common.server.HeaderIdHelper.Context
-
Packages that use HeaderIdHelper.Context Package Description fr.gouv.vitam.common.server Provides a Common Vitam Server Interface -
-
Uses of HeaderIdHelper.Context in fr.gouv.vitam.common.server
Methods in fr.gouv.vitam.common.server that return HeaderIdHelper.Context Modifier and Type Method Description static HeaderIdHelper.ContextHeaderIdHelper.Context. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HeaderIdHelper.Context[]HeaderIdHelper.Context. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.server with parameters of type HeaderIdHelper.Context Modifier and Type Method Description static voidHeaderIdHelper. putVitamIdFromExternalHeaderInSession(javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.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<java.lang.String,java.lang.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<java.lang.String,java.lang.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<java.lang.String,java.lang.Object> headers, HeaderIdHelper.Context ctx, int statusCode)Retrieves the vitam id from the VitamSession and add a X-TENANT-ID header
-