TYPO3 API  SVNRelease
Classes | Namespaces | Enumerations | Functions
TrustRoot.php File Reference

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')

Enumeration Type Documentation

Definition at line 42 of file TrustRoot.php.

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.


Function Documentation

& 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 
)
Auth_OpenID_returnToMatches ( allowed_return_to_urls,
return_to 
)
Auth_OpenID_verifyReturnTo ( realm_str,
return_to,
&$  fetcher,
_vrfy = 'Auth_OpenID_getAllowedReturnURLs' 
)
filter_extractReturnURL ( &$  endpoint)

Definition at line 342 of file TrustRoot.php.