UaUserIdentityTokenUserPassword Class Reference

Class representing an User and Password user identity token. More...

#include <uauseridentitytoken.h>

Inheritance diagram for UaUserIdentityTokenUserPassword:
Collaboration diagram for UaUserIdentityTokenUserPassword:

List of all members.

Public Member Functions

 UaUserIdentityTokenUserPassword ()
virtual ~UaUserIdentityTokenUserPassword ()
OpcUa_UserTokenType getTokenType () const

Public Attributes

UaString sUserName
 User name string.
UaString sPassword
 Password string.

Detailed Description

Class representing an User and Password user identity token.

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


Constructor & Destructor Documentation

UaUserIdentityTokenUserPassword::UaUserIdentityTokenUserPassword (  )

Constructs a user identity token object of the type UserPassword.

UaUserIdentityTokenUserPassword::~UaUserIdentityTokenUserPassword (  ) [virtual]

Destroys the UserPassword user identity token object


Member Function Documentation

OpcUa_UserTokenType UaUserIdentityTokenUserPassword::getTokenType (  ) const [virtual]

Returns the user indentity token type.
Possible values are:

  • OpcUa_UserTokenType_Anonymous
  • OpcUa_UserTokenType_UserName
    Returns:
    The function on the class UaUserIdentityTokenUserPassword returns OpcUa_UserTokenType_UserName

Implements UaUserIdentityToken.


The documentation for this class was generated from the following files:
  • /home/buildbot/work/uasdkcpp/src/uabase/uabasecpp/uauseridentitytoken.h
  • /home/buildbot/work/uasdkcpp/src/uabase/uabasecpp/uauseridentitytoken.cpp