Zend Framework
1.12
|
Public Member Functions | |
prepareRequest (&$params) | |
Method to add additional data to OpenId 'checkid_immediate' or 'checkid_setup' request. | |
parseRequest ($params) | |
Method to parse OpenId 'checkid_immediate' or 'checkid_setup' request and initialize object with passed data. | |
prepareResponse (&$params) | |
Method to add additional data to OpenId 'id_res' response. | |
parseResponse ($params) | |
Method to parse OpenId 'id_res' response and initialize object with passed data. | |
getTrustData (&$data) | |
Method to prepare data to store it in trusted servers database. | |
checkTrustData ($data) | |
Method to check if data from trusted servers database is enough to sutisfy request. | |
Static Public Member Functions | |
static | forAll ($extensions, $func, &$params) |
Calls given function with given argument for all extensions. | |
checkTrustData | ( | $data | ) |
Method to check if data from trusted servers database is enough to sutisfy request.
array | $data | data from tusted servers database |
|
static |
Calls given function with given argument for all extensions.
mixed | $extensions | list of extensions or one extension |
string | $func | function to be called |
mixed | &$params | argument to pass to given funcion |
getTrustData | ( | & | $data | ) |
Method to prepare data to store it in trusted servers database.
array | &$data | data to be stored in tusted servers database |
parseRequest | ( | $params | ) |
Method to parse OpenId 'checkid_immediate' or 'checkid_setup' request and initialize object with passed data.
This method parses nothing but inherited class may override this method to do somthing.
array | $params | request's var/val pairs |
parseResponse | ( | $params | ) |
Method to parse OpenId 'id_res' response and initialize object with passed data.
This method parses nothing but inherited class may override this method to do somthing.
array | $params | response's var/val pairs |
prepareRequest | ( | & | $params | ) |
Method to add additional data to OpenId 'checkid_immediate' or 'checkid_setup' request.
This method addes nothing but inherited class may add additional data into request.
array | &$params | request's var/val pairs |
prepareResponse | ( | & | $params | ) |
Method to add additional data to OpenId 'id_res' response.
This method addes nothing but inherited class may add additional data into response.
array | &$params | response's var/val pairs |