Roles class
Roles for protecting documents.
public final class Roles
Name | Signature | Description |
---|---|---|
VIEWER |
public final static String VIEWER = "VIEWER"; |
User will only be able to view the document. They cannot edit, copy, or print it. |
REVIEWER |
public final static String REVIEWER = "REVIEWER"; |
User will be able to view and edit the document. They cannot copy or print it. |
AUTHOR |
public final static String AUTHOR = "AUTHOR"; |
User will be able to view, edit, copy, and print the document. |
COOWNER |
public final static String COOWNER = "COOWNER"; |
User will have all permissions |
Roles.java
Minimum supported OS version |
Android 4.0.3 (API level 15) |
com.microsoft.rightsmanagement
Members of this class are not guaranteed to be thread safe.