Class VisibilityConstraint

java.lang.Object
org.apache.accumulo.core.constraints.VisibilityConstraint
org.apache.accumulo.core.security.VisibilityConstraint
All Implemented Interfaces:
org.apache.accumulo.core.constraints.Constraint

@Deprecated public class VisibilityConstraint extends org.apache.accumulo.core.constraints.VisibilityConstraint
Deprecated.
since 1.7.0 This is server side code not intended to exist in a public API package. This class references types that are not in the public API and therefore is not guaranteed to be stable. It was deprecated to clearly communicate this. Use VisibilityConstraint instead.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.accumulo.core.constraints.Constraint

    org.apache.accumulo.core.constraints.Constraint.Environment
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.apache.accumulo.core.constraints.VisibilityConstraint

    check, getViolationDescription

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VisibilityConstraint

      public VisibilityConstraint()
      Deprecated.