open62541pp 0.19.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::ua::UserTokenPolicy Class Reference

#include <types.hpp>

Inheritance diagram for opcua::ua::UserTokenPolicy:
[legend]

Detailed Description

UA_UserTokenPolicy wrapper class.

See also
https://reference.opcfoundation.org/Core/Part4/v105/docs/7.42

Definition at line 241 of file types.hpp.

Public Member Functions

 UserTokenPolicy (std::string_view policyId, UserTokenType tokenType, std::string_view issuedTokenType, std::string_view issuerEndpointUrl, std::string_view securityPolicyUri)
 
const StringpolicyId () const noexcept
 
StringpolicyId () noexcept
 
UserTokenType tokenType () const noexcept
 
const StringissuedTokenType () const noexcept
 
StringissuedTokenType () noexcept
 
const StringissuerEndpointUrl () const noexcept
 
StringissuerEndpointUrl () noexcept
 
const StringsecurityPolicyUri () const noexcept
 
StringsecurityPolicyUri () noexcept
 
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
 ~Wrapper () noexcept=default
 
constexpr Wrapperoperator= (const Wrapper &other)
 
constexpr Wrapperoperator= (const T &native)
 
constexpr Wrapperoperator= (Wrapper &&other) noexcept
 
constexpr Wrapperoperator= (T &&native) noexcept
 
constexpr operator T& () noexcept
 
constexpr operator const T & () const noexcept
 
constexpr T * operator-> () noexcept
 
constexpr const T * operator-> () const noexcept
 
constexpr T * handle () noexcept
 
constexpr const T * handle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (T &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< T, Handler >
using NativeType = T
 
using HandlerType = Handler
 
- Protected Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 
constexpr void clear () noexcept
 

Constructor & Destructor Documentation

◆ UserTokenPolicy()

opcua::ua::UserTokenPolicy::UserTokenPolicy ( std::string_view  policyId,
UserTokenType  tokenType,
std::string_view  issuedTokenType,
std::string_view  issuerEndpointUrl,
std::string_view  securityPolicyUri 
)
inline

Definition at line 245 of file types.hpp.

Member Function Documentation

◆ issuedTokenType() [1/2]

const String & opcua::ua::UserTokenPolicy::issuedTokenType ( ) const
inlinenoexcept

Definition at line 261 of file types.hpp.

◆ issuedTokenType() [2/2]

String & opcua::ua::UserTokenPolicy::issuedTokenType ( )
inlinenoexcept

Definition at line 261 of file types.hpp.

◆ issuerEndpointUrl() [1/2]

const String & opcua::ua::UserTokenPolicy::issuerEndpointUrl ( ) const
inlinenoexcept

Definition at line 262 of file types.hpp.

◆ issuerEndpointUrl() [2/2]

String & opcua::ua::UserTokenPolicy::issuerEndpointUrl ( )
inlinenoexcept

Definition at line 262 of file types.hpp.

◆ policyId() [1/2]

const String & opcua::ua::UserTokenPolicy::policyId ( ) const
inlinenoexcept

Definition at line 259 of file types.hpp.

◆ policyId() [2/2]

String & opcua::ua::UserTokenPolicy::policyId ( )
inlinenoexcept

Definition at line 259 of file types.hpp.

◆ securityPolicyUri() [1/2]

const String & opcua::ua::UserTokenPolicy::securityPolicyUri ( ) const
inlinenoexcept

Definition at line 263 of file types.hpp.

◆ securityPolicyUri() [2/2]

String & opcua::ua::UserTokenPolicy::securityPolicyUri ( )
inlinenoexcept

Definition at line 263 of file types.hpp.

◆ tokenType()

UserTokenType opcua::ua::UserTokenPolicy::tokenType ( ) const
inlinenoexcept

Definition at line 260 of file types.hpp.

◆ Wrapper() [1/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( )
constexprdefaultnoexcept

◆ Wrapper() [2/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const T &  native)
inlineexplicitconstexpr

Copy constructor with native object.

Definition at line 151 of file wrapper.hpp.

◆ Wrapper() [3/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const Wrapper other)
inlineconstexpr

Copy constructor.

Definition at line 147 of file wrapper.hpp.

◆ Wrapper() [4/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( T &&  native)
inlineconstexprnoexcept

Move constructor with native object.

Definition at line 159 of file wrapper.hpp.

◆ Wrapper() [5/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( Wrapper &&  other)
inlineconstexprnoexcept

Move constructor.

Definition at line 155 of file wrapper.hpp.