Package io.vertx.tp.rbac.acl.relation
Class TwineRights
java.lang.Object
io.vertx.tp.rbac.acl.relation.TwineRights
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonObject>identAsync(io.vertx.core.json.JsonObject userJ) io.vertx.core.Future<io.vertx.core.json.JsonObject>identAsync(String key) io.vertx.core.Future<io.vertx.core.json.JsonObject>identAsync(String key, io.vertx.core.json.JsonObject updatedData) io.vertx.core.Future<io.vertx.core.json.JsonArray>identAsync(Collection<String> keys) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.tp.ke.secure.Twine
searchAsync
-
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:
identAsyncin interfaceTie<String,io.vertx.core.json.JsonObject>
-
identAsync
- Specified by:
identAsyncin interfaceTie<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:
identAsyncin interfaceTie<String,io.vertx.core.json.JsonObject>
-
identAsync
- Specified by:
identAsyncin interfaceTwine<String>
-