Modifier and Type | Class and Description |
---|---|
class |
AbstractUser
Deprecated.
in 4.0 this class will not be used
|
Modifier and Type | Method and Description |
---|---|
User |
AbstractUser.clearCache()
Deprecated.
|
User |
User.clearCache()
Deprecated.
|
default User |
User.isAuthorised(String authority,
Handler<AsyncResult<Boolean>> resultHandler)
Deprecated.
|
User |
AbstractUser.isAuthorized(String authority,
Handler<AsyncResult<Boolean>> resultHandler)
Deprecated.
|
User |
User.isAuthorized(String authority,
Handler<AsyncResult<Boolean>> resultHandler)
Deprecated.
|
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 | Interface and Description |
---|---|
interface |
AccessToken
Deprecated.
|
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
AuthProvider . |
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.
|
Modifier and Type | Method and Description |
---|---|
User |
SockJSSocket.webUser() |
Modifier and Type | Method and Description |
---|---|
User |
User.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static User |
User.newInstance(User arg) |
Constructor and Description |
---|
User(User delegate) |
Modifier and Type | Method and Description |
---|---|
User |
User.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static User |
User.newInstance(User arg) |
Constructor and Description |
---|
User(User delegate) |
Copyright © 2023 Eclipse. All rights reserved.