Package io.vertx.tp.rbac.logged
Class ScResource
- java.lang.Object
-
- io.vertx.tp.rbac.logged.ScResource
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScResourcecreate(io.vertx.core.json.JsonObject data)booleanisNormalized()Stringkey()StringkeyView()io.vertx.core.http.HttpMethodmethod()io.vertx.core.Future<io.vertx.core.json.JsonObject>resource()io.vertx.core.Future<io.vertx.core.json.JsonObject>resource(io.vertx.core.json.JsonObject data)Stringsigma()Stringuri()StringuriRequest()io.vertx.up.atom.secure.Visview()
-
-
-
Method Detail
-
create
public static ScResource create(io.vertx.core.json.JsonObject data)
-
uri
public String uri()
-
uriRequest
public String uriRequest()
-
sigma
public String sigma()
-
view
public io.vertx.up.atom.secure.Vis view()
-
key
public String key()
-
keyView
public String keyView()
-
method
public io.vertx.core.http.HttpMethod method()
-
isNormalized
public boolean isNormalized()
-
resource
public io.vertx.core.Future<io.vertx.core.json.JsonObject> resource()
-
resource
public io.vertx.core.Future<io.vertx.core.json.JsonObject> resource(io.vertx.core.json.JsonObject data)
-
-