8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/Rsc/Commons/IRscService.hpp"
11#include "Arp/Base/Rsc/Commons/RscString.hxx"
18using namespace Arp::Base::Rsc::Commons;
28 using Ptr = std::shared_ptr<IStatusInfoService>;
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 provides information about the current configuration and state of the UserManager
Definition: IStatusInfoService.hpp:26
virtual std::vector< RscString< 64 > > ListAllKnownRoles()=0
This operation retrieves the names of all roles currently known to the UserManager
IStatusInfoService(void)=default
Constructs an IStatusInfoService instance.
virtual std::vector< RscString< 64 > > ListRolesOfCurrentSession()=0
This operation retrieves the names of all roles for this session
Namespace for services of the User Manager (UM)