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"
16namespace Arp {
namespace System {
namespace Um {
namespace Services
34 using Ptr = std::shared_ptr<IAuthorizationInfoService>;
41 static IRscServiceProxyFactory& GetProxyFactory(
void);
74inline IRscServiceProxyFactory& IAuthorizationInfoService::GetProxyFactory()
76 return AuthorizationInfoServiceProxyFactory::GetInstance();
Base interface for all Rsc service interface.
Definition: IRscService.hpp:20
Definition: SecurityToken.hpp:12
This service checks if a session has particular permissions for protected entity operations.
Definition: IAuthorizationInfoService.hpp:32
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
Root namespace for the PLCnext API