Class Permissions.JexlClass

  • Enclosing class:
    Permissions

    static class Permissions.JexlClass
    extends Permissions.NoJexlClass
    A positive NoJexl construct that defines what is denied by absence in the set.

    Field or method that are named are the only one allowed access.

    • Constructor Summary

      Constructors 
      Constructor Description
      JexlClass()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean deny​(java.lang.reflect.Constructor<?> method)  
      (package private) boolean deny​(java.lang.reflect.Field field)  
      (package private) boolean deny​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait