Uses of Interface
io.vertx.ext.auth.User
Packages that use User
Package
Description
-
Uses of User in io.vertx.ext.auth
Methods in io.vertx.ext.auth that return UserModifier and TypeMethodDescriptionstatic UserUser.create(JsonObject principal) Factory for user instances that are free form.static UserUser.create(JsonObject principal, 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.Methods in io.vertx.ext.auth with parameters of type User -
Uses of User in io.vertx.ext.auth.abac
Methods in io.vertx.ext.auth.abac with parameters of type UserModifier and TypeMethodDescriptionbooleanVerifies whether the attribute matches the specified user.Method parameters in io.vertx.ext.auth.abac with type arguments of type User -
Uses of User in io.vertx.ext.auth.audit
Methods in io.vertx.ext.auth.audit with parameters of type User -
Uses of User in io.vertx.ext.auth.authentication
Methods in io.vertx.ext.auth.authentication that return types with arguments of type UserModifier and TypeMethodDescriptionAuthenticationProvider.authenticate(Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.ext.auth.authorization
Methods in io.vertx.ext.auth.authorization that return UserMethods in io.vertx.ext.auth.authorization with parameters of type UserModifier and TypeMethodDescriptionstatic AuthorizationContextFactory for Authorization Contextstatic AuthorizationContextFactory for Authorization ContextAuthorizationProvider.getAuthorizations(User user) Updates the user with the set of authorizations.default booleanthis methods verifies whether or not the authorization match the specified user. -
Uses of User in io.vertx.ext.auth.oauth2
Methods in io.vertx.ext.auth.oauth2 that return types with arguments of type UserModifier and TypeMethodDescriptionRefresh the current User (access token).Methods in io.vertx.ext.auth.oauth2 with parameters of type UserModifier and TypeMethodDescriptiondefault StringOAuth2Auth.endSessionURL(User user) The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.OAuth2Auth.endSessionURL(User user, JsonObject params) The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.Refresh the current User (access token).Revoke an obtained access token.Revoke an obtained access or refresh token.Retrieve profile information and other attributes for a logged-in end-user. -
Uses of User in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return UserModifier and TypeMethodDescriptionStompServerHandler.getUserBySession(String session) Provides for authorization matches on a destination level, this will return the User created by theAuthenticationProvider. -
Uses of User in io.vertx.ext.web
Methods in io.vertx.ext.web that return User -
Uses of User in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return User -
Uses of User in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type UserModifier and TypeMethodDescriptionSessionHandler.setUser(RoutingContext context, User user) Set the user for the sessionMethod parameters in io.vertx.ext.web.handler with type arguments of type UserModifier and TypeMethodDescriptionSimpleAuthenticationHandler.authenticate(Function<RoutingContext, Future<User>> authenticationFunction) This function will allow you to perform authentication the way you intended to. -
Uses of User in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return User -
Uses of User in io.vertx.reactivex.ext.auth
Methods in io.vertx.reactivex.ext.auth that return UserMethods in io.vertx.reactivex.ext.auth with parameters of type UserConstructors in io.vertx.reactivex.ext.auth with parameters of type User -
Uses of User in io.vertx.rxjava3.ext.auth
Methods in io.vertx.rxjava3.ext.auth that return UserMethods in io.vertx.rxjava3.ext.auth with parameters of type UserConstructors in io.vertx.rxjava3.ext.auth with parameters of type User