8#include "Arp/Base/Rsc/Commons/Services/IRscAuthorizator.hpp"
10namespace Arp::Base::Rsc::Commons::Services
23 void AuthorizeServiceInvocation(
const char* operationName);
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
This interface is used to authorize a Rsc service call.
Definition: IRscAuthorizator.hpp:21
This class is used to authorize RSC service calls according security rules.
Definition: RscServiceAuthorizator.hpp:18