Package | Description |
---|---|
fr.gouv.vitam.common.server |
Contains generic VitamServer and associated basic implementation to be used as a base for every module specific
application server.
|
Modifier and Type | Method and Description |
---|---|
static HeaderIdHelper.Context |
HeaderIdHelper.Context.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static 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 VitamSession
|
static 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 VitamSession
|
static 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 header
|
static 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
|
Copyright © 2018 Vitam. All rights reserved.