Uses of Enum Class
org.apache.hadoop.security.SaslRpcServer.AuthMethod
Packages that use SaslRpcServer.AuthMethod
Package
Description
Classes for hadoop security.
Common utilities.
-
Uses of SaslRpcServer.AuthMethod in org.apache.hadoop.security
Fields in org.apache.hadoop.security declared as SaslRpcServer.AuthMethodMethods in org.apache.hadoop.security that return SaslRpcServer.AuthMethodModifier and TypeMethodDescriptionSaslRpcClient.getAuthMethod()UserGroupInformation.AuthenticationMethod.getAuthMethod()static SaslRpcServer.AuthMethodRead from in.SaslRpcClient.saslConnect(Client.IpcStreams ipcStreams) Do client side SASL authentication with server via the given IpcStreams.static SaslRpcServer.AuthMethodReturns the enum constant of this class with the specified name.static SaslRpcServer.AuthMethod[]SaslRpcServer.AuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.security with parameters of type SaslRpcServer.AuthMethodModifier and TypeMethodDescriptionstatic UserGroupInformationUserGroupInformation.createRemoteUser(String user, SaslRpcServer.AuthMethod authMethod) Create a user from a login name.voidUserGroupInformation.setAuthenticationMethod(SaslRpcServer.AuthMethod authMethod) Sets the authentication method in the subjectUserGroupInformation.AuthenticationMethod.valueOf(SaslRpcServer.AuthMethod authMethod) Returns the enum constant of this class with the specified name.Constructors in org.apache.hadoop.security with parameters of type SaslRpcServer.AuthMethod -
Uses of SaslRpcServer.AuthMethod in org.apache.hadoop.security.token.delegation.web
Methods in org.apache.hadoop.security.token.delegation.web with parameters of type SaslRpcServer.AuthMethodModifier and TypeMethodDescriptionprotected voidDelegationTokenAuthenticationFilter.setHandlerAuthMethod(SaslRpcServer.AuthMethod authMethod) -
Uses of SaslRpcServer.AuthMethod in org.apache.hadoop.util
Methods in org.apache.hadoop.util with parameters of type SaslRpcServer.AuthMethodModifier and TypeMethodDescriptionstatic org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoProtoUtil.makeIpcConnectionContext(String protocol, UserGroupInformation ugi, SaslRpcServer.AuthMethod authMethod) This method creates the connection context using exactly the same logic as the old connection context as was done for writable where the effective and real users are set based on the auth method.