Uses of Class
org.apache.turbine.util.security.RoleSet

Packages that use RoleSet
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.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.torque A security service implementation based on Torque generated peer classes. 
org.apache.turbine.util.security Some helper classes and interfaces for the Security Service. 
 

Uses of RoleSet in org.apache.turbine.om.security
 

Methods in org.apache.turbine.om.security with parameters of type RoleSet
 void TurbineGroup.grant(User user, RoleSet roleSet)
          Grants Roles in this Group to an User.
 void TurbineGroup.revoke(User user, RoleSet roleSet)
          Revokes Roles in this group from an User.
 void Group.grant(User user, RoleSet roleSet)
          Grants Roles in this Group to an User.
 void Group.revoke(User user, RoleSet roleSet)
          Revokes Roles in this group from an User.
 

Uses of RoleSet in org.apache.turbine.om.security.peer
 

Methods in org.apache.turbine.om.security.peer that return RoleSet
static RoleSet RolePeer.retrieveSet(org.apache.torque.util.Criteria criteria)
          Retrieves/assembles a RoleSet based on the Criteria passed in
static RoleSet RolePeer.retrieveSet(User user, Group group)
          Retrieves a set of Roles that an User was assigned in a Group
 

Uses of RoleSet in org.apache.turbine.services.security
 

Methods in org.apache.turbine.services.security that return RoleSet
static RoleSet TurbineSecurity.getRoles(org.apache.torque.util.Criteria criteria)
          Retrieve a set of Roles that meet the specified Criteria.
static RoleSet TurbineSecurity.getAllRoles()
          Retrieves all roles defined in the system.
 RoleSet SecurityService.getRoles(org.apache.torque.util.Criteria criteria)
          Retrieve a set of Roles that meet the specified Criteria.
 RoleSet SecurityService.getAllRoles()
          Retrieves all roles defined in the system.
 RoleSet BaseSecurityService.getAllRoles()
          Retrieves all roles defined in the system.
 

Uses of RoleSet in org.apache.turbine.services.security.db
 

Methods in org.apache.turbine.services.security.db that return RoleSet
 RoleSet DBSecurityService.getRoles(org.apache.torque.util.Criteria criteria)
          Retrieve a set of Roles that meet the specified Criteria.
 

Uses of RoleSet in org.apache.turbine.services.security.ldap
 

Methods in org.apache.turbine.services.security.ldap that return RoleSet
 RoleSet LDAPSecurityService.getRoles(org.apache.torque.util.Criteria criteria)
          Retrieve a set of Roles that meet the specified Criteria.
 

Uses of RoleSet in org.apache.turbine.services.security.torque
 

Methods in org.apache.turbine.services.security.torque that return RoleSet
 RoleSet TorqueSecurityService.getRoles(org.apache.torque.util.Criteria criteria)
          Retrieve a set of Roles that meet the specified Criteria.
static RoleSet RolePeerManager.retrieveSet(org.apache.torque.util.Criteria criteria)
          Retrieves/assembles a RoleSet based on the Criteria passed in
static RoleSet RolePeerManager.retrieveSet(User user, Group group)
          Retrieves a set of Roles that an User was assigned in a Group
 

Methods in org.apache.turbine.services.security.torque with parameters of type RoleSet
 void TorqueGroup.grant(User user, RoleSet roleSet)
          Grants Roles in this Group to an User.
 void TorqueGroup.revoke(User user, RoleSet roleSet)
          Revokes Roles in this group from an User.
 

Uses of RoleSet in org.apache.turbine.util.security
 

Methods in org.apache.turbine.util.security that return RoleSet
 RoleSet TurbineAccessControlList.getRoles(Group group)
          Retrieves a set of Roles an user is assigned in a Group.
 RoleSet TurbineAccessControlList.getRoles()
          Retrieves a set of Roles an user is assigned in the global Group.
 RoleSet AccessControlList.getRoles(Group group)
          Retrieves a set of Roles an user is assigned in a Group.
 RoleSet AccessControlList.getRoles()
          Retrieves a set of Roles an user is assigned in the global Group.
 

Methods in org.apache.turbine.util.security with parameters of type RoleSet
 boolean RoleSet.add(RoleSet roleSet)
          Adds the Roles in another RoleSet to this RoleSet.
 



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