Class SubjectACL


  • public class SubjectACL
    extends Object
    SubjectACL.
    Since:
    8.1
    Author:
    Tristan Tarrant
    • Constructor Detail

      • SubjectACL

        public SubjectACL​(Set<String> roles,
                          int mask)
    • Method Detail

      • getMask

        public int getMask()
      • containsRole

        public boolean containsRole​(String role)
      • matches

        public boolean matches​(int permissionMask)