Uses of Class
io.vertx.rxjava.ext.auth.User
-
-
Uses of User in io.vertx.rxjava.ext.auth
Fields in io.vertx.rxjava.ext.auth with type parameters of type User Modifier and Type Field Description static TypeArg<User>User. __TYPE_ARGMethods in io.vertx.rxjava.ext.auth that return User Modifier and Type Method Description UserUser. clearCache()Deprecated.static 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 UserUser. fromName(String username)Factory for user instances that are single string.static UserUser. fromToken(String token)Factory for user instances that are single string.UserUser. isAuthorized(Authorization authority)Deprecated.UserUser. isAuthorized(Authorization authority, Handler<AsyncResult<Boolean>> resultHandler)Deprecated.UserUser. isAuthorized(String authority)Deprecated.UserUser. isAuthorized(String authority, Handler<AsyncResult<Boolean>> resultHandler)Deprecated.UserUser. merge(User other)Merge the principal and attributes of a second user into this object properties.static UserUser. newInstance(User arg)Methods in io.vertx.rxjava.ext.auth with parameters of type User Modifier and Type Method Description UserUser. merge(User other)Merge the principal and attributes of a second user into this object properties. -
Uses of User in io.vertx.rxjava.ext.auth.authentication
Methods in io.vertx.rxjava.ext.auth.authentication that return types with arguments of type User Modifier and Type Method Description rx.Single<User>AuthenticationProvider. rxAuthenticate(JsonObject credentials)Deprecated.rx.Single<User>AuthenticationProvider. rxAuthenticate(Credentials credentials)Authenticate a user.Method parameters in io.vertx.rxjava.ext.auth.authentication with type arguments of type User Modifier and Type Method Description voidAuthenticationProvider. authenticate(JsonObject credentials, Handler<AsyncResult<User>> resultHandler)Deprecated.voidAuthenticationProvider. authenticate(Credentials credentials, Handler<AsyncResult<User>> resultHandler)Authenticate a user. -
Uses of User in io.vertx.rxjava.ext.auth.authorization
Methods in io.vertx.rxjava.ext.auth.authorization that return User Modifier and Type Method Description UserAuthorizationContext. user()Get the authenticated userMethods in io.vertx.rxjava.ext.auth.authorization with parameters of type User Modifier and Type Method Description static AuthorizationContextAuthorizationContext. create(User user)Factory for Authorization ContextvoidAuthorizationProvider. getAuthorizations(User user)Updates the user with the set of authorizations.voidAuthorizationProvider. getAuthorizations(User user, Handler<AsyncResult<Void>> handler)Updates the user with the set of authorizations.booleanAuthorization. match(User user)this methods verifies whether or not the authorization match the specified user.rx.Single<Void>AuthorizationProvider. rxGetAuthorizations(User user)Updates the user with the set of authorizations. -
Uses of User in io.vertx.rxjava.ext.auth.mongo
Methods in io.vertx.rxjava.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.rxjava.ext.auth.oauth2
Methods in io.vertx.rxjava.ext.auth.oauth2 that return types with arguments of type User Modifier and Type Method Description rx.Single<User>OAuth2Auth. rxRefresh(User user)Refresh the current User (access token).Methods in io.vertx.rxjava.ext.auth.oauth2 with parameters of type User Modifier and Type Method Description StringOAuth2Auth. endSessionURL(User user)The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.StringOAuth2Auth. endSessionURL(User user, JsonObject params)The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.OAuth2AuthOAuth2Auth. refresh(User user)Refresh the current User (access token).OAuth2AuthOAuth2Auth. refresh(User user, Handler<AsyncResult<User>> handler)Refresh the current User (access token).OAuth2AuthOAuth2Auth. revoke(User user)Revoke an obtained access token.OAuth2AuthOAuth2Auth. revoke(User user, Handler<AsyncResult<Void>> handler)Revoke an obtained access token.OAuth2AuthOAuth2Auth. revoke(User user, String tokenType)Revoke an obtained access or refresh token.OAuth2AuthOAuth2Auth. revoke(User user, String tokenType, Handler<AsyncResult<Void>> handler)Revoke an obtained access or refresh token.rx.Single<User>OAuth2Auth. rxRefresh(User user)Refresh the current User (access token).rx.Single<Void>OAuth2Auth. rxRevoke(User user)Revoke an obtained access token.rx.Single<Void>OAuth2Auth. rxRevoke(User user, String tokenType)Revoke an obtained access or refresh token.rx.Single<JsonObject>OAuth2Auth. rxUserInfo(User user)Retrieve profile information and other attributes for a logged-in end-user.OAuth2AuthOAuth2Auth. userInfo(User user)Retrieve profile information and other attributes for a logged-in end-user.OAuth2AuthOAuth2Auth. userInfo(User user, Handler<AsyncResult<JsonObject>> handler)Retrieve profile information and other attributes for a logged-in end-user.Method parameters in io.vertx.rxjava.ext.auth.oauth2 with type arguments of type User Modifier and Type Method Description OAuth2AuthOAuth2Auth. refresh(User user, Handler<AsyncResult<User>> handler)Refresh the current User (access token). -
Uses of User in io.vertx.rxjava.ext.stomp
Methods in io.vertx.rxjava.ext.stomp that return User Modifier and Type Method Description UserStompServerHandler. 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.rxjava.ext.web
Methods in io.vertx.rxjava.ext.web that return User Modifier and Type Method Description UserRoutingContext. user()Get the authenticated user (if any).Methods in io.vertx.rxjava.ext.web with parameters of type User Modifier and Type Method Description voidRoutingContext. setUser(User user)Set the user. -
Uses of User in io.vertx.rxjava.ext.web.handler
Methods in io.vertx.rxjava.ext.web.handler with parameters of type User Modifier and Type Method Description rx.Single<Void>SessionHandler. rxSetUser(RoutingContext context, User user)Set the user for the sessionSessionHandlerSessionHandler. setUser(RoutingContext context, User user)Set the user for the sessionSessionHandlerSessionHandler. setUser(RoutingContext context, User user, Handler<AsyncResult<Void>> handler)Set the user for the sessionMethod parameters in io.vertx.rxjava.ext.web.handler with type arguments of type User Modifier and Type Method Description SimpleAuthenticationHandlerSimpleAuthenticationHandler. 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.rxjava.ext.web.handler.sockjs
Methods in io.vertx.rxjava.ext.web.handler.sockjs that return User Modifier and Type Method Description UserSockJSSocket. webUser()
-