|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | Auth_OpenID_TrustRoot |
Namespaces | |
| namespace | OpenID |
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 |
A regular expression that matches a domain ending in a top-level domains. Used in checking trust roots for sanity.
private
Definition at line 23 of file TrustRoot.php.
| & Auth_OpenID_extractReturnURL | ( | &$ | endpoint_list | ) |
Definition at line 351 of file TrustRoot.php.
Referenced by Auth_OpenID_getAllowedReturnURLs().
| Auth_OpenID_getAllowedReturnURLs | ( | $ | relying_party_url, |
| &$ | fetcher, | ||
| $ | discover_function = null |
||
| ) |
Definition at line 395 of file TrustRoot.php.
References Auth_OpenID_extractReturnURL(), and Auth_Yadis_getServiceEndpoints().
| Auth_OpenID_returnToMatches | ( | $ | allowed_return_to_urls, |
| $ | return_to | ||
| ) |
Definition at line 368 of file TrustRoot.php.
References Auth_OpenID_TrustRoot\_parse(), and Auth_OpenID_TrustRoot\match().
Referenced by Auth_OpenID_verifyReturnTo().
| Auth_OpenID_verifyReturnTo | ( | $ | realm_str, |
| $ | return_to, | ||
| &$ | fetcher, | ||
| $ | _vrfy = 'Auth_OpenID_getAllowedReturnURLs' |
||
| ) |
Definition at line 436 of file TrustRoot.php.
References Auth_OpenID_returnToMatches(), and Auth_OpenID_TrustRoot\buildDiscoveryURL().
| filter_extractReturnURL | ( | &$ | endpoint | ) |
Definition at line 342 of file TrustRoot.php.
1.7.5.1