Uses of Package
org.apache.turbine.services.security

Packages that use org.apache.turbine.services.security
org.apache.turbine.services.security The security service can be used to authenticate users based on database information. 
org.apache.turbine.services.security.db A security service implementation that used an SQL database for authentication. 
org.apache.turbine.services.security.ldap An LDAP based security service implementation. 
org.apache.turbine.services.security.passive Dummy Service to be used if no security is required. 
org.apache.turbine.services.security.torque A security service implementation based on Torque generated peer classes. 
 

Classes in org.apache.turbine.services.security used by org.apache.turbine.services.security
SecurityService
          The Security Service manages Users, Groups Roles and Permissions in the system.
UserManager
          An UserManager performs User objects related tasks on behalf of the BaseSecurityService.
 

Classes in org.apache.turbine.services.security used by org.apache.turbine.services.security.db
BaseSecurityService
          This is a common subset of SecurityService implementation.
SecurityService
          The Security Service manages Users, Groups Roles and Permissions in the system.
UserManager
          An UserManager performs User objects related tasks on behalf of the BaseSecurityService.
 

Classes in org.apache.turbine.services.security used by org.apache.turbine.services.security.ldap
BaseSecurityService
          This is a common subset of SecurityService implementation.
SecurityService
          The Security Service manages Users, Groups Roles and Permissions in the system.
UserManager
          An UserManager performs User objects related tasks on behalf of the BaseSecurityService.
 

Classes in org.apache.turbine.services.security used by org.apache.turbine.services.security.passive
UserManager
          An UserManager performs User objects related tasks on behalf of the BaseSecurityService.
 

Classes in org.apache.turbine.services.security used by org.apache.turbine.services.security.torque
BaseSecurityService
          This is a common subset of SecurityService implementation.
SecurityService
          The Security Service manages Users, Groups Roles and Permissions in the system.
UserManager
          An UserManager performs User objects related tasks on behalf of the BaseSecurityService.
 



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