Package cn.vertxup.rbac.api
Interface CriterionAgent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchAsync()io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchPocket(String ruleId)
-
-
-
Method Detail
-
fetchAsync
@GET @Path("/rules") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1/X-RULE/FETCH/ALL") io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync()
-
fetchPocket
@GET @Path("/rule-items/rule/:ruleId") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1/X-RULE-ITEM/FETCH/BY/RULE") io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchPocket(@PathParam("ruleId") String ruleId)
-
-