Zend Framework
1.12
|
Static Public Member Functions | |
static | getTokenFromCache ($tokenId) |
returns stored token from cache or null | |
static | setTokenToCache ($tokenId, Zend_Service_DeveloperGarden_Response_SecurityTokenServer_Interface $tokenValue) |
set new value for the given tokenId | |
static | resetTokenCache () |
reset the internal cache structure | |
static | getCache () |
Returns the cache. | |
static | setCache (Zend_Cache_Core $cache) |
Set a cache for token. | |
static | hasCache () |
Returns true when a cache is set. | |
static | removeCache () |
Removes any cache. | |
static | clearCache () |
Clears all cache data. | |
static | getWsdlCache () |
Returns the wsdl cache. | |
static | setWsdlCache ($cache=null) |
Set a cache for wsdl file. | |
Protected Member Functions | |
__construct () | |
Constructor overriding - make sure that a developer cannot instantiate. | |
Static Protected Attributes | |
static | $_storedToken |
|
protected |
Constructor overriding - make sure that a developer cannot instantiate.
|
static |
Clears all cache data.
|
static |
Returns the cache.
|
static |
returns stored token from cache or null
string | $tokenId |
Zend_Service_DeveloperGarden_Exception |
|
static |
Returns the wsdl cache.
|
static |
Returns true when a cache is set.
|
static |
Removes any cache.
|
static |
reset the internal cache structure
|
static |
Set a cache for token.
Zend_Cache_Core | $cache | A cache frontend |
|
static |
set new value for the given tokenId
string | $tokenId |
Zend_Service_DeveloperGarden_Exception |
Zend_Service_DeveloperGarden_Response_SecurityTokenServer_Interface | $tokenValue |
|
static |
Set a cache for wsdl file.
integer | $cache |
|
staticprotected |