Package org.apache.turbine.util.security

Class Summary
AccessControlList This is 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.
 

Exception Summary
AccessControlException Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
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.
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.
 



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