Authenticator Class Reference

#include <mw/messagingbus/authenticator.h>

class Authenticator

MB authenticator permits applications certificate manipulation.

Public Member Functions
Authenticator()
Authenticator(const Authenticator &)
virtual ~Authenticator()
Authenticator &operator=(const Authenticator &)
voidsetCertificate(const QString &)
Protected Member Functions
const QString &getCertificate()

Constructor & Destructor Documentation

Authenticator ( )

Authenticator()

Constructor Creates the AuthenticatorData object.

Authenticator ( const Authenticator & )

Authenticator(const Authenticator &)

~Authenticator ( )

~Authenticator()[virtual]

Destructor.

Member Function Documentation

getCertificate ( )

const QString &getCertificate()[protected]

Returns certificate as a QString& type.

operator= ( const Authenticator & )

Authenticator &operator=(const Authenticator &other)

setCertificate ( const QString & )

voidsetCertificate(const QString &certificateData)

Method used for setting certificate.

certificate - QString& type parameter