Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<User> |
User.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
User |
User.clearCache()
Deprecated.
|
User |
User.isAuthorised(String authority,
Handler<AsyncResult<Boolean>> resultHandler)
Deprecated.
|
User |
User.isAuthorized(String authority,
Handler<AsyncResult<Boolean>> resultHandler)
Deprecated.
|
static User |
User.newInstance(User arg) |
Modifier and Type | Method and Description |
---|---|
Observable<User> |
AuthProvider.authenticateObservable(JsonObject authInfo)
Deprecated.
|
Single<User> |
AuthProvider.rxAuthenticate(JsonObject authInfo)
Authenticate a user.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthProvider.authenticate(JsonObject authInfo,
Handler<AsyncResult<User>> resultHandler)
Authenticate a user.
|
Modifier and Type | Method and Description |
---|---|
String |
HashStrategy.computeHash(String password,
User user)
Compute the hashed password given the unhashed password and the user
|
String |
HashStrategy.getSalt(User user)
Retrieve the salt.
|
String |
HashStrategy.getStoredPwd(User user)
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
|
Modifier and Type | Class and Description |
---|---|
class |
AccessToken
AccessToken extension to the User interface
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
Modifier and Type | Method and Description |
---|---|
User |
StompServerHandler.getUserBySession(String session)
Provides for authorization matches on a destination level, this will return the User created by the .
|
Modifier and Type | Method and Description |
---|---|
User |
RoutingContext.user()
Get the authenticated user (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingContext.setUser(User user)
Set the user.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthHandler.authorize(User user,
Handler<AsyncResult<Void>> handler)
Authorizes the given user against all added authorities.
|
void |
BasicAuthHandler.authorize(User user,
Handler<AsyncResult<Void>> handler)
Authorizes the given user against all added authorities.
|
void |
DigestAuthHandler.authorize(User user,
Handler<AsyncResult<Void>> handler)
Authorizes the given user against all added authorities.
|
void |
JWTAuthHandler.authorize(User user,
Handler<AsyncResult<Void>> handler)
Authorizes the given user against all added authorities.
|
void |
RedirectAuthHandler.authorize(User user,
Handler<AsyncResult<Void>> handler)
Authorizes the given user against all added authorities.
|
void |
ChainAuthHandler.authorize(User user,
Handler<AsyncResult<Void>> handler)
Authorizes the given user against all added authorities.
|
void |
OAuth2AuthHandler.authorize(User user,
Handler<AsyncResult<Void>> handler)
Authorizes the given user against all added authorities.
|
Observable<Void> |
BasicAuthHandler.authorizeObservable(User user)
Deprecated.
|
Observable<Void> |
DigestAuthHandler.authorizeObservable(User user)
Deprecated.
|
Observable<Void> |
JWTAuthHandler.authorizeObservable(User user)
Deprecated.
|
Observable<Void> |
RedirectAuthHandler.authorizeObservable(User user)
Deprecated.
|
Observable<Void> |
ChainAuthHandler.authorizeObservable(User user)
Deprecated.
|
Observable<Void> |
OAuth2AuthHandler.authorizeObservable(User user)
Deprecated.
|
Single<Void> |
BasicAuthHandler.rxAuthorize(User user)
Authorizes the given user against all added authorities.
|
Single<Void> |
DigestAuthHandler.rxAuthorize(User user)
Authorizes the given user against all added authorities.
|
Single<Void> |
JWTAuthHandler.rxAuthorize(User user)
Authorizes the given user against all added authorities.
|
Single<Void> |
RedirectAuthHandler.rxAuthorize(User user)
Authorizes the given user against all added authorities.
|
Single<Void> |
ChainAuthHandler.rxAuthorize(User user)
Authorizes the given user against all added authorities.
|
Single<Void> |
OAuth2AuthHandler.rxAuthorize(User user)
Authorizes the given user against all added authorities.
|
Modifier and Type | Method and Description |
---|---|
User |
SockJSSocket.webUser() |
Copyright © 2023 Eclipse. All rights reserved.