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.services.security The security service can be used to authenticate users based on database information. 
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 Group.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.revoke(User user, RoleSet roleSet)
          Revokes Roles in this group from an User.
 

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

Methods in org.apache.turbine.services.security that return RoleSet
static RoleSet TurbineSecurity.getAllRoles()
          Retrieves all roles defined in the system.
 RoleSet SecurityService.getAllRoles()
          Retrieves all roles defined in the system.
abstract  RoleSet BaseSecurityService.getAllRoles()
          Retrieves all roles defined in the system.
static RoleSet TurbineSecurity.getRoles(Object criteria)
          Retrieve a set of Roles that meet the specified Criteria.
 RoleSet SecurityService.getRoles(Object 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.getAllRoles()
           
 RoleSet LDAPSecurityService.getRoles(Object 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.getAllRoles()
          Retrieves all roles defined in the system.
 RoleSet TorqueSecurityService.getRoles(Object 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()
          Retrieves a set of Roles an user is assigned in the global Group.
 RoleSet AccessControlList.getRoles()
          Retrieves a set of Roles an user is assigned in the global Group.
 RoleSet TurbineAccessControlList.getRoles(Group group)
          Retrieves a set of Roles an user is assigned in a Group.
 RoleSet AccessControlList.getRoles(Group group)
          Retrieves a set of Roles an user is assigned in a 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-2011 The Apache Software Foundation. All Rights Reserved.