ILIAS
Release_4_1_x_branch Revision 61804
|
Go to the source code of this file.
Namespaces | |
namespace | OpenID |
This module contains code for dealing with associations between consumers and servers. |
Functions | |
Auth_Yadis_getDefaultProxy () | |
Auth_Yadis_getXRIAuthorities () | |
Auth_Yadis_getEscapeRE () | |
Auth_Yadis_getXrefRE () | |
Auth_Yadis_identifierScheme ($identifier) | |
Auth_Yadis_toIRINormal ($xri) | |
_escape_xref ($xref_match) | |
Auth_Yadis_escapeForIRI ($xri) | |
Auth_Yadis_toURINormal ($xri) | |
Auth_Yadis_iriToURI ($iri) | |
Auth_Yadis_XRIAppendArgs ($url, $args) | |
Auth_Yadis_providerIsAuthoritative ($providerID, $canonicalID) | |
Auth_Yadis_rootAuthority ($xri) | |
Auth_Yadis_XRI ($xri) | |
Auth_Yadis_getCanonicalID ($iname, $xrds) |
_escape_xref | ( | $xref_match | ) |
Auth_Yadis_escapeForIRI | ( | $xri | ) |
Definition at line 72 of file XRI.php.
References Auth_Yadis_getXrefRE().
Referenced by Auth_Yadis_toIRINormal().
Auth_Yadis_getCanonicalID | ( | $iname, | |
$xrds | |||
) |
Definition at line 187 of file XRI.php.
References Auth_Yadis_providerIsAuthoritative(), Auth_Yadis_rootAuthority(), and Auth_Yadis_XRI().
Referenced by Auth_Yadis_ProxyResolver\query().
Auth_Yadis_getDefaultProxy | ( | ) |
Definition at line 16 of file XRI.php.
Referenced by Auth_Yadis_ProxyResolver\Auth_Yadis_ProxyResolver().
Auth_Yadis_getEscapeRE | ( | ) |
Definition at line 26 of file XRI.php.
References $n, Auth_Yadis_getIPrivateChars(), and Auth_Yadis_getUCSChars().
Referenced by Auth_Yadis_iriToURI().
Auth_Yadis_getXrefRE | ( | ) |
Definition at line 38 of file XRI.php.
Referenced by Auth_Yadis_escapeForIRI().
Auth_Yadis_getXRIAuthorities | ( | ) |
Definition at line 21 of file XRI.php.
Referenced by Auth_Yadis_identifierScheme(), and Auth_Yadis_rootAuthority().
Auth_Yadis_identifierScheme | ( | $identifier | ) |
Definition at line 43 of file XRI.php.
References Auth_Yadis_getXRIAuthorities(), and Auth_Yadis_startswith().
Referenced by Auth_OpenID_discover().
Auth_Yadis_iriToURI | ( | $iri | ) |
Definition at line 85 of file XRI.php.
References Auth_Yadis_getEscapeRE().
Referenced by Auth_Yadis_toURINormal().
Auth_Yadis_providerIsAuthoritative | ( | $providerID, | |
$canonicalID | |||
) |
Definition at line 137 of file XRI.php.
Referenced by Auth_Yadis_getCanonicalID().
Auth_Yadis_rootAuthority | ( | $xri | ) |
Definition at line 144 of file XRI.php.
References Auth_Yadis_getXRIAuthorities(), Auth_Yadis_startswith(), and Auth_Yadis_XRI().
Referenced by Auth_Yadis_getCanonicalID().
Auth_Yadis_toIRINormal | ( | $xri | ) |
Definition at line 54 of file XRI.php.
References Auth_Yadis_escapeForIRI(), and Auth_Yadis_startswith().
Referenced by Auth_Yadis_toURINormal().
Auth_Yadis_toURINormal | ( | $xri | ) |
Definition at line 80 of file XRI.php.
References Auth_Yadis_iriToURI(), and Auth_Yadis_toIRINormal().
Referenced by Auth_Yadis_ProxyResolver\queryURL().
Auth_Yadis_XRI | ( | $xri | ) |
Definition at line 179 of file XRI.php.
References Auth_Yadis_startswith().
Referenced by Auth_Yadis_getCanonicalID(), and Auth_Yadis_rootAuthority().
Auth_Yadis_XRIAppendArgs | ( | $url, | |
$args | |||
) |
Definition at line 97 of file XRI.php.
References Auth_OpenID\httpBuildQuery().
Referenced by Auth_Yadis_ProxyResolver\queryURL().