Package org.apache.hadoop.hbase.security


package org.apache.hadoop.hbase.security
  • Class
    Description
    org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
    A utility class that encapsulates SASL logic for RPC client.
    org.apache.hadoop.hbase.security.AccessDeniedException
    Exception thrown by access-related methods.
    org.apache.hadoop.hbase.security.AuthMethod
    Authentication method
    org.apache.hadoop.hbase.security.EncryptionUtil
    Some static utility methods for encryption uses in hbase-client.
    org.apache.hadoop.hbase.security.HBasePolicyProvider
    Implementation of secure Hadoop policy provider for mapping protocol interfaces to hbase-policy.xml entries.
    org.apache.hadoop.hbase.security.HBaseSaslRpcClient
    A utility class that encapsulates SASL logic for RPC client.
    org.apache.hadoop.hbase.security.HBaseSaslRpcServer
    A utility class that encapsulates SASL logic for RPC server.
    org.apache.hadoop.hbase.security.NettyHBaseRpcConnectionHeaderHandler
    Implement logic to deal with the rpc connection header.
    org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClient
    Implement SASL logic for netty rpc client.
    org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClientHandler
    Implement SASL logic for netty rpc client.
    org.apache.hadoop.hbase.security.SaslChallengeDecoder
    Decode the sasl challenge sent by RpcServer.
    org.apache.hadoop.hbase.security.SaslStatus
     
    org.apache.hadoop.hbase.security.SaslUnwrapHandler
    Unwrap sasl messages.
    org.apache.hadoop.hbase.security.SaslUnwrapHandler.Unwrapper
     
    org.apache.hadoop.hbase.security.SaslUtil
     
    org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
     
    org.apache.hadoop.hbase.security.SaslWrapHandler
    wrap sasl messages.
    org.apache.hadoop.hbase.security.SaslWrapHandler.Wrapper
     
    org.apache.hadoop.hbase.security.SecurityConstants
    SecurityConstants holds a bunch of kerberos-related constants
    org.apache.hadoop.hbase.security.SecurityInfo
    Maps RPC protocol interfaces to required configuration
    org.apache.hadoop.hbase.security.SecurityUtil
    Security related generic utility methods.
    org.apache.hadoop.hbase.security.Superusers
    Keeps lists of superusers and super groups loaded from HBase configuration, checks if certain user is regarded as superuser.
    org.apache.hadoop.hbase.security.User
    Wrapper to abstract out usage of user and group information in HBase.
    org.apache.hadoop.hbase.security.User.SecureHadoopUser
    Bridges User invocations to underlying calls to UserGroupInformation for secure Hadoop 0.20 and versions 0.21 and above.
    org.apache.hadoop.hbase.security.User.TestingGroups
     
    org.apache.hadoop.hbase.security.UserProvider
    Provide an instance of a user.