Packages

sealed trait VisibilityExpression extends AnyRef

Parsed visibility that can be evaluated

Annotations
@deprecated
Deprecated

Replaced with org.apache.accumulo:accumulo-access

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VisibilityExpression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def evaluate(authorizations: Seq[Array[Byte]]): Boolean

    Checks if the data tagged with this visibility can be seen or not

    Checks if the data tagged with this visibility can be seen or not

    authorizations

    authorizations of the user attempting to access the tagged data

    returns

    true if can see, otherwise false

  2. abstract def expression: String

    Converts back to a string.

    Converts back to a string. The result can be converted back to a Visibility Expression again by calling VisbilityEvaluator.parse

    returns

    the expression as a string