PLCnext API Documentation 25.0.2.69
|
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... | |
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_EXPORT std::ostream & | operator<< (std::ostream &os, AuthenticationError value) |
ARP_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.