[
https://issues.apache.org/jira/browse/FC-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn McKinney updated FC-218:
------------------------------
Fix Version/s: (was: 2.0.1)
> 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
> Priority: Major
>
> 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
(v7.6.3#76005)