Roles class
Roles for protecting documents.
Signature
public final class Roles
Properties
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 |
Defined in
Roles.java
Supported Platforms
Minimum supported OS version |
Android 4.0.3 (API level 15) |
Package
com.microsoft.rightsmanagement
Thread Safety
Members of this class are not guaranteed to be thread safe.