Class AuthBasic

Description

Located in /include/valida/AuthBasic.php (line 11)

Auth_Container
   |
   --gvhBaseAuth
      |
      --AuthBasic
Variable Summary
mixed $response
Method Summary
static void autenticate ( $p_apli)
AuthBasic __construct ()
void fetchData ( $username,  $password, [ $isChallengeResponse = false])
void getDatos ()
void getResponse ()
void postLogin ( $sess, [ $aut = null])
Variables
mixed $response = null (line 14)
Methods
static method autenticate (line 64)

Metodo para llamar desde aplicaciones, en la autenticacion inicial

Devuelve cadena vacia si todo va bien, o texto si error

static void autenticate ( $p_apli)
  • $p_apli

Redefinition of:
gvhBaseAuth::autenticate()
Metodo para llamar desde aplicaciones, en la autenticacion inicial
Constructor __construct (line 16)
AuthBasic __construct ()
fetchData (line 26)
void fetchData ( $username,  $password, [ $isChallengeResponse = false])
  • $username
  • $password
  • $isChallengeResponse

Redefinition of:
gvhBaseAuth::fetchData()
Metodo para autenticar usuario
getDatos (line 36)
void getDatos ()
getResponse (line 41)
void getResponse ()
postLogin (line 50)

Inicializa variables en la sesion que recibe.

Se ejecuta la primera vez que accede a la aplicacion

void postLogin ( $sess, [ $aut = null])
  • $sess
  • $aut

Inherited Methods

Inherited From gvhBaseAuth

gvhBaseAuth::autenticate()
gvhBaseAuth::checkData()
gvhBaseAuth::fetchData()
gvhBaseAuth::open()

Documentation generated on Wed, 05 Oct 2011 10:36:22 +0200 by phpDocumentor 1.4.1