public class GcRestApiRequestContext extends Object
| Constructor and Description |
|---|
GcRestApiRequestContext(GcRestApiApplicationContext applicationContext,
String authenticationToken) |
| Modifier and Type | Method and Description |
|---|---|
GcRestApiApplicationContext |
getApplicationContext() |
String |
getAuthenticationToken() |
static GcRestApiRequestContext |
getRequestContext(org.debux.webmotion.server.call.HttpContext httpContext) |
static void |
setRequestContext(org.debux.webmotion.server.call.HttpContext httpContext,
GcRestApiRequestContext serviceContext) |
public GcRestApiRequestContext(GcRestApiApplicationContext applicationContext, String authenticationToken)
public static GcRestApiRequestContext getRequestContext(org.debux.webmotion.server.call.HttpContext httpContext)
public static void setRequestContext(org.debux.webmotion.server.call.HttpContext httpContext,
GcRestApiRequestContext serviceContext)
public GcRestApiApplicationContext getApplicationContext()
public String getAuthenticationToken()
Copyright © 2017 Ultreia.io. All rights reserved.