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

#include <types.hpp>

Inheritance diagram for opcua::ua::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 StringpolicyId () const noexcept
 
const StringgetPolicyId () const noexcept
 
StringpolicyId () noexcept
 
StringgetPolicyId () noexcept
 
UserTokenType tokenType () const noexcept
 
UserTokenType getTokenType () const noexcept
 
const StringissuedTokenType () const noexcept
 
const StringgetIssuedTokenType () const noexcept
 
StringissuedTokenType () noexcept
 
StringgetIssuedTokenType () noexcept
 
const StringissuerEndpointUrl () const noexcept
 
const StringgetIssuerEndpointUrl () const noexcept
 
StringissuerEndpointUrl () noexcept
 
StringgetIssuerEndpointUrl () noexcept
 
const StringsecurityPolicyUri () const noexcept
 
const StringgetSecurityPolicyUri () const noexcept
 
StringsecurityPolicyUri () noexcept
 
StringgetSecurityPolicyUri () noexcept
 
constexpr TypeWrapper () noexcept=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 () noexcept=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
 
- Public Member Functions inherited from opcua::Wrapper< UA_UserTokenPolicy >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_UserTokenPolicy &native) noexcept
 
constexpr Wrapper (UA_UserTokenPolicy &&native) noexcept
 
constexpr Wrapperoperator= (const UA_UserTokenPolicy &native) noexcept
 
constexpr Wrapperoperator= (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
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_UserTokenPolicy &native) 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 typeIndex ()
 
- 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::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 253 of file types.hpp.

Member Function Documentation

◆ policyId() [1/2]

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

Definition at line 267 of file types.hpp.

◆ getPolicyId() [1/2]

const String & opcua::ua::UserTokenPolicy::getPolicyId ( ) const
inlinenoexcept
Deprecated
Use policyId instead

Definition at line 267 of file types.hpp.

◆ policyId() [2/2]

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

Definition at line 267 of file types.hpp.

◆ getPolicyId() [2/2]

String & opcua::ua::UserTokenPolicy::getPolicyId ( )
inlinenoexcept
Deprecated
Use policyId instead

Definition at line 267 of file types.hpp.

◆ tokenType()

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

Definition at line 268 of file types.hpp.

◆ getTokenType()

UserTokenType opcua::ua::UserTokenPolicy::getTokenType ( ) const
inlinenoexcept
Deprecated
Use tokenType instead

Definition at line 268 of file types.hpp.

◆ issuedTokenType() [1/2]

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

Definition at line 269 of file types.hpp.

◆ getIssuedTokenType() [1/2]

const String & opcua::ua::UserTokenPolicy::getIssuedTokenType ( ) const
inlinenoexcept
Deprecated
Use issuedTokenType instead

Definition at line 269 of file types.hpp.

◆ issuedTokenType() [2/2]

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

Definition at line 269 of file types.hpp.

◆ getIssuedTokenType() [2/2]

String & opcua::ua::UserTokenPolicy::getIssuedTokenType ( )
inlinenoexcept
Deprecated
Use issuedTokenType instead

Definition at line 269 of file types.hpp.

◆ issuerEndpointUrl() [1/2]

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

Definition at line 270 of file types.hpp.

◆ getIssuerEndpointUrl() [1/2]

const String & opcua::ua::UserTokenPolicy::getIssuerEndpointUrl ( ) const
inlinenoexcept
Deprecated
Use issuerEndpointUrl instead

Definition at line 270 of file types.hpp.

◆ issuerEndpointUrl() [2/2]

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

Definition at line 270 of file types.hpp.

◆ getIssuerEndpointUrl() [2/2]

String & opcua::ua::UserTokenPolicy::getIssuerEndpointUrl ( )
inlinenoexcept
Deprecated
Use issuerEndpointUrl instead

Definition at line 270 of file types.hpp.

◆ securityPolicyUri() [1/2]

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

Definition at line 271 of file types.hpp.

◆ getSecurityPolicyUri() [1/2]

const String & opcua::ua::UserTokenPolicy::getSecurityPolicyUri ( ) const
inlinenoexcept
Deprecated
Use securityPolicyUri instead

Definition at line 271 of file types.hpp.

◆ securityPolicyUri() [2/2]

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

Definition at line 271 of file types.hpp.

◆ getSecurityPolicyUri() [2/2]

String & opcua::ua::UserTokenPolicy::getSecurityPolicyUri ( )
inlinenoexcept
Deprecated
Use securityPolicyUri instead

Definition at line 271 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, Index >::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, Index >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.