UA Server SDK C++ Bundle  1.3.2.200
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
UaUserIdentityTokenIssuedToken Class Reference

Class representing a IssuedToken user identity token. More...

#include <uauseridentitytoken.h>

Inherits UaUserIdentityToken.

Public Member Functions

 UaUserIdentityTokenIssuedToken ()
 Constructs a user identity token object of the type IssuedToken.
virtual ~UaUserIdentityTokenIssuedToken ()
 Destroys the IssuedToken user identity token object.
OpcUa_UserTokenType getTokenType () const
 Returns the user identity token type.
- Public Member Functions inherited from UaUserIdentityToken
 UaUserIdentityToken ()
 Constructs a user identity token object.
virtual ~UaUserIdentityToken ()
 Destroys the user identity token object.

Data Fields

UaByteString userTokenData
 User token data.
UaString sEncryptionAlgorithm
 Encryption algorithm used.

Detailed Description

Class representing a IssuedToken user identity token.

The class is derived from UaUserIdentityToken and is used if IssuedToken based user identity is provided.

Member Function Documentation

OpcUa_UserTokenType UaUserIdentityTokenIssuedToken::getTokenType ( ) const
virtual

Returns the user identity token type.


Possible values are:

  • OpcUa_UserTokenType_Anonymous
  • OpcUa_UserTokenType_UserName
  • OpcUa_UserTokenType_Certificate
  • OpcUa_UserTokenType_IssuedToken
    Returns
    The function on the class UaUserIdentityTokenUserPassword returns OpcUa_UserTokenType_IssuedToken

Implements UaUserIdentityToken.


The documentation for this class was generated from the following files: