Uses of Class
io.vertx.reactivex.ext.auth.User
Packages that use User
Package
Description
-
Uses of User in io.vertx.reactivex.ext.auth
Fields in io.vertx.reactivex.ext.auth with type parameters of type UserMethods in io.vertx.reactivex.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.static UserUser.newInstance(User arg) Methods in io.vertx.reactivex.ext.auth with parameters of type User -
Uses of User in io.vertx.reactivex.ext.auth.abac
Methods in io.vertx.reactivex.ext.auth.abac with parameters of type UserModifier and TypeMethodDescriptionPolicyBasedAuthorizationProvider.getAuthorizations(User user) Updates the user with the set of authorizations.booleanVerifies whether the attribute matches the specified user.PolicyBasedAuthorizationProvider.rxGetAuthorizations(User user) Updates the user with the set of authorizations.Method parameters in io.vertx.reactivex.ext.auth.abac with type arguments of type User -
Uses of User in io.vertx.reactivex.ext.auth.audit
Methods in io.vertx.reactivex.ext.auth.audit with parameters of type User -
Uses of User in io.vertx.reactivex.ext.auth.authentication
Methods in io.vertx.reactivex.ext.auth.authentication that return types with arguments of type UserModifier and TypeMethodDescriptionAuthenticationProvider.authenticate(Credentials credentials) Authenticate a user.AuthenticationProvider.rxAuthenticate(Credentials credentials) Authenticate a user. -
Uses of User in io.vertx.reactivex.ext.auth.authorization
Methods in io.vertx.reactivex.ext.auth.authorization that return UserMethods in io.vertx.reactivex.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.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 user.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 user.AuthorizationProvider.rxGetAuthorizations(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.reactivex.ext.auth.jwt.authorization
Methods in io.vertx.reactivex.ext.auth.jwt.authorization with parameters of type UserModifier and TypeMethodDescriptionJWTAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.MicroProfileAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.JWTAuthorization.rxGetAuthorizations(User user) Updates the user with the set of authorizations.MicroProfileAuthorization.rxGetAuthorizations(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.reactivex.ext.auth.oauth2
Methods in io.vertx.reactivex.ext.auth.oauth2 that return types with arguments of type UserModifier and TypeMethodDescriptionRefresh the current User (access token).Refresh the current User (access token).Methods in io.vertx.reactivex.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, 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.Refresh the current User (access token).Revoke an obtained access token.Revoke an obtained access or refresh token.OAuth2Auth.rxUserInfo(User user) Retrieve profile information and other attributes for a logged-in end-user.Retrieve profile information and other attributes for a logged-in end-user. -
Uses of User in io.vertx.reactivex.ext.auth.oauth2.authorization
Methods in io.vertx.reactivex.ext.auth.oauth2.authorization with parameters of type UserModifier and TypeMethodDescriptionKeycloakAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.ScopeAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.KeycloakAuthorization.rxGetAuthorizations(User user) Updates the user with the set of authorizations.ScopeAuthorization.rxGetAuthorizations(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.reactivex.ext.auth.properties
Methods in io.vertx.reactivex.ext.auth.properties with parameters of type UserModifier and TypeMethodDescriptionPropertyFileAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.PropertyFileAuthorization.rxGetAuthorizations(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.reactivex.ext.auth.sqlclient
Methods in io.vertx.reactivex.ext.auth.sqlclient with parameters of type UserModifier and TypeMethodDescriptionSqlAuthorization.getAuthorizations(User user) Updates the user with the set of authorizations.SqlAuthorization.rxGetAuthorizations(User user) Updates the user with the set of authorizations. -
Uses of User in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.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 the . -
Uses of User in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return User -
Uses of User in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return User -
Uses of User in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type UserModifier and TypeMethodDescriptionSessionHandler.rxSetUser(RoutingContext context, User user) Set the user for the sessionSessionHandler.setUser(RoutingContext context, User user) Set the user for the sessionMethod parameters in io.vertx.reactivex.ext.web.handler with type arguments of type UserModifier and TypeMethodDescriptionSimpleAuthenticationHandler.authenticate(Function<RoutingContext, Single<User>> authenticationFunction) This function will allow you to perform authentication the way you intended to.SimpleAuthenticationHandler.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.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return User