Operation |
Details |
private static retrieveCurrentGrantsForUser( String userHandle, String userId):CurrentGrants |
Sequential Tags: | throws=RuntimeException
| Notes: | Retrieves the current grants the given user or user group owns. @param userGroupId The id of the user or user group. @return The list of grants for the user / user group. | |
private static retrieveCurrentGrantsForUserGroup( String userHandle, String userGroupId):CurrentGrants |
Sequential Tags: | throws=RuntimeException
| Notes: | Retrieves the current grants the given user group owns. @return The list of grants for the user / user group. | |
private static revokeGrants( String userHandle, List grants, String comment):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Revokes a list of grants in the coreservice. | |