Package | Description |
---|---|
io.vertx.rxjava.ext.auth | |
io.vertx.rxjava.ext.auth.mongo | |
io.vertx.rxjava.ext.auth.oauth2 | |
io.vertx.rxjava.ext.web | |
io.vertx.rxjava.ext.web.handler.sockjs |
Modifier and Type | Method and Description |
---|---|
User |
User.clearCache()
The User object will cache any authorities that it knows it has to avoid hitting the
underlying auth provider each time.
|
User |
User.isAuthorised(String authority,
Handler<AsyncResult<Boolean>> resultHandler)
Is the user authorised to
|
static User |
User.newInstance(User arg) |
Modifier and Type | Method and Description |
---|---|
Observable<User> |
AuthProvider.authenticateObservable(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 |
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 |
---|---|
User |
SockJSSocket.webUser() |
Copyright © 2016. All rights reserved.