Home
last modified time | relevance | path

Searched refs:Auth_OpenID_TrustRoot (Results 1 – 4 of 4) sorted by relevance

/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php49 class Auth_OpenID_TrustRoot { class
63 $parsed = Auth_OpenID_TrustRoot::_parse($realm);
204 $parts = Auth_OpenID_TrustRoot::_parse($trust_root);
274 $trust_root_parsed = Auth_OpenID_TrustRoot::_parse($trust_root);
275 $url_parsed = Auth_OpenID_TrustRoot::_parse($url);
378 $return_realm = Auth_OpenID_TrustRoot::_parse($allowed_return_to);
384 (Auth_OpenID_TrustRoot::match($allowed_return_to, $return_to))) {
441 $disco_url = Auth_OpenID_TrustRoot::buildDiscoveryURL($realm_str);
H A DServer.php746 !Auth_OpenID_TrustRoot::_parse($return_to)) {
921 $tr = Auth_OpenID_TrustRoot::_parse($this->trust_root);
928 return Auth_OpenID_TrustRoot::match($this->trust_root,
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php49 class Auth_OpenID_TrustRoot { class
63 $parsed = Auth_OpenID_TrustRoot::_parse($realm);
204 $parts = Auth_OpenID_TrustRoot::_parse($trust_root);
274 $trust_root_parsed = Auth_OpenID_TrustRoot::_parse($trust_root);
275 $url_parsed = Auth_OpenID_TrustRoot::_parse($url);
378 $return_realm = Auth_OpenID_TrustRoot::_parse($allowed_return_to);
384 (Auth_OpenID_TrustRoot::match($allowed_return_to, $return_to))) {
441 $disco_url = Auth_OpenID_TrustRoot::buildDiscoveryURL($realm_str);
H A DServer.php846 !Auth_OpenID_TrustRoot::_parse($return_to)) {
1037 $tr = Auth_OpenID_TrustRoot::_parse($this->trust_root);
1044 return Auth_OpenID_TrustRoot::match($this->trust_root,