Public Member Functions | |
__construct (HttpUrl $claimedId, HttpClient $httpClient) | |
getRealId () | |
| |
getServer () | |
| |
Static Public Member Functions | |
static | create (HttpUrl $claimedId, HttpClient $httpClient) |
| |
Private Attributes | |
$claimedId = null | |
$realId = null | |
$server = null | |
$httpClient = null |
Definition at line 16 of file OpenIdCredentials.class.php.
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().
static OpenIdCredentials::create | ( | HttpUrl $ | claimedId, | |
HttpClient $ | httpClient | |||
) | [static] |
OpenIdCredentials::getRealId | ( | ) |
Definition at line 112 of file OpenIdCredentials.class.php.
Referenced by OpenIdConsumer::makeCheckIdRequest().
OpenIdCredentials::getServer | ( | ) |
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.