Package | Description |
---|---|
alluxio.security.authentication | |
alluxio.security.authentication.plain | |
alluxio.worker.grpc |
Modifier and Type | Method and Description |
---|---|
AuthenticatedUserInfo |
SaslServerHandler.getAuthenticatedUserInfo()
Used to get the authenticated user info after the completed session.
|
AuthenticatedUserInfo |
DefaultAuthenticationServer.getUserInfoForChannel(UUID channelId) |
AuthenticatedUserInfo |
AuthenticationServer.getUserInfoForChannel(UUID channelId) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuthenticationServer.registerChannel(UUID channelId,
AuthenticatedUserInfo userInfo,
AuthenticatedChannelServerDriver serverDriver) |
void |
AuthenticationServer.registerChannel(UUID channelId,
AuthenticatedUserInfo userInfo,
AuthenticatedChannelServerDriver saslDriver)
Registers new user against given channel.
|
void |
SaslServerHandler.setAuthenticatedUserInfo(AuthenticatedUserInfo userinfo)
To be called by callbacks to store authenticated user information.
|
Modifier and Type | Method and Description |
---|---|
AuthenticatedUserInfo |
SaslServerHandlerPlain.getAuthenticatedUserInfo() |
Modifier and Type | Method and Description |
---|---|
void |
SaslServerHandlerPlain.setAuthenticatedUserInfo(AuthenticatedUserInfo userinfo) |
Constructor and Description |
---|
DelegationWriteHandler(WorkerProcess workerProcess,
io.grpc.stub.StreamObserver<WriteResponse> responseObserver,
AuthenticatedUserInfo userInfo,
boolean domainSocketEnabled) |
Copyright © 2023. All Rights Reserved.