project35.soa.security
Class DenyAllAccessRights

java.lang.Object
  extended by project35.soa.security.AccessRights
      extended by project35.soa.security.DenyAllAccessRights

public class DenyAllAccessRights
extends AccessRights


Copyright (c) 2008 Kevin Garwood for Project35. This code is licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Field Summary
 
Fields inherited from class project35.soa.security.AccessRights
EXECUTE, READ, WRITE
 
Constructor Summary
DenyAllAccessRights()
           
 
Method Summary
 
Methods inherited from class project35.soa.security.AccessRights
allowExecute, allowRead, allowWrite, getReasons, setAllowExecute, setAllowRead, setAllowWrite, setReasons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenyAllAccessRights

public DenyAllAccessRights()