Package io.vertx.tp.ke.secure
Interface Twine<ID>
- All Superinterfaces:
Tie<ID,io.vertx.core.json.JsonObject>
新接口,连通接口
1. 「找用户」被 ExUserEpic -> ExUser 通道调用,在 EmployeeService 中会调用 ExUser
2. 「找关联」原始的 UserExtension,正向查找
3. 「元数据」字段级的底层调用,执行字段转换
4. 「找关联」原始的 Role / Group 多向查找
- Author:
- Lang
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.vertx.core.Future<io.vertx.core.json.JsonArray>identAsync(Collection<ID> keys) default io.vertx.core.Future<io.vertx.core.json.JsonObject>searchAsync(String identifier, io.vertx.core.json.JsonObject criteria) Methods inherited from interface io.vertx.tp.ke.secure.Tie
identAsync, identAsync, identAsync
-
Method Details
-
identAsync
-
searchAsync
default io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAsync(String identifier, io.vertx.core.json.JsonObject criteria)
-