Operation |
Details |
public CurrentGrants( String userHandle, String userId, UserType type): |
Sequential Tags: | throws=RuntimeException
| Notes: | Retrieves the grants for a given filter | |
public CurrentGrants(): |
Sequential |
public getGrants():List |
Sequential Notes: | Get the list of 'grant' element items. @return list | |
public getLastModificationDate():Date |
Sequential Notes: | Get the 'last-modification-date' attribute value. <create>discarded</create> <update>required</update> <comment>required only in root element on update</comment> @return value | |
public revokeGrants( String userHandle, String revocationComment):void |
Sequential |
public setGrants( List list):void |
Sequential Notes: | Set the list of 'grant' element items. | |
public setLastModificationDate( Date lastModificationDate):void |
Sequential Notes: | Set the 'last-modification-date' attribute value. <create>discarded</create> <update>required</update> <comment>required only in root element on update</comment> | |