46 trigger_error(
"Auth_OpenID_OpenIDStore::storeAssociation ".
47 "not implemented", E_USER_ERROR);
64 trigger_error(
"Auth_OpenID_OpenIDStore::cleanupNonces ".
65 "not implemented", E_USER_ERROR);
79 trigger_error(
"Auth_OpenID_OpenIDStore::cleanupAssociations ".
80 "not implemented", E_USER_ERROR);
136 trigger_error(
"Auth_OpenID_OpenIDStore::getAssociation ".
137 "not implemented", E_USER_ERROR);
160 trigger_error(
"Auth_OpenID_OpenIDStore::removeAssociation ".
161 "not implemented", E_USER_ERROR);
185 trigger_error(
"Auth_OpenID_OpenIDStore::useNonce ".
186 "not implemented", E_USER_ERROR);
supportsCleanup()
Report whether this storage supports cleanup.
getAssociation($server_url, $handle=null)
This method returns an Association object from storage that matches the server URL and...
useNonce($server_url, $timestamp, $salt)
Called when using a nonce.
foreach($mandatory_scripts as $file) $timestamp
storeAssociation($server_url, $association)
This method puts an Association object into storage, retrievable by server URL and handle...
reset()
Removes all entries from the store; implementation is optional.
removeAssociation($server_url, $handle)
This method removes the matching association if it's found, and returns whether the association was r...