9 #ifndef _RMS_LIB_TEMPLATEDESCRIPTOR_H_
10 #define _RMS_LIB_TEMPLATEDESCRIPTOR_H_
12 #include "IAuthenticationCallback.h"
13 #include "ModernAPIExport.h"
17 class ProtectionPolicy;
59 static std::vector<TemplateDescriptor>GetTemplateList(
60 const std::string & userId,
65 const std::string& name,
66 const std::string& description);
73 std::string m_description;
78 #endif // _RMS_LIB_TEMPLATEDESCRIPTOR_H_
std::string Description() const
Gets the description for the policy template on the TemplateDescriptor.
Definition: TemplateDescriptor.h:43
std::string Name() const
Gets the name of the policy template.
Definition: TemplateDescriptor.h:36
Definition: AuthenticationCallbackImpl.h:16
std::string TemplateId() const
Gets the policy template ID.
Definition: TemplateDescriptor.h:29
Implement this interface to provide an approach for getting an OAuth access token.
Definition: IAuthenticationCallback.h:25
Template information.
Definition: TemplateDescriptor.h:23