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 TypeMethodDescriptionChainAuth.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials arg0) Authenticate a user.static UserUser.create(io.vertx.core.json.JsonObject principal) Factory for user instances that are free form.static UserUser.create(io.vertx.core.json.JsonObject principal, io.vertx.core.json.JsonObject attributes) Factory for user instances that are free form.static UserFactory for user instances that are single string.static UserFactory for user instances that are single string.Merge the principal and attributes of a second user into this object properties.static UserUser.newInstance(io.vertx.ext.auth.User delegate) Creates a new instance of theUser.Methods in io.vertx.mutiny.ext.auth that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>ChainAuth.authenticate(io.vertx.ext.auth.authentication.Credentials arg0) Authenticate a user.Methods in io.vertx.mutiny.ext.auth with parameters of type User -
Uses of User in io.vertx.mutiny.ext.auth.audit
Methods in io.vertx.mutiny.ext.auth.audit 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.ext.auth.authentication.Credentials credentials) Authenticate a user.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.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 AuthorizationContextFactory for Authorization Contextstatic AuthorizationContextFactory for Authorization Contextio.smallrye.mutiny.Uni<Void>AuthorizationProvider.AuthorizationProviderImpl.getAuthorizations(User user) Updates the user with the set of authorizations.io.smallrye.mutiny.Uni<Void>AuthorizationProvider.getAuthorizations(User user) Updates the user with the set of authorizations.voidAuthorizationProvider.AuthorizationProviderImpl.getAuthorizationsAndAwait(User user) Updates the user with the set of authorizations.AuthorizationProvider.AuthorizationProviderImpl.getAuthorizationsAndForget(User user) Updates the user with the set of authorizations.booleanthis methods verifies whether or not the authorization match the specified context.booleanthis methods verifies whether or not the authorization match the specified user.booleanthis methods verifies whether or not the authorization match the specified user.booleanthis methods verifies whether or not the authorization match the specified context.booleanthis methods verifies whether or not the authorization match the specified context.booleanthis methods verifies whether or not the authorization match the specified context.booleanthis methods verifies whether or not the authorization match the specified context.booleanthis methods verifies whether or not the authorization match the specified context. -
Uses of User in io.vertx.mutiny.ext.auth.htdigest
Methods in io.vertx.mutiny.ext.auth.htdigest that return UserModifier and TypeMethodDescriptionHtdigestAuth.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.htdigest that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>HtdigestAuth.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.mutiny.ext.auth.htpasswd
Methods in io.vertx.mutiny.ext.auth.htpasswd that return UserModifier and TypeMethodDescriptionHtpasswdAuth.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.htpasswd that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>HtpasswdAuth.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.mutiny.ext.auth.jwt
Methods in io.vertx.mutiny.ext.auth.jwt that return UserModifier and TypeMethodDescriptionJWTAuth.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.jwt that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>JWTAuth.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.mutiny.ext.auth.jwt.authorization
Methods in io.vertx.mutiny.ext.auth.jwt.authorization with parameters of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>JWTAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.io.smallrye.mutiny.Uni<Void>MicroProfileAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.voidJWTAuthorization.getAuthorizationsAndAwait(User user) Updates the user with the set of authorizations.voidMicroProfileAuthorization.getAuthorizationsAndAwait(User user) Updates the user with the set of authorizations.JWTAuthorization.getAuthorizationsAndForget(User user) Updates the user with the set of authorizations.MicroProfileAuthorization.getAuthorizationsAndForget(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.mutiny.ext.auth.ldap
Methods in io.vertx.mutiny.ext.auth.ldap that return UserModifier and TypeMethodDescriptionLdapAuthentication.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.ldap that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>LdapAuthentication.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.mutiny.ext.auth.mongo
Methods in io.vertx.mutiny.ext.auth.mongo that return UserModifier and TypeMethodDescriptionMongoAuthentication.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.mongo that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>MongoAuthentication.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.mongo with parameters of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>MongoAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.voidMongoAuthorization.getAuthorizationsAndAwait(User user) Updates the user with the set of authorizations.MongoAuthorization.getAuthorizationsAndForget(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.mutiny.ext.auth.oauth2
Methods in io.vertx.mutiny.ext.auth.oauth2 that return UserModifier and TypeMethodDescriptionOAuth2Auth.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.OAuth2Auth.refreshAndAwait(User user) Refresh the current User (access token).Methods in io.vertx.mutiny.ext.auth.oauth2 that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>OAuth2Auth.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.io.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) The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.OAuth2Auth.endSessionURL(User user, io.vertx.core.json.JsonObject params) The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.io.smallrye.mutiny.Uni<User>Refresh the current User (access token).OAuth2Auth.refreshAndAwait(User user) Refresh the current User (access token).OAuth2Auth.refreshAndForget(User user) Refresh the current User (access token).io.smallrye.mutiny.Uni<Void>Revoke an obtained access token.io.smallrye.mutiny.Uni<Void>Revoke an obtained access or refresh token.voidOAuth2Auth.revokeAndAwait(User user) Revoke an obtained access token.voidOAuth2Auth.revokeAndAwait(User user, String tokenType) Revoke an obtained access or refresh token.OAuth2Auth.revokeAndForget(User user) Revoke an obtained access token.OAuth2Auth.revokeAndForget(User user, String tokenType) Revoke an obtained access or refresh token.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.JsonObjectOAuth2Auth.userInfoAndAwait(User user) Retrieve profile information and other attributes for a logged-in end-user.OAuth2Auth.userInfoAndForget(User user) Retrieve profile information and other attributes for a logged-in end-user. -
Uses of User in io.vertx.mutiny.ext.auth.oauth2.authorization
Methods in io.vertx.mutiny.ext.auth.oauth2.authorization with parameters of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>KeycloakAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.io.smallrye.mutiny.Uni<Void>ScopeAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.voidKeycloakAuthorization.getAuthorizationsAndAwait(User user) Updates the user with the set of authorizations.voidScopeAuthorization.getAuthorizationsAndAwait(User user) Updates the user with the set of authorizations.KeycloakAuthorization.getAuthorizationsAndForget(User user) Updates the user with the set of authorizations.ScopeAuthorization.getAuthorizationsAndForget(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.mutiny.ext.auth.otp.hotp
Methods in io.vertx.mutiny.ext.auth.otp.hotp that return UserModifier and TypeMethodDescriptionHotpAuth.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.otp.hotp that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>HotpAuth.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.mutiny.ext.auth.otp.totp
Methods in io.vertx.mutiny.ext.auth.otp.totp that return UserModifier and TypeMethodDescriptionTotpAuth.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.otp.totp that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>TotpAuth.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.mutiny.ext.auth.properties
Methods in io.vertx.mutiny.ext.auth.properties that return UserModifier and TypeMethodDescriptionPropertyFileAuthentication.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.properties that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>PropertyFileAuthentication.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.properties with parameters of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>PropertyFileAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.voidPropertyFileAuthorization.getAuthorizationsAndAwait(User user) Updates the user with the set of authorizations.PropertyFileAuthorization.getAuthorizationsAndForget(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.mutiny.ext.auth.sqlclient
Methods in io.vertx.mutiny.ext.auth.sqlclient that return UserModifier and TypeMethodDescriptionSqlAuthentication.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.sqlclient that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>SqlAuthentication.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.sqlclient with parameters of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>SqlAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.voidSqlAuthorization.getAuthorizationsAndAwait(User user) Updates the user with the set of authorizations.SqlAuthorization.getAuthorizationsAndForget(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.mutiny.ext.auth.webauthn4j
Methods in io.vertx.mutiny.ext.auth.webauthn4j that return UserModifier and TypeMethodDescriptionWebAuthn4J.authenticateAndAwait(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.Methods in io.vertx.mutiny.ext.auth.webauthn4j that return types with arguments of type UserModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<User>WebAuthn4J.authenticate(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return 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 sessionvoidSessionHandler.setUserAndAwait(RoutingContext context, User user) Set the user for the sessionSessionHandler.setUserAndForget(RoutingContext context, User user) Set the user for the sessionMethod 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) This function will allow you to perform authentication the way you intended to. -
Uses of User in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return User