#include <types_manual.h>
Classes | |
| struct | UserNameStruct |
Public Member Functions | |
| void | setPolicyId (const std::string &id) |
| void | setUser (const std::string &user, const std::string &password) |
| UserTokenType | type () const |
| UserIdentifyToken () | |
Public Attributes | |
| ExtensionObjectHeader | Header |
| std::vector< uint8_t > | PolicyId |
| struct OpcUa::UserIdentifyToken::UserNameStruct | UserName |
Moved from session.h.
Definition at line 19 of file types_manual.h.
| OpcUa::UserIdentifyToken::UserIdentifyToken | ( | ) |
Definition at line 29 of file binary_session.cpp.
| void OpcUa::UserIdentifyToken::setPolicyId | ( | const std::string & | id | ) |
Definition at line 52 of file binary_session.cpp.
| void OpcUa::UserIdentifyToken::setUser | ( | const std::string & | user, |
| const std::string & | password | ||
| ) |
Definition at line 44 of file binary_session.cpp.
| UserTokenType OpcUa::UserIdentifyToken::type | ( | ) | const |
Definition at line 34 of file binary_session.cpp.
| ExtensionObjectHeader OpcUa::UserIdentifyToken::Header |
Definition at line 21 of file types_manual.h.
| std::vector<uint8_t> OpcUa::UserIdentifyToken::PolicyId |
Definition at line 22 of file types_manual.h.
| struct OpcUa::UserIdentifyToken::UserNameStruct OpcUa::UserIdentifyToken::UserName |