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

java.lang.Object
  extended by com.xpn.xwiki.plugin.rightsmanager.utils.AllowDeny

public class AllowDeny
extends java.lang.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: AllowDeny.java 11660 2008-08-04 12:10:12Z tmortagne $

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
 java.lang.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 java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2004-2008 XWiki. All Rights Reserved.