org.apache.turbine.om.security
Class TurbinePermission

java.lang.Object
  extended byorg.apache.turbine.services.security.torque.TorqueObject
      extended byorg.apache.turbine.services.security.torque.TorquePermission
          extended byorg.apache.turbine.om.security.TurbinePermission
All Implemented Interfaces:
java.lang.Comparable, Permission, org.apache.torque.om.Persistent, SecurityEntity, java.io.Serializable

Deprecated. Use TorquePermission instead.

public class TurbinePermission
extends TorquePermission

This class represents the permissions that a Role has to access certain pages/functions within the system. The class implements Comparable so that when Permissions are added to a Set, they will be in alphabetical order by name.

Version:
$Id: TurbinePermission.java 571795 2007-09-01 13:09:35Z tv $
Author:
Frank Y. Kim, John D. McNally, Brett McLaughlin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.turbine.services.security.torque.TorqueObject
obj
 
Constructor Summary
TurbinePermission()
          Deprecated.  
 
Methods inherited from class org.apache.turbine.services.security.torque.TorquePermission
create, getId, getIdAsObj, getName, getPersistentObj, remove, rename, save, setId, setName
 
Methods inherited from class org.apache.turbine.services.security.torque.TorqueObject
compareTo, equals, equals, getPrimaryKey, hashCode, isModified, isNew, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

TurbinePermission

public TurbinePermission()
Deprecated. 


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.