open62541pp 0.18.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 281 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
 
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< T >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const T &native) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
constexpr Wrapperoperator= (const T &native) 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 >
using NativeType = T
 
- 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< T >
constexpr const T & native () const noexcept
 
constexpr T & native () 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 285 of file types.hpp.

Member Function Documentation

◆ policyId() [1/2]

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

Definition at line 299 of file types.hpp.

◆ getPolicyId() [1/2]

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

Definition at line 299 of file types.hpp.

◆ policyId() [2/2]

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

Definition at line 299 of file types.hpp.

◆ getPolicyId() [2/2]

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

Definition at line 299 of file types.hpp.

◆ tokenType()

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

Definition at line 300 of file types.hpp.

◆ getTokenType()

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

Definition at line 300 of file types.hpp.

◆ issuedTokenType() [1/2]

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

Definition at line 301 of file types.hpp.

◆ getIssuedTokenType() [1/2]

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

Definition at line 301 of file types.hpp.

◆ issuedTokenType() [2/2]

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

Definition at line 301 of file types.hpp.

◆ getIssuedTokenType() [2/2]

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

Definition at line 301 of file types.hpp.

◆ issuerEndpointUrl() [1/2]

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

Definition at line 302 of file types.hpp.

◆ getIssuerEndpointUrl() [1/2]

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

Definition at line 302 of file types.hpp.

◆ issuerEndpointUrl() [2/2]

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

Definition at line 302 of file types.hpp.

◆ getIssuerEndpointUrl() [2/2]

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

Definition at line 302 of file types.hpp.

◆ securityPolicyUri() [1/2]

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

Definition at line 303 of file types.hpp.

◆ getSecurityPolicyUri() [1/2]

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

Definition at line 303 of file types.hpp.

◆ securityPolicyUri() [2/2]

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

Definition at line 303 of file types.hpp.

◆ getSecurityPolicyUri() [2/2]

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

Definition at line 303 of file types.hpp.

◆ TypeWrapper() [1/5]

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

◆ TypeWrapper() [2/5]

constexpr 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]

constexpr 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]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.