open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::UserNameIdentityToken Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::UserNameIdentityToken:
[legend]

Detailed Description

Public Member Functions

 UserNameIdentityToken (std::string_view userName, std::string_view password, std::string_view encryptionAlgorithm={})
 
const StringgetPolicyId () const noexcept
 
StringgetPolicyId () noexcept
 
const StringgetUserName () const noexcept
 
StringgetUserName () noexcept
 
const ByteStringgetPassword () const noexcept
 
ByteStringgetPassword () noexcept
 
const StringgetEncryptionAlgorithm () const noexcept
 
StringgetEncryptionAlgorithm () noexcept
 
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const T &native)
 
constexpr TypeWrapper (T &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
- Public Member Functions inherited from opcua::TypeWrapper< UA_UserNameIdentityToken, UA_TYPES_USERNAMEIDENTITYTOKEN >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_UserNameIdentityToken &native)
 
constexpr TypeWrapper (UA_UserNameIdentityToken &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_UserNameIdentityToken &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_UserNameIdentityToken &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_UserNameIdentityToken &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_UserNameIdentityToken >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_UserNameIdentityToken &native)
 
constexpr Wrapper (UA_UserNameIdentityToken &&native) noexcept
 
constexpr operator UA_UserNameIdentityToken & () noexcept
 
constexpr operator const UA_UserNameIdentityToken & () const noexcept
 
constexpr UA_UserNameIdentityTokenoperator-> () noexcept
 
constexpr const UA_UserNameIdentityTokenoperator-> () const noexcept
 
constexpr UA_UserNameIdentityTokenhandle () noexcept
 
constexpr const UA_UserNameIdentityTokenhandle () const noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_UserNameIdentityToken >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_UserNameIdentityToken, UA_TYPES_USERNAMEIDENTITYTOKEN >
static constexpr TypeIndex getTypeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_UserNameIdentityToken, UA_TYPES_USERNAMEIDENTITYTOKEN >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_UserNameIdentityToken >
constexpr const UA_UserNameIdentityTokennative () const noexcept
 
constexpr UA_UserNameIdentityTokennative () noexcept
 

Constructor & Destructor Documentation

◆ UserNameIdentityToken()

opcua::UserNameIdentityToken::UserNameIdentityToken ( std::string_view userName,
std::string_view password,
std::string_view encryptionAlgorithm = {} )
inline

Definition at line 612 of file types_composed.hpp.

Member Function Documentation

◆ getPolicyId() [1/2]

const String & opcua::UserNameIdentityToken::getPolicyId ( ) const
inlinenoexcept

Definition at line 622 of file types_composed.hpp.

◆ getPolicyId() [2/2]

String & opcua::UserNameIdentityToken::getPolicyId ( )
inlinenoexcept

Definition at line 622 of file types_composed.hpp.

◆ getUserName() [1/2]

const String & opcua::UserNameIdentityToken::getUserName ( ) const
inlinenoexcept

Definition at line 623 of file types_composed.hpp.

◆ getUserName() [2/2]

String & opcua::UserNameIdentityToken::getUserName ( )
inlinenoexcept

Definition at line 623 of file types_composed.hpp.

◆ getPassword() [1/2]

const ByteString & opcua::UserNameIdentityToken::getPassword ( ) const
inlinenoexcept

Definition at line 624 of file types_composed.hpp.

◆ getPassword() [2/2]

ByteString & opcua::UserNameIdentityToken::getPassword ( )
inlinenoexcept

Definition at line 624 of file types_composed.hpp.

◆ getEncryptionAlgorithm() [1/2]

const String & opcua::UserNameIdentityToken::getEncryptionAlgorithm ( ) const
inlinenoexcept

Definition at line 625 of file types_composed.hpp.

◆ getEncryptionAlgorithm() [2/2]

String & opcua::UserNameIdentityToken::getEncryptionAlgorithm ( )
inlinenoexcept

Definition at line 625 of file types_composed.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( const T & native)
inlineexplicitconstexpr

Constructor with native object (deep copy).

Definition at line 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.