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() |
boolean |
normalized() |
io.vertx.core.Future<ScPrivilege> |
openSession() |
public String getNormalizedUri()
public boolean normalized()
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 © 2021. All rights reserved.