Esempio n. 1
0
 public boolean hasAllAccess() {
   // This can be implied to mean 'read all' access if no writing is allowed for this ACL
   return AclEntry.okAll(this.getAccessLevel());
 }