OpenIdCredentials Class Reference
[OpenId implementation]

List of all members.

Public Member Functions

 __construct (HttpUrl $claimedId, HttpClient $httpClient)
 getRealId ()
 
Returns:
HttpUrl

 getServer ()
 
Returns:
HttpUrl


Static Public Member Functions

static create (HttpUrl $claimedId, HttpClient $httpClient)
 
Returns:
OpenIdCredentials


Private Attributes

 $claimedId = null
 $realId = null
 $server = null
 $httpClient = null


Detailed Description

Definition at line 16 of file OpenIdCredentials.class.php.


Constructor & Destructor Documentation

OpenIdCredentials::__construct ( HttpUrl claimedId,
HttpClient httpClient 
)

Definition at line 23 of file OpenIdCredentials.class.php.

References HttpUrl::create(), StringInputStream::create(), HtmlTokenizer::create(), HttpRequest::create(), HttpMethod::get(), HttpUrl::makeComparable(), and HttpClient::send().

Here is the call graph for this function:


Member Function Documentation

static OpenIdCredentials::create ( HttpUrl claimedId,
HttpClient httpClient 
) [static]

Returns:
OpenIdCredentials

Definition at line 101 of file OpenIdCredentials.class.php.

OpenIdCredentials::getRealId (  ) 

Returns:
HttpUrl

Definition at line 112 of file OpenIdCredentials.class.php.

Referenced by OpenIdConsumer::makeCheckIdRequest().

OpenIdCredentials::getServer (  ) 

Returns:
HttpUrl

Definition at line 120 of file OpenIdCredentials.class.php.


Member Data Documentation

OpenIdCredentials::$claimedId = null [private]

Definition at line 18 of file OpenIdCredentials.class.php.

OpenIdCredentials::$realId = null [private]

Definition at line 19 of file OpenIdCredentials.class.php.

OpenIdCredentials::$server = null [private]

Definition at line 20 of file OpenIdCredentials.class.php.

OpenIdCredentials::$httpClient = null [private]

Definition at line 21 of file OpenIdCredentials.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:05 2007 for onPHP by  doxygen 1.5.4