Uses of Interface
org.apache.turbine.om.security.SecurityEntity

Packages that use SecurityEntity
org.apache.turbine.om.security   
org.apache.turbine.services.security.ldap   
 

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.
 



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