Package cn.vertxup.rbac.service.login
Class LoginService
- java.lang.Object
-
- cn.vertxup.rbac.service.login.LoginService
-
-
Constructor Summary
Constructors Constructor Description LoginService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>execute(String username, String password)io.vertx.core.Future<Boolean>logout(String token, String habitus)
-