Class AccessControlEntry


  • public final class AccessControlEntry
    extends Object
    Simple single ACL statement representation.
    • Constructor Detail

      • AccessControlEntry

        public AccessControlEntry​(boolean isAllow,
                                  String privileges,
                                  RepoPath path,
                                  RepoPath repositoryPath)
    • Method Detail

      • addRestriction

        public void addRestriction​(String restriction)
      • getOperation

        public String getOperation()
      • getPrivileges

        public String getPrivileges()
      • getRepositoryPath

        public RepoPath getRepositoryPath()
      • getRestrictions

        public List<String> getRestrictions()