9 #ifndef _RMS_LIB_ROLES_H_
10 #define _RMS_LIB_ROLES_H_
13 #include "ModernAPIExport.h"
58 #endif // _RMS_LIB_ROLES_H_
static const std::string Viewer()
User will only be able to view the document.
Definition: roles.h:26
Definition: AuthenticationCallbackImpl.h:16
Provides implementation for obtaining roles for protecting documents.
Definition: roles.h:20
static const std::string Reviewer()
User will be able to view and edit the document.
Definition: roles.h:34
static const std::string CoOwner()
User will have all permissions; view, edit, copy and print.
Definition: roles.h:50
static const std::string Author()
User will be able to view, edit, copy, and print the document.
Definition: roles.h:42