Home
last modified time | relevance | path

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

/plugin/openid/Auth/OpenID/
DTrustRoot.php91 * @param string $trust_root The url to parse
96 static function _parse($trust_root) argument
98 $trust_root = Auth_OpenID_urinorm($trust_root);
99 if ($trust_root === null) {
103 if (preg_match("/:\/\/[^:]+(:\d+){2,}(\/|$)/", $trust_root)) {
107 $parts = @parse_url($trust_root);
172 $parts['unparsed'] = $trust_root;
199 * @param string $trust_root The trust root to check
202 static function isSane($trust_root) argument
204 $parts = Auth_OpenID_TrustRoot::_parse($trust_root);
[all …]
DServer.php816 public $trust_root = null; variable in Auth_OpenID_CheckIDRequest
831 * @param string $trust_root
837 static function make($message, $identity, $return_to, $trust_root = null, argument
851 $trust_root, $immediate,
860 $trust_root);
871 * @param string $trust_root
878 $trust_root = null, $immediate = false, argument
891 $this->trust_root = $trust_root;
916 ($this->trust_root == $other->trust_root));
937 [$this->trust_root, $this->return_to, $fetcher]);
[all …]
/plugin/fedauth/Auth/OpenID/
DTrustRoot.php91 * @param string $trust_root The url to parse
96 static function _parse($trust_root) argument
98 $trust_root = Auth_OpenID_urinorm($trust_root);
99 if ($trust_root === null) {
103 if (preg_match("/:\/\/[^:]+(:\d+){2,}(\/|$)/", $trust_root)) {
107 $parts = @parse_url($trust_root);
172 $parts['unparsed'] = $trust_root;
199 * @param string $trust_root The trust root to check
202 static function isSane($trust_root) argument
204 $parts = Auth_OpenID_TrustRoot::_parse($trust_root);
[all …]
DServer.php729 var $trust_root = null; variable in Auth_OpenID_CheckIDRequest
737 static function make($message, $identity, $return_to, $trust_root = null, argument
751 $trust_root, $immediate,
760 $trust_root);
767 $trust_root = null, $immediate = false, argument
780 $this->trust_root = $trust_root;
801 ($this->trust_root == $other->trust_root));
822 array($this->trust_root, $this->return_to, $fetcher));
875 $trust_root = $message->getArg(Auth_OpenID_OPENID_NS,
877 if (! $trust_root) {
[all …]