Class AllowDeny


  • public class AllowDeny
    extends Object
    Contains list of users and groups for allow right and deny right.
    Since:
    1.1.2, 1.2M2
    Version:
    $Id: 59cf76f4a24e1a00463d8d8b9cb644b0ad133b88 $
    • Field Detail

      • allow

        public UsersGroups allow
        List of users and groups for allow right.
      • deny

        public UsersGroups deny
        List of users and group for deny right.
    • Constructor Detail

      • AllowDeny

        public AllowDeny()