You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Shawn McKinney (JIRA)" <ji...@apache.org> on 2018/07/07 00:18:00 UTC

[jira] [Updated] (FC-218) Test case for delete role and memberships

     [ 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)