8 #include "Arp/System/Rsc/Services/IRscService.hpp"
9 #include "Arp/System/Rsc/Services/RscString.hxx"
10 #include "Arp/System/Security/SecurityToken.hpp"
11 #include "Arp/System/Um/Services/AuthorizationInfoServiceProxyFactory.hpp"
12 #include "Arp/System/Um/Services/Operation.hpp"
16 namespace Arp {
namespace System {
namespace Um {
namespace Services
30 using Ptr = std::shared_ptr<IAuthorizationInfoService>;
37 static IRscServiceProxyFactory& GetProxyFactory(
void);
57 inline IRscServiceProxyFactory& IAuthorizationInfoService::GetProxyFactory()
59 return AuthorizationInfoServiceProxyFactory::GetInstance();
Base interface for all Rsc service interface.
Definition: IRscService.hpp:19
Definition: SecurityToken.hpp:12
This service checks if a session has particular permissions for protected entity operations.
Definition: IAuthorizationInfoService.hpp:28
virtual boolean HasPermissionFor(const RscString< 512 > &entity, Operation operation, SecurityToken securityToken)=0
Checks if the specified session has permission to execute particular entity operations,...
IAuthorizationInfoService(void)=default
Constructs an IAuthorizationInfoService instance.
@ System
System components used by the System, Device, Plc or Io domains.
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:10
Root namespace for the PLCnext API