open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::UserTokenPolicy Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::UserTokenPolicy:
[legend]

Detailed Description

Public Member Functions

 UserTokenPolicy (std::string_view policyId, UserTokenType tokenType, std::string_view issuedTokenType, std::string_view issuerEndpointUrl, std::string_view securityPolicyUri)
 
const StringgetPolicyId () const noexcept
 
StringgetPolicyId () noexcept
 
UserTokenType getTokenType () const noexcept
 
const StringgetIssuedTokenType () const noexcept
 
StringgetIssuedTokenType () noexcept
 
const StringgetIssuerEndpointUrl () const noexcept
 
StringgetIssuerEndpointUrl () noexcept
 
const StringgetSecurityPolicyUri () const noexcept
 
StringgetSecurityPolicyUri () 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_UserTokenPolicy, UA_TYPES_USERTOKENPOLICY >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_UserTokenPolicy &native)
 
constexpr TypeWrapper (UA_UserTokenPolicy &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_UserTokenPolicy &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_UserTokenPolicy &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_UserTokenPolicy &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_UserTokenPolicy >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_UserTokenPolicy &native)
 
constexpr Wrapper (UA_UserTokenPolicy &&native) noexcept
 
constexpr operator UA_UserTokenPolicy & () noexcept
 
constexpr operator const UA_UserTokenPolicy & () const noexcept
 
constexpr UA_UserTokenPolicyoperator-> () noexcept
 
constexpr const UA_UserTokenPolicyoperator-> () const noexcept
 
constexpr UA_UserTokenPolicyhandle () noexcept
 
constexpr const UA_UserTokenPolicyhandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ UserTokenPolicy()

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

Definition at line 191 of file types_composed.hpp.

Member Function Documentation

◆ getPolicyId() [1/2]

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

Definition at line 205 of file types_composed.hpp.

◆ getPolicyId() [2/2]

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

Definition at line 205 of file types_composed.hpp.

◆ getTokenType()

UserTokenType opcua::UserTokenPolicy::getTokenType ( ) const
inlinenoexcept

Definition at line 206 of file types_composed.hpp.

◆ getIssuedTokenType() [1/2]

const String & opcua::UserTokenPolicy::getIssuedTokenType ( ) const
inlinenoexcept

Definition at line 207 of file types_composed.hpp.

◆ getIssuedTokenType() [2/2]

String & opcua::UserTokenPolicy::getIssuedTokenType ( )
inlinenoexcept

Definition at line 207 of file types_composed.hpp.

◆ getIssuerEndpointUrl() [1/2]

const String & opcua::UserTokenPolicy::getIssuerEndpointUrl ( ) const
inlinenoexcept

Definition at line 208 of file types_composed.hpp.

◆ getIssuerEndpointUrl() [2/2]

String & opcua::UserTokenPolicy::getIssuerEndpointUrl ( )
inlinenoexcept

Definition at line 208 of file types_composed.hpp.

◆ getSecurityPolicyUri() [1/2]

const String & opcua::UserTokenPolicy::getSecurityPolicyUri ( ) const
inlinenoexcept

Definition at line 209 of file types_composed.hpp.

◆ getSecurityPolicyUri() [2/2]

String & opcua::UserTokenPolicy::getSecurityPolicyUri ( )
inlinenoexcept

Definition at line 209 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 30 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

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

Constructor with native object (move rvalue).

Definition at line 34 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 42 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 46 of file typewrapper.hpp.