Uses of Class
io.vertx.mutiny.ext.auth.User
-
Packages that use User Package Description io.vertx.mutiny.ext.auth io.vertx.mutiny.ext.auth.authentication io.vertx.mutiny.ext.auth.authorization -
-
Uses of User in io.vertx.mutiny.ext.auth
Fields in io.vertx.mutiny.ext.auth with type parameters of type User Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<User>User. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth that return User Modifier and Type Method Description UserUser. 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 UserUser. fromName(String username)static UserUser. fromToken(String token)UserUser. isAuthorizedAndForget(Authorization authority)Deprecated.UserUser. isAuthorizedAndForget(String authority)Deprecated.Use typed alternative#isAuthorized(Authorization, Handler)UserUser. merge(User other)static UserUser. newInstance(io.vertx.ext.auth.User arg)Methods in io.vertx.mutiny.ext.auth with parameters of type User Modifier and Type Method Description UserUser. merge(User other) -
Uses of User in io.vertx.mutiny.ext.auth.authentication
Methods in io.vertx.mutiny.ext.auth.authentication that return User Modifier and Type Method Description UserAuthenticationProvider. authenticateAndAwait(io.vertx.core.json.JsonObject credentials)Deprecated.For type safety this method should be avoided and#authenticate(Credentials, Handler)should be used instead.UserAuthenticationProvider. 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 User Modifier and Type Method Description io.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 User Modifier and Type Method Description UserAuthorizationContext. user()Methods in io.vertx.mutiny.ext.auth.authorization with parameters of type User Modifier and Type Method Description static AuthorizationContextAuthorizationContext. create(User user)io.smallrye.mutiny.Uni<Void>AuthorizationProvider. getAuthorizations(User user)Updates the user with the set of authorizations.VoidAuthorizationProvider. 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.booleanAuthorization. match(User user)
-