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 Association $association The Association to store.
51 * Remove expired nonces from the store.
57 * library. It provides a way for store admins to keep their
69 * Remove expired associations from the store.
72 * library. It provides a way for store admins to keep their
87 * library. It provides a way for store admins to keep their
110 * If no handle is specified, the store may return any association
168 * used before, and store it for a while to make sure nobody
190 * Removes all entries from the store; implementation is optional.