Class ScResource


  • public class ScResource
    extends Object
    For annotation @AuthorizedResource to stored resource data structure 1. The key: resource-[method]-[uri] 2. The profile key could be calculated
    Author:
    Lang
    • Method Detail

      • create

        public static ScResource create​(io.vertx.core.json.JsonObject data)
      • uriRequest

        public String uriRequest()
      • sigma

        public String sigma()
      • view

        public io.vertx.up.atom.secure.Vis view()
      • 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)