Uses of Interface
io.vertx.ext.web.UserContext
-
Packages that use UserContext Package Description io.vertx.ext.web -
-
Uses of UserContext in io.vertx.ext.web
Methods in io.vertx.ext.web that return UserContext Modifier and Type Method Description UserContextUserContext. loginHint(String loginHint)When performing a web identity operation, hint if possible to the identity provider to use the given login.UserContextRoutingContext. userContext()Control the user associated with this request.
-