public class ScRequest extends Object implements Serializable
| Constructor and Description |
|---|
ScRequest(io.vertx.core.json.JsonObject data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizedKey() |
String |
getCacheKey() |
io.vertx.core.http.HttpMethod |
getMethod() |
String |
getNormalizedUri() |
String |
getRequestUri() |
String |
getSessionId() |
String |
getSigma() |
String |
getUser() |
String |
getView() |
io.vertx.core.Future<ScPrivilege> |
openSession() |
public String getNormalizedUri()
public String getRequestUri()
public io.vertx.core.http.HttpMethod getMethod()
public String getSigma()
public String getUser()
public String getView()
public String getCacheKey()
public String getAuthorizedKey()
public String getSessionId()
public io.vertx.core.Future<ScPrivilege> openSession()
Copyright © 2020. All rights reserved.