Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: OpenID

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

File/openid/Auth/OpenID/DumbStore.php

Description

This file supplies a dumb store backend for OpenID servers and consumers.

PHP versions 4 and 5

LICENSE: See the COPYING file included in this distribution.

Classes
Class Description
 class Auth_OpenID_DumbStore This is a store for use in the worst case, when you have no way of saving state on the consumer site. Using this store makes the consumer vulnerable to replay attacks, as it's unable to use nonces. Avoid using this store if it is at all possible.
Includes
 require_once ('Auth/OpenID/Interface.php') (line 20)

Import the interface for creating a new store class.

 require_once ('Auth/OpenID/HMACSHA1.php') (line 21)

Documentation generated on Mon, 05 Mar 2007 20:56:51 +0000 by phpDocumentor 1.3.1