OpenId/Extension.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_OpenId
- Version
- $Id$
Package: Zend_OpenIdAbstract extension class for Zend_OpenId
- Children
- \Zend_OpenId_Extension_Sreg
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Methods
checkTrustData(array $data) : bool
Method to check if data from trusted servers database is enough to
sutisfy request.
ParametersName | Type | Description |
---|
$data | array | data from tusted servers database |
---|
Returns forAll(mixed $extensions, string $func, $params) : bool
staticCalls given function with given argument for all extensions
ParametersName | Type | Description |
---|
$extensions | mixed | list of extensions or one extension |
---|
$func | string | function to be called |
---|
$params | | |
---|
Returns parseRequest(array $params) : bool
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.
ParametersName | Type | Description |
---|
$params | array | request's var/val pairs |
---|
Returns parseResponse(array $params) : bool
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.
ParametersName | Type | Description |
---|
$params | array | response's var/val pairs |
---|
Returns prepareRequest( $params) : bool
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.
ParametersName | Type | Description |
---|
$params | | |
---|
Returns prepareResponse( $params) : bool
Method to add additional data to OpenId 'id_res' response. This method
addes nothing but inherited class may add additional data into response.
ParametersName | Type | Description |
---|
$params | | |
---|
Returns