Zend Framework
1.12
|
Public Member Functions | |
__construct ($id=null, Zend_OpenId_Consumer_Storage $storage=null, $returnTo=null, $root=null, $extensions=null, Zend_Controller_Response_Abstract $response=null) | |
Constructor. | |
setIdentity ($id) | |
Sets the value to be used as the identity. | |
setStorage (Zend_OpenId_Consumer_Storage $storage) | |
Sets the storage implementation which will be use by OpenId. | |
setReturnTo ($returnTo) | |
Sets the HTTP URL to redirect response from server to. | |
setRoot ($root) | |
Sets HTTP URL to identify consumer on server. | |
setExtensions ($extensions) | |
Sets OpenID extension(s) | |
setResponse ($response) | |
Sets an optional response object to perform HTTP or HTML form redirection. | |
setCheckImmediate ($check_immediate) | |
Enables or disables interaction with user during authentication on OpenID provider. | |
setHttpClient ($client) | |
Sets HTTP client object to make HTTP requests. | |
authenticate () | |
Authenticates the given OpenId identity. | |
__construct | ( | $id = null , |
|
Zend_OpenId_Consumer_Storage | $storage = null , |
||
$returnTo = null , |
|||
$root = null , |
|||
$extensions = null , |
|||
Zend_Controller_Response_Abstract | $response = null |
||
) |
Constructor.
string | $id | the identity value |
Zend_OpenId_Consumer_Storage | $storage | an optional implementation of a storage object |
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 |
Zend_Controller_Response_Abstract | $response | an optional response object to perform HTTP or HTML form redirection |
authenticate | ( | ) |
Authenticates the given OpenId identity.
Defined by Zend_Auth_Adapter_Interface.
Zend_Auth_Adapter_Exception | If answering the authentication query is impossible |
Implements Zend_Auth_Adapter_Interface.
setCheckImmediate | ( | $check_immediate | ) |
Enables or disables interaction with user during authentication on OpenID provider.
bool | $check_immediate |
setExtensions | ( | $extensions | ) |
Sets OpenID extension(s)
mixed | $extensions |
setHttpClient | ( | $client | ) |
Sets HTTP client object to make HTTP requests.
Zend_Http_Client | $client | HTTP client object to be used |
setIdentity | ( | $id | ) |
Sets the value to be used as the identity.
string | $id | the identity value |
setResponse | ( | $response | ) |
Sets an optional response object to perform HTTP or HTML form redirection.
string | $root |
setReturnTo | ( | $returnTo | ) |
Sets the HTTP URL to redirect response from server to.
string | $returnTo |
setRoot | ( | $root | ) |
Sets HTTP URL to identify consumer on server.
string | $root |
setStorage | ( | Zend_OpenId_Consumer_Storage | $storage | ) |
Sets the storage implementation which will be use by OpenId.
Zend_OpenId_Consumer_Storage | $storage |