Lines Matching full:store
4 * This file specifies the interface for PHP OpenID store implementations.
17 * This is the interface for the store objects the OpenID library
20 * consumers. If you want to create an SQL-driven store, please see
42 * @param Auth_OpenID_Association $association The Association to store.
50 * Remove expired nonces from the store.
56 * library. It provides a way for store admins to keep their
68 * Remove expired associations from the store.
71 * library. It provides a way for store admins to keep their
86 * library. It provides a way for store admins to keep their
109 * If no handle is specified, the store may return any association
166 * used before, and store it for a while to make sure nobody
189 * Removes all entries from the store; implementation is optional.