Home
last modified time | relevance | path

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

/plugin/fedauth/Auth/OpenID/
H A 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) {
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);
265 * @param string $trust_root The trust root to match against
[all …]
H A DServer.php729 var $trust_root = null; variable in Auth_OpenID_CheckIDRequest
780 $this->trust_root = $trust_root;
801 ($this->trust_root == $other->trust_root));
877 if (! $trust_root) {
878 $trust_root = $return_to;
883 ($trust_root === null)) {
917 if (!$this->trust_root) {
1142 if ($this->trust_root) {
1144 $q['trust_root'] = $this->trust_root;
1146 $q['realm'] = $this->trust_root;
[all …]
/plugin/openid/Auth/OpenID/
H A 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) {
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);
265 * @param string $trust_root The trust root to match against
[all …]
H A DServer.php816 public $trust_root = null; variable in Auth_OpenID_CheckIDRequest
831 * @param string $trust_root
871 * @param string $trust_root
891 $this->trust_root = $trust_root;
916 ($this->trust_root == $other->trust_root));
993 if (! $trust_root) {
994 $trust_root = $return_to;
1033 if (!$this->trust_root) {
1263 if ($this->trust_root) {
1820 private $trust_root = ''; variable in Auth_OpenID_UntrustedReturnURL
[all …]