MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
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

void authenticationComplete ( const QString &  token)
signal

Emitted when the authentication is successfully completed.

Parameters
tokenThe user token for the session
void authenticationError ( const QString &  errorMessage)
signal

Emitted if an error occurs during authentication.

void authenticationCanceled ( )
signal

Emitted if an user cancels authentication.

void authenticate ( )
slot

Start the process of authenticating with the UIT server.


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