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

Packages that use org.apache.turbine.util.security
org.apache.turbine.modules.actions Action class implementations. 
org.apache.turbine.om.security Security object definitions for the Security Service. 
org.apache.turbine.om.security.peer Hand rolled peers for the DB Security Service. 
org.apache.turbine.services.rundata Rundata Service provides a factory for the request cycle data objects. 
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. 
org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications. 
org.apache.turbine.util.security Some helper classes and interfaces for the Security Service. 
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.modules.actions
TurbineSecurityException
          Thrown by SecurityService methods to indicate various problems.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.om.security
PermissionSet
          This class represents a set of Permissions.
RoleSet
          This class represents a set of Roles.
TurbineSecurityException
          Thrown by SecurityService methods to indicate various problems.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.om.security.peer
DataBackendException
          Thrown to indicate that there was an error accessing the data backend of the SecurityService.
GroupSet
          This class represents a set of Groups.
PermissionSet
          This class represents a set of Permissions.
RoleSet
          This class represents a set of Roles.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.services.rundata
AccessControlList
          This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.services.security
AccessControlList
          This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
DataBackendException
          Thrown to indicate that there was an error accessing the data backend of the SecurityService.
EntityExistsException
          Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
GroupSet
          This class represents a set of Groups.
PasswordMismatchException
          Thrown to indicate that the password supplied by user was incorrect.
PermissionSet
          This class represents a set of Permissions.
RoleSet
          This class represents a set of Roles.
TurbineSecurityException
          Thrown by SecurityService methods to indicate various problems.
UnknownEntityException
          Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.services.security.db
AccessControlList
          This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
DataBackendException
          Thrown to indicate that there was an error accessing the data backend of the SecurityService.
EntityExistsException
          Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
GroupSet
          This class represents a set of Groups.
PasswordMismatchException
          Thrown to indicate that the password supplied by user was incorrect.
PermissionSet
          This class represents a set of Permissions.
RoleSet
          This class represents a set of Roles.
UnknownEntityException
          Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.services.security.ldap
AccessControlList
          This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
DataBackendException
          Thrown to indicate that there was an error accessing the data backend of the SecurityService.
EntityExistsException
          Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
GroupSet
          This class represents a set of Groups.
PasswordMismatchException
          Thrown to indicate that the password supplied by user was incorrect.
PermissionSet
          This class represents a set of Permissions.
RoleSet
          This class represents a set of Roles.
UnknownEntityException
          Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.services.security.passive
DataBackendException
          Thrown to indicate that there was an error accessing the data backend of the SecurityService.
EntityExistsException
          Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
PasswordMismatchException
          Thrown to indicate that the password supplied by user was incorrect.
UnknownEntityException
          Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.services.security.torque
AccessControlList
          This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
DataBackendException
          Thrown to indicate that there was an error accessing the data backend of the SecurityService.
EntityExistsException
          Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
GroupSet
          This class represents a set of Groups.
PasswordMismatchException
          Thrown to indicate that the password supplied by user was incorrect.
PermissionSet
          This class represents a set of Permissions.
RoleSet
          This class represents a set of Roles.
TurbineSecurityException
          Thrown by SecurityService methods to indicate various problems.
UnknownEntityException
          Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.util
AccessControlList
          This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
 

Classes in org.apache.turbine.util.security used by org.apache.turbine.util.security
AccessControlList
          This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
GroupSet
          This class represents a set of Groups.
PermissionSet
          This class represents a set of Permissions.
RoleSet
          This class represents a set of Roles.
SecuritySet
          This class represents a set of Security Entities.
TurbineSecurityException
          Thrown by SecurityService methods to indicate various problems.
 



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