Uses of Class
io.vertx.mutiny.ext.auth.User
Packages that use User
Package
Description
-
Uses of User in io.vertx.mutiny.ext.auth
Fields in io.vertx.mutiny.ext.auth with type parameters of type UserMethods in io.vertx.mutiny.ext.auth that return UserModifier and TypeMethodDescriptionUser.clearCache()
Deprecated.This method will be removed.static User
User.create
(io.vertx.core.json.JsonObject principal) static User
User.create
(io.vertx.core.json.JsonObject principal, io.vertx.core.json.JsonObject attributes) static User
static User
User.isAuthorizedAndForget
(Authorization authority) Deprecated.User.isAuthorizedAndForget
(String authority) Deprecated.Use typed alternative#isAuthorized(Authorization, Handler)
static User
User.newInstance
(io.vertx.ext.auth.User arg) Methods in io.vertx.mutiny.ext.auth with parameters of type User -
Uses of User in io.vertx.mutiny.ext.auth.authentication
Methods in io.vertx.mutiny.ext.auth.authentication that return UserModifier and TypeMethodDescriptionAuthenticationProvider.authenticateAndAwait
(io.vertx.core.json.JsonObject credentials) Deprecated.For type safety this method should be avoided and#authenticate(Credentials, Handler)
should be used instead.AuthenticationProvider.authenticateAndAwait
(io.vertx.ext.auth.authentication.Credentials credentials) Blocking variant ofAuthenticationProvider.authenticate(Credentials)
.Methods in io.vertx.mutiny.ext.auth.authentication that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>
AuthenticationProvider.authenticate
(io.vertx.core.json.JsonObject credentials) Deprecated.For type safety this method should be avoided and#authenticate(Credentials, Handler)
should be used instead.io.smallrye.mutiny.Uni<User>
AuthenticationProvider.authenticate
(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.mutiny.ext.auth.authorization
Methods in io.vertx.mutiny.ext.auth.authorization that return UserMethods in io.vertx.mutiny.ext.auth.authorization with parameters of type UserModifier and TypeMethodDescriptionstatic AuthorizationContext
io.smallrye.mutiny.Uni<Void>
AuthorizationProvider.getAuthorizations
(User user) Updates the user with the set of authorizations.AuthorizationProvider.getAuthorizationsAndAwait
(User user) Blocking variant ofAuthorizationProvider.getAuthorizations(io.vertx.mutiny.ext.auth.User)
.void
AuthorizationProvider.getAuthorizationsAndForget
(User user) Variant ofAuthorizationProvider.getAuthorizations(io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation.boolean
-
Uses of User in io.vertx.mutiny.ext.auth.mongo
Methods in io.vertx.mutiny.ext.auth.mongo with parameters of type UserModifier and TypeMethodDescriptionHashStrategy.computeHash
(String password, User user) Deprecated.Deprecated.HashStrategy.getStoredPwd
(User user) Deprecated. -
Uses of User in io.vertx.mutiny.ext.auth.oauth2
Methods in io.vertx.mutiny.ext.auth.oauth2 that return UserModifier and TypeMethodDescriptionOAuth2Auth.refreshAndAwait
(User user) Blocking variant ofOAuth2Auth.refresh(io.vertx.mutiny.ext.auth.User)
.Methods in io.vertx.mutiny.ext.auth.oauth2 that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>
Refresh the current User (access token).Methods in io.vertx.mutiny.ext.auth.oauth2 with parameters of type UserModifier and TypeMethodDescriptionOAuth2Auth.endSessionURL
(User user) OAuth2Auth.endSessionURL
(User user, io.vertx.core.json.JsonObject params) io.smallrye.mutiny.Uni<User>
Refresh the current User (access token).OAuth2Auth.refreshAndAwait
(User user) Blocking variant ofOAuth2Auth.refresh(io.vertx.mutiny.ext.auth.User)
.OAuth2Auth.refreshAndForget
(User user) Variant ofOAuth2Auth.refresh(io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation.io.smallrye.mutiny.Uni<Void>
Revoke an obtained access token.io.smallrye.mutiny.Uni<Void>
Revoke an obtained access or refresh token.OAuth2Auth.revokeAndAwait
(User user) Blocking variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User)
.OAuth2Auth.revokeAndAwait
(User user, String tokenType) Blocking variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User,String)
.OAuth2Auth.revokeAndForget
(User user) Variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation.OAuth2Auth.revokeAndForget
(User user, String tokenType) Variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<io.vertx.core.json.JsonObject>
Retrieve profile information and other attributes for a logged-in end-user.io.vertx.core.json.JsonObject
OAuth2Auth.userInfoAndAwait
(User user) Blocking variant ofOAuth2Auth.userInfo(io.vertx.mutiny.ext.auth.User)
.OAuth2Auth.userInfoAndForget
(User user) Variant ofOAuth2Auth.userInfo(io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation. -
Uses of User in io.vertx.mutiny.ext.stomp
Methods in io.vertx.mutiny.ext.stomp that return User -
Uses of User in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return UserMethods in io.vertx.mutiny.ext.web with parameters of type User -
Uses of User in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client that return User -
Uses of User in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>
SessionHandler.setUser
(RoutingContext context, User user) Set the user for the sessionSessionHandler.setUserAndAwait
(RoutingContext context, User user) SessionHandler.setUserAndForget
(RoutingContext context, User user) Variant ofSessionHandler.setUser(io.vertx.mutiny.ext.web.RoutingContext,io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation.Method parameters in io.vertx.mutiny.ext.web.handler with type arguments of type UserModifier and TypeMethodDescriptionSimpleAuthenticationHandler.authenticate
(Function<RoutingContext, io.smallrye.mutiny.Uni<User>> authenticationFunction) -
Uses of User in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return User