Interface AppACLContext


  • public interface AppACLContext
    • Method Detail

      • isSystem

        boolean isSystem()
        Returns:
        true if system level ACL
      • getProject

        java.lang.String getProject()
        Returns:
        project name, if project level ACL
      • project

        static AppACLContext project​(java.lang.String project)