|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.turbine.services.security.torque.TorqueObject org.apache.turbine.services.security.torque.TorqueGroup org.apache.turbine.om.security.TurbineGroup
TorqueGroup
instead.
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
.
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 |
public TurbineGroup()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |