org.apache.turbine.om.security |
Security object definitions for the Security Service.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
Group.java | Interface | This class represents a Group of Users in the system that are associated
with specific entity or resource. |
Permission.java | Interface | This class represents the permissions that a Role has to access
certain pages/functions within the system. |
Role.java | Interface | This class represents a role played by the User associated with the
current Session.
author: Frank Y. |
SecurityEntity.java | Interface | This class represents a Group of Users in the system that are associated
with specific entity or resource. |
SecurityObject.java | Class | This class represents a generic object used in the Access Control Lists.
author: Frank Y. |
TurbineGroup.java | Class | This class represents a Group of Users in the system that are associated
with specific entity or resource. |
TurbinePermission.java | Class | This class represents the permissions that a Role has to access
certain pages/functions within the system. |
TurbineRole.java | Class | This class represents a role played by the User associated with the
current Session.
author: Frank Y. |
TurbineUser.java | Class | A generic implementation of User interface.
This basic implementation contains the functionality that is
expected to be common among all User implementations.
You are welcome to extend this class if you wish to have
custom functionality in your user objects (like accessor methods
for custom attributes). |
TurbineUserTest.java | Class | Test the TurbineUser
This tests that we can use the TurbineUser classes. |
User.java | Interface | This interface represents functionality that all users of the
Turbine system require.
author: Frank Y. |