|
PLCnext API Documentation 26.0.1.58
|
This class monitors if the service call was authorized yet by an outer service call. More...
#include <RscServiceAuthorizationGuard.hpp>
Public Member Functions | |
| RscServiceAuthorizationGuard (void) | |
This constructor is invoked in any security stub, just after the service call was authorized, to store the former state of SecurityContext::IsServiceCallAuthorizedYet() and to enable the state of SecurityContext::IsServiceCallAuthorizedYet() | |
| RscServiceAuthorizationGuard (const RscServiceAuthorizationGuard &arg)=delete | |
| RscServiceAuthorizationGuard (RscServiceAuthorizationGuard &&arg) noexcept=delete | |
| RscServiceAuthorizationGuard & | operator= (const RscServiceAuthorizationGuard &arg)=delete |
| RscServiceAuthorizationGuard & | operator= (RscServiceAuthorizationGuard &&arg) noexcept=delete |
| ~RscServiceAuthorizationGuard (void) | |
This destructor is invoked at the end of any security stub, to restore the former state of SecurityContext::IsServiceCallAuthorizedYet(). | |
This class monitors if the service call was authorized yet by an outer service call.
This class is used by any security stub of RSC services.