org.apache.turbine.om.security
Class TurbineGroup

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

Deprecated. Use TorqueGroup instead.

public class TurbineGroup
extends TorqueGroup

This class represents a Group of Users in the system that are associated with specific entity or resource. The users belonging to the Group may have various Roles. The Permissions to perform actions upon the resource depend on the Roles in the Group that they are assigned.

Certain Roles that the Users may have in the system may are not related to any specific resource nor entity. They are assigned within a special group named 'global' that can be referenced in the code as Group.GLOBAL_GROUP_NAME.

Version:
$Id: TurbineGroup.java 571795 2007-09-01 13:09:35Z tv $
Author:
Rafal Krzewski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.turbine.services.security.torque.TorqueObject
obj
 
Fields inherited from interface org.apache.turbine.om.security.Group
GLOBAL_GROUP_NAME
 
Constructor Summary
TurbineGroup()
          Deprecated.  
 
Methods inherited from class org.apache.turbine.services.security.torque.TorqueGroup
create, getGlobalGroup, getId, getIdAsObj, getName, getPersistentObj, grant, grant, remove, rename, revoke, revoke, 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

TurbineGroup

public TurbineGroup()
Deprecated. 


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