[ Indice ]

Riferimento incrociato di Joomla! 1.5.14 - VM 1.1.4

Servizio fornito da VMItalia
Classe:   Funzione:   Variabile:   Costante:  
Storico Ricerche +

titolo

Corpo

[chiudi]

/plugins/authentication/ -> openid.php (sommario)

(nessuna descrizione)

Copyright: Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: openid.php 11403 2009-01-06 06:19:31Z ian $
Dimensione file: 274 righe (10 kb)
Incluso o richiesto:0 volte
Referenziato: 0 volte
Inclusioni o richieste: 0 files

Definisce 1 classe

plgAuthenticationOpenID:: (2 metodi):
  plgAuthenticationOpenID()
  onAuthenticate()


Classe: plgAuthenticationOpenID  - X-Ref

OpenID Authentication Plugin

plgAuthenticationOpenID(& $subject, $config)   X-Ref
Constructor

For php4 compatability we must not use the __constructor as a constructor for plugins
because func_get_args ( void ) returns a copy of all passed arguments NOT references.
This causes problems with cross-referencing necessary for the observer design pattern.

param: object $subject The object to observe
param: array  $config  An array that holds the plugin configuration

onAuthenticate($credentials, $options, & $response)   X-Ref
This method should handle any authentication and report back to the subject

param: array     $credentials Array holding the user credentials
param: array   $options     Array of extra options (return, entry_url)
param: object    $response    Authentication response object
return: boolean



Generato il: Mon Oct 19 20:29:27 2009 Generato con PHPXref 0.7