Class AllowDeny
- java.lang.Object
-
- com.xpn.xwiki.plugin.rightsmanager.utils.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 Summary
Fields Modifier and Type Field Description UsersGroups
allow
List of users and groups for allow right.UsersGroups
deny
List of users and group for deny right.
-
Constructor Summary
Constructors Constructor Description AllowDeny()
-
-
-
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.
-
-