Public Member Functions | Protected Member Functions

oxOpenId Class Reference

Inheritance diagram for oxOpenId:
Collaboration diagram for oxOpenId:

List of all members.

Public Member Functions

 authenticateOid ($sOpenId, $sReturnUrl)
 getOidResponse ($sReturnUrl)

Protected Member Functions

 _getConsumer ()
 _getResponse ()
 _getStore ()

Detailed Description

OpenID authentication manager. Process full authentication of openid.

Definition at line 32 of file oxopenid.php.


Member Function Documentation

oxOpenId._getConsumer (  )  [protected]

Returns Openid consumer object

Returns:
object

Definition at line 106 of file oxopenid.php.

oxOpenId._getResponse (  )  [protected]

Returns response object.

Returns:
object $oSRreg

Definition at line 118 of file oxopenid.php.

oxOpenId._getStore (  )  [protected]

Where will store OpenID information. You should change this class if you want to store info in database.

Returns:
object $oStore

Definition at line 131 of file oxopenid.php.

oxOpenId.authenticateOid ( sOpenId,
sReturnUrl 
)

OpenID authentication process.

Parameters:
string $sOpenId openid url
string $sReturnUrl url to return
Returns:
null

Definition at line 42 of file oxopenid.php.

oxOpenId.getOidResponse ( sReturnUrl  ) 

Complete the authentication using the server's response

Parameters:
string $sReturnUrl url to return
Returns:
array $aData registration data

Definition at line 74 of file oxopenid.php.


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