Package | Description |
---|---|
io.vertx.rxjava.ext.auth | |
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 |
---|---|
rx.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 |
---|---|
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 © 2015. All Rights Reserved.