PLCnext API Documentation
22.6.0.43
|
Namepsace for services used in the RSC security implementation More...
Classes | |
class | IPasswordAuthenticationService |
This service allows a Remoting client to authenticate a user to the gateway (device) and by this start a security session on behalf of her or him. More... | |
class | PasswordAuthenticationServiceProxyFactory |
Proxy factory class of service IPasswordAuthenticationService More... | |
Enumerations | |
enum class | AuthenticationError : int32 { None = 0 , InvalidCredentials = -1 , PenaltyDelayActive = -2 , DuplicateSession = -3 , SessionLimitReached = -4 , TryAgainLater = -5 , PasswordMustBeChanged = -6 } |
Defines values indicating success or failure of an attempt to create a security session. More... | |
Functions | |
ARP_CXX_SYMBOL_EXPORT std::ostream & | operator<< (std::ostream &os, AuthenticationError value) |
ARP_CXX_SYMBOL_EXPORT std::istream & | operator>> (std::istream &is, AuthenticationError &value) |
Namepsace for services used in the RSC security implementation
|
strong |
Defines values indicating success or failure of an attempt to create a security session.