Uses of Class
io.vertx.tp.rbac.logged.ScUser
-
Packages that use ScUser Package Description cn.vertxup.rbac.service.accredit io.vertx.tp.rbac.logged -
-
Uses of ScUser in cn.vertxup.rbac.service.accredit
Methods in cn.vertxup.rbac.service.accredit with parameters of type ScUser Modifier and Type Method Description io.vertx.core.Future<io.vertx.up.commune.secure.DataBound>MatrixService. fetchBound(ScUser user, ScResource request)io.vertx.core.Future<io.vertx.up.commune.secure.DataBound>MatrixStub. fetchBound(ScUser user, ScResource resource) -
Uses of ScUser in io.vertx.tp.rbac.logged
Methods in io.vertx.tp.rbac.logged that return ScUser Modifier and Type Method Description static ScUserScUser. login(io.vertx.ext.auth.User user)static ScUserScUser. login(String habitus)Methods in io.vertx.tp.rbac.logged that return types with arguments of type ScUser Modifier and Type Method Description static io.vertx.core.Future<ScUser>ScUser. login(io.vertx.core.json.JsonObject data)
-