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 UserModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<User> User.__TYPE_ARGMethods in io.vertx.mutiny.ext.auth that return UserModifier and TypeMethodDescriptionUser.clearCache()Deprecated.This method will be removed.static UserUser.create(io.vertx.core.json.JsonObject principal) static UserUser.create(io.vertx.core.json.JsonObject principal, io.vertx.core.json.JsonObject attributes) static Userstatic UserUser.isAuthorizedAndForget(Authorization authority) Deprecated.User.isAuthorizedAndForget(String authority) Deprecated.Use typed alternativeinvalid reference
#isAuthorized(Authorization, Handler)static UserUser.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 andshould be used instead.invalid reference
#authenticate(Credentials, Handler)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 andshould be used instead.invalid reference
#authenticate(Credentials, Handler)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 AuthorizationContextio.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).voidAuthorizationProvider.getAuthorizationsAndForget(User user) Variant ofAuthorizationProvider.getAuthorizations(io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.boolean