org.apache.hadoop.hbase.security.visibility
Class Authorizations

java.lang.Object
  extended by org.apache.hadoop.hbase.security.visibility.Authorizations

@InterfaceAudience.Public
@InterfaceStability.Unstable
public class Authorizations
extends Object

This class contains visibility labels associated with a Scan/Get deciding which all labeled data current scan/get can access.


Constructor Summary
Authorizations(List<String> labels)
           
Authorizations(String... labels)
           
 
Method Summary
 List<String> getLabels()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Authorizations

public Authorizations(String... labels)

Authorizations

public Authorizations(List<String> labels)
Method Detail

getLabels

public List<String> getLabels()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.