Shawn McKinney created FC-218:
---------------------------------
Summary: Test case for delete role and memberships
Key: FC-218
URL: https://issues.apache.org/jira/browse/FC-218
Project: FORTRESS
Issue Type: Improvement
Affects Versions: 2.0.0
Reporter: Shawn McKinney
Fix For: 2.0.1
Add test case to adminmgrimpltest to verify deleted role's associated
memberships are also deleted.
public void deleteRole( Role role ) throws SecurityException
{
// If user membership associated with role, remove the role object:
if( Config.getInstance().isRoleOccupant() )
{
}
else
{
// search for all users assigned this role and deassign:
}
}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)