Package | Description |
---|---|
alluxio.security.authentication | |
alluxio.security.user |
Modifier and Type | Method and Description |
---|---|
static User |
AuthenticatedClientUser.get(AlluxioConfiguration conf)
Gets the
User from the ThreadLocal variable. |
static User |
AuthenticatedClientUser.getOrNull() |
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticatedClientUser.set(User user)
Sets
User to the ThreadLocal variable. |
Modifier and Type | Field and Description |
---|---|
protected User |
BaseUserState.mUser |
Modifier and Type | Method and Description |
---|---|
User |
BaseUserState.getUser() |
User |
UserState.getUser()
Returns the User object for this user.
|
User |
NoopUserState.login() |
protected abstract User |
BaseUserState.login() |
User |
SimpleUserState.login() |
User |
BaseUserState.relogin() |
User |
UserState.relogin()
Attempts to log in again, and returns the new User.
|
Copyright © 2023. All Rights Reserved.