| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Object representing an OpenID service endpoint. More...
 Collaboration diagram for Auth_OpenID_ServiceEndpoint:
 Collaboration diagram for Auth_OpenID_ServiceEndpoint:| Public Member Functions | |
| Auth_OpenID_ServiceEndpoint () | |
| getDisplayIdentifier () | |
| usesExtension ($extension_uri) | |
| preferredNamespace () | |
| matchTypes ($type_uris) | |
| supportsType ($type_uri) | |
| compatibilityMode () | |
| isOPIdentifier () | |
| parseService ($yadis_url, $uri, $type_uris, $service_element) | |
| getLocalID () | |
| consumerFromXRDS ($uri, $xrds_text) | |
| copy () | |
| Static Public Member Functions | |
| static | fromOPEndpointURL ($op_endpoint_url) | 
| static | fromXRDS ($uri, $xrds_text) | 
| static | fromDiscoveryResult ($discoveryResult) | 
| static | fromHTML ($uri, $html) | 
Object representing an OpenID service endpoint.
Definition at line 63 of file Discover.php.
| Auth_OpenID_ServiceEndpoint::Auth_OpenID_ServiceEndpoint | ( | ) | 
Definition at line 64 of file Discover.php.
References Auth_OpenID_ServiceEndpoint().
Referenced by Auth_OpenID_ServiceEndpoint(), copy(), fromHTML(), and fromOPEndpointURL().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_ServiceEndpoint::compatibilityMode | ( | ) | 
Definition at line 142 of file Discover.php.
References Auth_OpenID_OPENID2_NS, and preferredNamespace().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_ServiceEndpoint::consumerFromXRDS | ( | $uri, | |
| $xrds_text | |||
| ) | 
Definition at line 205 of file Discover.php.
References Auth_OpenID_makeOpenIDEndpoints(), and Auth_Yadis_XRDS\parseXRDS().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_ServiceEndpoint::copy | ( | ) | 
Definition at line 292 of file Discover.php.
References Auth_OpenID_ServiceEndpoint().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 244 of file Discover.php.
References fromHTML(), and fromXRDS().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 257 of file Discover.php.
References Auth_OpenID_legacy_discover(), Auth_OpenID_ServiceEndpoint(), Auth_OpenID_TYPE_1_1, and Auth_OpenID_TYPE_2_0.
Referenced by Auth_OpenID_discoverWithoutYadis(), Auth_OpenID_discoverWithYadis(), and fromDiscoveryResult().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 152 of file Discover.php.
References Auth_OpenID_ServiceEndpoint(), and Auth_OpenID_TYPE_2_0_IDP.
Referenced by Auth_OpenID_GenericConsumer\_verifyDiscoveryResultsOpenID2().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 224 of file Discover.php.
References Auth_OpenID_makeOpenIDEndpoints(), and Auth_Yadis_XRDS\parseXRDS().
Referenced by Auth_OpenID_discoverWithYadis(), and fromDiscoveryResult().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_ServiceEndpoint::getDisplayIdentifier | ( | ) | 
Definition at line 75 of file Discover.php.
| Auth_OpenID_ServiceEndpoint::getLocalID | ( | ) | 
Definition at line 184 of file Discover.php.
| Auth_OpenID_ServiceEndpoint::isOPIdentifier | ( | ) | 
Definition at line 147 of file Discover.php.
References Auth_OpenID_TYPE_2_0_IDP.
Referenced by parseService(), and supportsType().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_ServiceEndpoint::matchTypes | ( | $type_uris | ) | 
Definition at line 122 of file Discover.php.
References $result, and supportsType().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_ServiceEndpoint::parseService | ( | $yadis_url, | |
| $uri, | |||
| $type_uris, | |||
| $service_element | |||
| ) | 
Definition at line 162 of file Discover.php.
References Auth_OpenID_findOPLocalIdentifier(), and isOPIdentifier().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_ServiceEndpoint::preferredNamespace | ( | ) | 
Definition at line 101 of file Discover.php.
References Auth_OpenID_OPENID1_NS, Auth_OpenID_OPENID2_NS, Auth_OpenID_TYPE_2_0, and Auth_OpenID_TYPE_2_0_IDP.
Referenced by compatibilityMode().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_ServiceEndpoint::supportsType | ( | $type_uri | ) | 
Definition at line 134 of file Discover.php.
References Auth_OpenID_TYPE_2_0, and isOPIdentifier().
Referenced by matchTypes().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_ServiceEndpoint::usesExtension | ( | $extension_uri | ) | 
Definition at line 96 of file Discover.php.