|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RoleSet in org.apache.turbine.om.security |
Methods in org.apache.turbine.om.security with parameters of type RoleSet | |
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. |
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. |
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(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 |
Fields in org.apache.turbine.services.security declared as RoleSet | |
private RoleSet |
BaseSecurityService.allRoles
Holds a list of all roles in the systems, for speeding up the access |
Methods in org.apache.turbine.services.security that return RoleSet | |
static RoleSet |
TurbineSecurity.getRoles(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(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(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(Criteria criteria)
Retrieve a set of Roles that meet the specified Criteria. |
Uses of RoleSet in org.apache.turbine.util.security |
Methods in org.apache.turbine.util.security that return RoleSet | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |