Uses of Class
io.vertx.rxjava3.ext.web.UserContext
-
Packages that use UserContext Package Description io.vertx.rxjava3.ext.web -
-
Uses of UserContext in io.vertx.rxjava3.ext.web
Fields in io.vertx.rxjava3.ext.web with type parameters of type UserContext Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<UserContext>
UserContext. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.web that return UserContext Modifier and Type Method Description UserContext
UserContext. loginHint(String loginHint)
When performing a web identity operation, hint if possible to the identity provider to use the given login.static UserContext
UserContext. newInstance(UserContext arg)
UserContext
RoutingContext. user()
Control the user associated with this request.
-