Class AuthApp_Base

Description

A application for managing phpSATk users and privileges - Basic helpers

This part of the application is used for session login/logout functionality and obtaining tokens for token-based authentication (see AuthenticationTokenManager).

Located in /phpsatk/authApp/app-local/org.eenterphace.sat.app.auth/authapp.base.php (line 37)


	
			
Method Summary
void changePassword (Request $req)
void getToken (Request $req)
void login (Request $req)
void logout (Request $req)
Methods
changePassword (line 121)

Changes the current users password

  • access: public
  • static:
void changePassword (Request $req)
getToken (line 97)

Obtains a token for external webservice access

in (XMLRPC) required: 1st argument: username (string) 2nd argument: password (string)

  • access: public
  • static:
void getToken (Request $req)
login (line 48)

Performs a login

Displays a form, checks credentials, sets the appropiate session vars (while regenerating the session id) and forwards to the default application.

in: none

  • access: public
  • static:
void login (Request $req)
logout (line 164)

Perform logout

  • access: public
  • static:
void logout (Request $req)

Documentation generated on Mon, 21 May 2007 10:34:39 +0200 by phpDocumentor 1.3.0RC5