Package | Description |
---|---|
alluxio.security.authentication | |
alluxio.security.authentication.plain | |
alluxio.security.user |
Modifier and Type | Method and Description |
---|---|
AuthenticatedUserInfo |
DefaultAuthenticationServer.getUserInfoForChannel(UUID channelId) |
AuthenticatedUserInfo |
AuthenticationServer.getUserInfoForChannel(UUID channelId) |
Constructor and Description |
---|
SaslClientHandlerPlain(String username,
String password,
String impersonationUser)
Creates
SaslClientHandler instance for Plain/Custom. |
SaslClientHandlerPlain(Subject subject,
AlluxioConfiguration conf)
Creates
SaslClientHandler instance for Plain/Custom. |
Modifier and Type | Method and Description |
---|---|
User |
BaseUserState.getUser() |
User |
UserState.getUser()
Returns the User object for this user.
|
User |
SimpleUserState.login() |
protected abstract User |
BaseUserState.login() |
User |
NoopUserState.login() |
User |
BaseUserState.relogin() |
User |
UserState.relogin()
Attempts to log in again, and returns the new User.
|
Copyright © 2023. All Rights Reserved.