TYPO3 CMS  TYPO3_6-2
tx_openid_store Class Reference
Inheritance diagram for tx_openid_store:
TYPO3\CMS\Openid\OpenidStore Auth_OpenID_OpenIDStore

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Openid\OpenidStore
 __construct ($databaseConnection=NULL)
 
 storeAssociation ($serverUrl, $association)
 
 cleanupAssociations ()
 
 getAssociation ($serverUrl, $handle=NULL)
 
 removeAssociation ($serverUrl, $handle)
 
 cleanupNonces ()
 
 useNonce ($serverUrl, $timestamp, $salt)
 
 reset ()
 
- Public Member Functions inherited from Auth_OpenID_OpenIDStore
 storeAssociation ($server_url, $association)
 
 cleanupNonces ()
 
 cleanupAssociations ()
 
 cleanup ()
 
 supportsCleanup ()
 
 getAssociation ($server_url, $handle=null)
 
 removeAssociation ($server_url, $handle)
 
 useNonce ($server_url, $timestamp, $salt)
 
 reset ()
 
- Public Attributes inherited from TYPO3\CMS\Openid\OpenidStore
const ASSOCIATION_TABLE_NAME = 'tx_openid_assoc_store'
 
const NONCE_TABLE_NAME = 'tx_openid_nonce_store'
 
const ASSOCIATION_EXPIRATION_SAFETY_INTERVAL = 120
 
const NONCE_STORAGE_TIME = 864000
 
- Protected Member Functions inherited from TYPO3\CMS\Openid\OpenidStore
 doesAssociationExist ($serverUrl, $association)
 
 updateExistingAssociation ($serverUrl, \Auth_OpenID_Association $association)
 
 storeNewAssociation ($serverUrl, $association)
 
 updateAssociationTimeStamp ($recordId)
 
- Protected Attributes inherited from TYPO3\CMS\Openid\OpenidStore
 $databaseConnection
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 5627 of file LegacyClassesForIde.php.