Operation |
Details |
private static createGrant( String userHandle, Grant grant):Grant |
Sequential Tags: | throws=RuntimeException
| Notes: | Creates the given grant in the coreservice. @return The created Grant. | |
private static retrieveGrant( String userHandle, String userId, String grantId, UserType ut):Grant |
Sequential Tags: | throws=RuntimeException
| Notes: | Retrieves a grant from the coreservice. @return The Grant object that was retrieved. | |
private static revokeGrant( String userHandle, Grant grant, String comment):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Revokes the given grant in the coreservice. | |