Uses of Class
io.vertx.mutiny.ext.auth.User
-
-
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 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)Blocking variant ofAuthenticationProvider.authenticate(JsonObject).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)Authenticate a user.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) -
Uses of User in io.vertx.mutiny.ext.auth.mongo
Methods in io.vertx.mutiny.ext.auth.mongo with parameters of type User Modifier and Type Method Description StringHashStrategy. computeHash(String password, User user)Deprecated.StringHashStrategy. getSalt(User user)Deprecated.StringHashStrategy. getStoredPwd(User user)Deprecated. -
Uses of User in io.vertx.mutiny.ext.auth.oauth2
Methods in io.vertx.mutiny.ext.auth.oauth2 that return User Modifier and Type Method Description UserOAuth2Auth. 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 User Modifier and Type Method Description io.smallrye.mutiny.Uni<User>OAuth2Auth. refresh(User user)Refresh the current User (access token).Methods in io.vertx.mutiny.ext.auth.oauth2 with parameters of type User Modifier and Type Method Description StringOAuth2Auth. endSessionURL(User user)StringOAuth2Auth. endSessionURL(User user, io.vertx.core.json.JsonObject params)io.smallrye.mutiny.Uni<User>OAuth2Auth. refresh(User user)Refresh the current User (access token).UserOAuth2Auth. refreshAndAwait(User user)Blocking variant ofOAuth2Auth.refresh(io.vertx.mutiny.ext.auth.User).OAuth2AuthOAuth2Auth. refreshAndForget(User user)Variant ofOAuth2Auth.refresh(io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.io.smallrye.mutiny.Uni<Void>OAuth2Auth. revoke(User user)Revoke an obtained access token.io.smallrye.mutiny.Uni<Void>OAuth2Auth. revoke(User user, String tokenType)Revoke an obtained access or refresh token.VoidOAuth2Auth. revokeAndAwait(User user)Blocking variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User).VoidOAuth2Auth. revokeAndAwait(User user, String tokenType)Blocking variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User,String).OAuth2AuthOAuth2Auth. revokeAndForget(User user)Variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.OAuth2AuthOAuth2Auth. 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>OAuth2Auth. userInfo(User user)Retrieve profile information and other attributes for a logged-in end-user.io.vertx.core.json.JsonObjectOAuth2Auth. userInfoAndAwait(User user)Blocking variant ofOAuth2Auth.userInfo(io.vertx.mutiny.ext.auth.User).OAuth2AuthOAuth2Auth. 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 Modifier and Type Method Description UserStompServerHandler. getUserBySession(String session) -
Uses of User in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return User Modifier and Type Method Description UserRoutingContext. user()Methods in io.vertx.mutiny.ext.web with parameters of type User Modifier and Type Method Description voidRoutingContext. setUser(User user) -
Uses of User in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type User Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>SessionHandler. setUser(RoutingContext context, User user)Set the user for the sessionVoidSessionHandler. setUserAndAwait(RoutingContext context, User user)SessionHandlerSessionHandler. 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 User Modifier and Type Method Description SimpleAuthenticationHandlerSimpleAuthenticationHandler. 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 Modifier and Type Method Description UserSockJSSocket. webUser()
-