[ class tree: OpenID ] [ index: OpenID ] [ all elements ]

Class: Auth_OpenID_SQLiteStore

Source Location: /zp-extensions/federated_logon/Auth/OpenID/SQLiteStore.php

Class Auth_OpenID_SQLiteStore

Class Overview

An SQL store that uses SQLite as its backend.

Located in /zp-extensions/federated_logon/Auth/OpenID/SQLiteStore.php [line 19]

Auth_OpenID_OpenIDStore
   |
   --Auth_OpenID_SQLStore
      |
      --Auth_OpenID_SQLiteStore
Author(s): Information Tags:

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Auth_OpenID_SQLStore

Auth_OpenID_SQLStore::Auth_OpenID_SQLStore()
This creates a new SQLStore instance. It requires an established database connection be given to it, and it allows overriding the default table names.
Auth_OpenID_SQLStore::blobDecode()
Auth_OpenID_SQLStore::blobEncode()
Auth_OpenID_SQLStore::cleanupAssociations()
Auth_OpenID_SQLStore::cleanupNonces()
Auth_OpenID_SQLStore::createTables()
Auth_OpenID_SQLStore::create_assoc_table()
Auth_OpenID_SQLStore::create_nonce_table()
Auth_OpenID_SQLStore::getAssociation()
Auth_OpenID_SQLStore::isError()
Returns true if $value constitutes a database error; returns false otherwise.
Auth_OpenID_SQLStore::removeAssociation()
Auth_OpenID_SQLStore::reset()
Resets the store by removing all records from the store's tables.
Auth_OpenID_SQLStore::resultToBool()
Converts a query result to a boolean. If the result is a database error according to $this->isError(), this returns false; otherwise, this returns true.
Auth_OpenID_SQLStore::setSQL()
This method should be overridden by subclasses. This method is called by the constructor to set values in $this->sql, which is an array keyed on sql name.
Auth_OpenID_SQLStore::storeAssociation()
Auth_OpenID_SQLStore::tableExists()
Auth_OpenID_SQLStore::useNonce()

Inherited From Auth_OpenID_OpenIDStore

Auth_OpenID_OpenIDStore::cleanup()
Auth_OpenID_OpenIDStore::cleanupAssociations()
Auth_OpenID_OpenIDStore::cleanupNonces()
Auth_OpenID_OpenIDStore::getAssociation()
This method returns an Association object from storage that matches the server URL and, if specified, handle. It returns null if no such association is found or if the matching association is expired.
Auth_OpenID_OpenIDStore::removeAssociation()
This method removes the matching association if it's found, and returns whether the association was removed or not.
Auth_OpenID_OpenIDStore::reset()
Removes all entries from the store; implementation is optional.
Auth_OpenID_OpenIDStore::storeAssociation()
This method puts an Association object into storage, retrievable by server URL and handle.
Auth_OpenID_OpenIDStore::supportsCleanup()
Report whether this storage supports cleanup
Auth_OpenID_OpenIDStore::useNonce()
Called when using a nonce.

[ Top ]
Method Summary
void   setSQL()  

[ Top ]
Methods
setSQL  [line 20]

  void setSQL( )



Redefinition of:
Auth_OpenID_SQLStore::setSQL()
This method should be overridden by subclasses. This method is called by the constructor to set values in $this->sql, which is an array keyed on sql name.

[ Top ]

Documentation generated on Tue, 20 Dec 2011 16:08:09 +0100 by phpDocumentor 1.4.3