org.apache.accumulo.core.security
Interface VisibilityInterpreter

All Superinterfaces:
Serializable

public interface VisibilityInterpreter
extends Serializable


Method Summary
 VisibilityInterpreter create()
           
 VisibilityInterpreter create(ColumnVisibility visibility, Authorizations authorizations)
           
 String getAbbreviatedValue()
           
 String getFullValue()
           
 void merge(ColumnVisibility other, Authorizations authorizations)
           
 void merge(VisibilityInterpreter other)
           
 

Method Detail

getAbbreviatedValue

String getAbbreviatedValue()

getFullValue

String getFullValue()

merge

void merge(ColumnVisibility other,
           Authorizations authorizations)

merge

void merge(VisibilityInterpreter other)

create

VisibilityInterpreter create()

create

VisibilityInterpreter create(ColumnVisibility visibility,
                             Authorizations authorizations)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.