com.xpn.xwiki.plugin.rightsmanager.utils
Class AllowDeny

java.lang.Object
  extended by 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:
XWiki Core 1.1.2, XWiki Core 1.2M2
Version:
$Id: e8ea5b3160557c47269a084d1b93a363dac27be1 $

Field Summary
 UsersGroups allow
          List of users and groups for allow right.
 UsersGroups deny
          List of users and group for deny right.
 
Constructor Summary
AllowDeny()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 XWiki. All Rights Reserved.