Go to the source code of this file.
Classes | |
| class | Auth_OpenID_TrustRoot | 
Enumerations | |
| enum | Auth_OpenID___TLDs | 
| enum | Auth_OpenID___HostSegmentRe | 
Functions | |
| filter_extractReturnURL (&$endpoint) | |
| & | Auth_OpenID_extractReturnURL (&$endpoint_list) | 
| Auth_OpenID_returnToMatches ($allowed_return_to_urls, $return_to) | |
| Auth_OpenID_getAllowedReturnURLs ($relying_party_url, &$fetcher, $discover_function=null) | |
| Auth_OpenID_verifyReturnTo ($realm_str, $return_to, &$fetcher, $_vrfy='Auth_OpenID_getAllowedReturnURLs') | |
Definition at line 42 of file TrustRoot.php.
| enum Auth_OpenID___TLDs | 
Functions for dealing with OpenID trust roots
PHP versions 4 and 5
LICENSE: See the COPYING file included in this distribution.
private
Definition at line 23 of file TrustRoot.php.
| & Auth_OpenID_extractReturnURL | ( | &$ | endpoint_list | ) | 
Definition at line 351 of file TrustRoot.php.
| Auth_OpenID_getAllowedReturnURLs | ( | $ | relying_party_url, | |
| &$ | fetcher, | |||
| $ |  discover_function = null | |||
| ) | 
Definition at line 395 of file TrustRoot.php.
| Auth_OpenID_returnToMatches | ( | $ | allowed_return_to_urls, | |
| $ | return_to | |||
| ) | 
Definition at line 368 of file TrustRoot.php.
| Auth_OpenID_verifyReturnTo | ( | $ | realm_str, | |
| $ | return_to, | |||
| &$ | fetcher, | |||
| $ |  _vrfy = 'Auth_OpenID_getAllowedReturnURLs' | |||
| ) | 
Definition at line 436 of file TrustRoot.php.
| filter_extractReturnURL | ( | &$ | endpoint | ) | 
Definition at line 342 of file TrustRoot.php.
 1.5.5