authentication mechanism
| Category | Zend |
| Package | Zend_Auth |
| Subpackage | Zend_Auth_Adapter |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |

class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
| Category | Zend |
| Package | Zend_Auth |
| Subpackage | Zend_Auth_Adapter |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| - $_check_immediate | Enables or disables interaction with user during authentication on |
| - $_extensions | Extension object or array of extensions objects |
| - $_httpClient | HTTP client to make HTTP requests |
| - $_id | The identity value being authenticated |
| - $_response | The response object to perform HTTP or HTML form redirection |
| - $_returnTo | The URL to redirect response from server to |
| - $_root | The HTTP URL to identify consumer on server |
| - $_storage | Reference to an implementation of a storage object |
| + __construct() | Constructor |
| + authenticate() | Authenticates the given OpenId identity. |
| + setCheckImmediate() | Enables or disables interaction with user during authentication on |
| + setExtensions() | Sets OpenID extension(s) |
| + setHttpClient() | Sets HTTP client object to make HTTP requests |
| + setIdentity() | Sets the value to be used as the identity |
| + setResponse() | Sets an optional response object to perform HTTP or HTML form redirection |
| + setReturnTo() | Sets the HTTP URL to redirect response from server to |
| + setRoot() | Sets HTTP URL to identify consumer on server |
| + setStorage() | Sets the storage implementation which will be use by OpenId |
private $_check_immediate = falseprivate $_extensions = nullprivate $_httpClient = nullZend_Http_Client $_httpClientprivate $_id = nullprivate $_response = nullprivate $_returnTo = nullprivate $_root = nullprivate $_storage = null
public function __construct( |
$id = null)
|
string $id |
the identity value |
|
|
string $returnTo |
HTTP URL to redirect response from server to |
string $root |
HTTP URL to identify consumer on server |
mixed $extensions |
extension object or array of extensions objects |
|
public function authenticate( |
)
|
Zend_Auth_Adapter_Interface.Zend_Auth_ResultZend_Auth_Adapter_Exception If answering the authentication query is impossible
public function setCheckImmediate( |
$check_immediate)
|
bool $check_immediate |
Zend_Auth_Adapter_OpenId Provides a fluent interface
public function setExtensions( |
$extensions)
|
mixed $extensions |
Zend_Auth_Adapter_OpenId Provides a fluent interface
public function setHttpClient( |
$client)
|
|
HTTP client object to be used |
public function setIdentity( |
$id)
|
string $id |
the identity value |
Zend_Auth_Adapter_OpenId Provides a fluent interface
public function setResponse( |
$response)
|
$response |
Zend_Auth_Adapter_OpenId Provides a fluent interface
public function setReturnTo( |
$returnTo)
|
string $returnTo |
Zend_Auth_Adapter_OpenId Provides a fluent interface
public function setRoot( |
$root)
|
string $root |
Zend_Auth_Adapter_OpenId Provides a fluent interface
public function setStorage( |
)
|
|
Zend_Auth_Adapter_OpenId Provides a fluent interface