Uses of Interface
io.vertx.ext.web.UserContext
-
Packages that use UserContext Package Description io.vertx.ext.web io.vertx.reactivex.ext.web io.vertx.rxjava3.ext.web -
-
Uses of UserContext in io.vertx.ext.web
Methods in io.vertx.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.UserContext
RoutingContext. user()
Control the user associated with this request. -
Uses of UserContext in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return UserContext Modifier and Type Method Description UserContext
UserContext. getDelegate()
Methods in io.vertx.reactivex.ext.web with parameters of type UserContext Modifier and Type Method Description static UserContext
UserContext. newInstance(UserContext arg)
Constructors in io.vertx.reactivex.ext.web with parameters of type UserContext Constructor Description UserContext(UserContext delegate)
-
Uses of UserContext in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return UserContext Modifier and Type Method Description UserContext
UserContext. getDelegate()
Methods in io.vertx.rxjava3.ext.web with parameters of type UserContext Modifier and Type Method Description static UserContext
UserContext. newInstance(UserContext arg)
Constructors in io.vertx.rxjava3.ext.web with parameters of type UserContext Constructor Description UserContext(UserContext delegate)
-