|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityEntity | |
org.apache.turbine.om.security | Security object definitions for the Security Service. |
org.apache.turbine.services.security.ldap | An LDAP based security service implementation. |
org.apache.turbine.services.security.torque | A security service implementation based on Torque generated peer classes. |
Uses of SecurityEntity in org.apache.turbine.om.security |
Subinterfaces of SecurityEntity in org.apache.turbine.om.security | |
interface |
Group
This class represents a Group of Users in the system that are associated with specific entity or resource. |
interface |
Permission
This class represents the permissions that a Role has to access certain pages/functions within the system. |
interface |
Role
This class represents a role played by the User associated with the current Session. |
interface |
User
This interface represents functionality that all users of the Turbine system require. |
Classes in org.apache.turbine.om.security that implement SecurityEntity | |
class |
TurbineGroup
This class represents a Group of Users in the system that are associated with specific entity or resource. |
class |
TurbinePermission
This class represents the permissions that a Role has to access certain pages/functions within the system. |
class |
TurbineRole
This class represents a role played by the User associated with the current Session. |
class |
TurbineUser
A generic implementation of User interface. |
Uses of SecurityEntity in org.apache.turbine.services.security.ldap |
Classes in org.apache.turbine.services.security.ldap that implement SecurityEntity | |
class |
LDAPUser
LDAPUser implements User and provides access to a user who accesses the system via LDAP. |
Uses of SecurityEntity in org.apache.turbine.services.security.torque |
Classes in org.apache.turbine.services.security.torque that implement SecurityEntity | |
class |
TorqueGroup
This class represents a Group of Users in the system that are associated with specific entity or resource. |
class |
TorqueObject
All the Torque Security objects (User, Group, Role, Permission) are derived from this class which contains the base compare and management methods for all security objects. |
class |
TorquePermission
This class represents a permission given to a Role associated with the current Session. |
class |
TorqueRole
This class represents a role played by the User associated with the current Session. |
class |
TorqueUser
This is the User class used by the TorqueSecurity Service. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |