Class TwineRights

java.lang.Object
io.vertx.tp.rbac.acl.relation.TwineRights
All Implemented Interfaces:
Tie<String,io.vertx.core.json.JsonObject>, Twine<String>

public class TwineRights extends Object implements Twine<String>
  • Constructor Details

    • TwineRights

      public TwineRights()
  • Method Details

    • identAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> identAsync(io.vertx.core.json.JsonObject userJ)
      Specified by:
      identAsync in interface Tie<String,io.vertx.core.json.JsonObject>
    • identAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> identAsync(String key)
      Specified by:
      identAsync in interface Tie<String,io.vertx.core.json.JsonObject>
    • identAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> identAsync(String key, io.vertx.core.json.JsonObject updatedData)
      Specified by:
      identAsync in interface Tie<String,io.vertx.core.json.JsonObject>
    • identAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> identAsync(Collection<String> keys)
      Specified by:
      identAsync in interface Twine<String>