Uses of Class
io.vertx.mutiny.ext.web.UserContext
Packages that use UserContext
-
Uses of UserContext in io.vertx.mutiny.ext.web
Fields in io.vertx.mutiny.ext.web with type parameters of type UserContextMethods in io.vertx.mutiny.ext.web that return UserContextModifier and TypeMethodDescriptionUserContext.impersonateAndForget()Impersonates a second identity.UserContext.impersonateAndForget(String redirectUri) Impersonates a second identity.When performing a web identity operation, hint if possible to the identity provider to use the given login.UserContext.logoutAndForget()Logout can be called from any route handler which needs to terminate a login session.UserContext.logoutAndForget(String redirectUri) Logout can be called from any route handler which needs to terminate a login session.static UserContextUserContext.newInstance(io.vertx.ext.web.UserContext delegate) Creates a new instance of theUserContext.UserContext.refreshAndForget()Forces the current user to re-authenticate.UserContext.refreshAndForget(String redirectUri) Forces the current user to re-authenticate.UserContext.restoreAndForget()Undo a previous call to a impersonation.UserContext.restoreAndForget(String redirectUri) Undo a previous call to an impersonation.RoutingContext.userContext()Control the user associated with this request.