| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Go to the source code of this file.
| Namespaces | |
| namespace | OpenID | 
| This module contains code for dealing with associations between consumers and servers. | |
| Functions | |
| Auth_OpenID_splitNonce ($nonce_string) | |
| Auth_OpenID_checkTimestamp ($nonce_string, $allowed_skew=null, $now=null) | |
| Auth_OpenID_mkNonce ($when=null) | |
| Variables | |
| const | Auth_OpenID_Nonce_CHRS = "abcdefghijklmnopqrstuvwxyz" . "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" | 
| Need CryptUtil to generate random strings. | |
| global | $Auth_OpenID_SKEW = 60 * 60 * 5 | 
| const | Auth_OpenID_Nonce_REGEX = '/(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)Z(.*)/' | 
| const | Auth_OpenID_Nonce_TIME_FMT = '%Y-%m-%dT%H:%M:%SZ' | 
| Auth_OpenID_checkTimestamp | ( | $nonce_string, | |
| $allowed_skew = null, | |||
| $now = null | |||
| ) | 
Definition at line 57 of file Nonce.php.
Referenced by Auth_OpenID_FileStore\clean().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_mkNonce | ( | $when = null | ) | 
Definition at line 91 of file Nonce.php.
Referenced by Auth_OpenID_CheckIDRequest\answer(), and Auth_OpenID_GenericConsumer\begin().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_splitNonce | ( | $nonce_string | ) | 
Definition at line 30 of file Nonce.php.
Referenced by Auth_OpenID_GenericConsumer\_idResCheckNonce().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| $Auth_OpenID_SKEW = 60 * 60 * 5 | 
Definition at line 23 of file Nonce.php.
Referenced by Auth_OpenID_FileStore\cleanupNonces(), Auth_OpenID_MDB2Store\cleanupNonces(), Auth_OpenID_SQLStore\cleanupNonces(), Auth_OpenID_MemcachedStore\useNonce(), Auth_OpenID_FileStore\useNonce(), Auth_OpenID_MDB2Store\useNonce(), and Auth_OpenID_SQLStore\useNonce().
| const Auth_OpenID_Nonce_CHRS = "abcdefghijklmnopqrstuvwxyz" . "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" | 
| const Auth_OpenID_Nonce_REGEX = '/(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)Z(.*)/' |