MoleQueue 0.9.0
Loading...
Searching...
No Matches
Public Slots | Signals | Public Member Functions | List of all members
Authenticator Class Reference

#include <authenticator.h>

Inheritance diagram for Authenticator:

Public Slots

void authenticate ()
 

Signals

void authenticationComplete (const QString &token)
 
void authenticationError (const QString &errorMessage)
 
void authenticationCanceled ()
 

Public Member Functions

 Authenticator (UitapiService *uit, const QString &kerberosPrinciple, QObject *parentObject=0, QWidget *dialogParent=0)
 

Detailed Description

class used to perform UIT authentication steps.

Member Function Documentation

◆ authenticationComplete

void authenticationComplete ( const QString &  token)
signal

Emitted when the authentication is successfully completed.

Parameters
tokenThe user token for the session

◆ authenticationError

void authenticationError ( const QString &  errorMessage)
signal

Emitted if an error occurs during authentication.

◆ authenticationCanceled

void authenticationCanceled ( )
signal

Emitted if an user cancels authentication.

◆ authenticate

void authenticate ( )
slot

Start the process of authenticating with the UIT server.


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