8#include "Arp/Base/Rsc/Commons/Rsc.hpp" 
    9#include "Arp/Base/Rsc/Commons/IRscService.hpp" 
   10#include "Arp/Base/Commons/Security/SecurityToken.hpp" 
   11#include "Arp/Base/Rsc/Commons/RscString.hxx" 
   12#include "Arp/System/Um/Services/Operation.hpp" 
   19using namespace Arp::Base::Rsc::Commons;
 
   33    using Ptr = std::shared_ptr<IAuthorizationInfoService>;
 
This class is used for authorization of arbitrary operations.
Definition: SecurityToken.hpp:18
 
This is the base interface of all Rsc services.
Definition: IRscService.hpp:22
 
std::shared_ptr< IRscService > Ptr
The shared_ptr type of IRscService.
Definition: IRscService.hpp:25
 
Interface for service proxy factories to create service proxies used by RSC clients.
Definition: IRscServiceProxyFactory.hpp:22
 
This service checks if a session has particular permissions for protected entity operations.
Definition: IAuthorizationInfoService.hpp:31
 
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.
 
Operation
Allows to describe operations which are requested or allowed on objects.
Definition: Operation.hpp:39
 
Namespace for services of the User Manager (UM)