|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authorizations | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.security.visibility |
Uses of Authorizations in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return Authorizations | |
---|---|
Authorizations |
Query.getAuthorizations()
|
Methods in org.apache.hadoop.hbase.client with parameters of type Authorizations | |
---|---|
void |
Query.setAuthorizations(Authorizations authorizations)
Sets the authorizations to be used by this Query |
Uses of Authorizations in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf that return Authorizations | |
---|---|
static Authorizations |
ProtobufUtil.toAuthorizations(byte[] protoBytes)
Convert a protocol buffer Authorizations bytes to a client Authorizations |
static Authorizations |
ProtobufUtil.toAuthorizations(ClientProtos.Authorizations proto)
Convert a protocol buffer Authorizations to a client Authorizations |
Methods in org.apache.hadoop.hbase.protobuf with parameters of type Authorizations | |
---|---|
static ClientProtos.Authorizations |
ProtobufUtil.toAuthorizations(Authorizations authorizations)
Create a protocol buffer Authorizations based on a client Authorizations. |
Uses of Authorizations in org.apache.hadoop.hbase.security.visibility |
---|
Methods in org.apache.hadoop.hbase.security.visibility with parameters of type Authorizations | |
---|---|
static Filter |
VisibilityUtils.createVisibilityLabelFilter(HRegion region,
Authorizations authorizations)
|
List<String> |
FeedUserAuthScanLabelGenerator.getLabels(User user,
Authorizations authorizations)
|
List<String> |
DefinedSetFilterScanLabelGenerator.getLabels(User user,
Authorizations authorizations)
|
List<String> |
EnforcingScanLabelGenerator.getLabels(User user,
Authorizations authorizations)
|
List<String> |
ScanLabelGenerator.getLabels(User user,
Authorizations authorizations)
Helps to get a list of lables associated with an UGI |
List<String> |
SimpleScanLabelGenerator.getLabels(User user,
Authorizations authorizations)
|
VisibilityExpEvaluator |
VisibilityLabelService.getVisibilityExpEvaluator(Authorizations authorizations)
Creates VisibilityExpEvaluator corresponding to given Authorizations. |
VisibilityExpEvaluator |
DefaultVisibilityLabelServiceImpl.getVisibilityExpEvaluator(Authorizations authorizations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |