Interface Authenticator


  • public interface Authenticator
    • Method Detail

      • isContextGranted

        boolean isContextGranted​(Entity entity)
      • isCommandGranted

        boolean isCommandGranted​(Entity entity,
                                 java.lang.String command)
      • isPropertyGranted

        boolean isPropertyGranted​(Entity entity,
                                  java.lang.String property)
      • isPropertyReadOnly

        boolean isPropertyReadOnly​(Entity entity,
                                   java.lang.String property)