ILIAS
Release_5_0_x_branch Revision 61816
|
Object representing an OpenID service endpoint. More...
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().
Auth_OpenID_ServiceEndpoint::compatibilityMode | ( | ) |
Definition at line 142 of file Discover.php.
References Auth_OpenID_OPENID2_NS, and preferredNamespace().
Auth_OpenID_ServiceEndpoint::consumerFromXRDS | ( | $uri, | |
$xrds_text | |||
) |
Definition at line 205 of file Discover.php.
References Auth_OpenID_makeOpenIDEndpoints(), and Auth_Yadis_XRDS\parseXRDS().
Auth_OpenID_ServiceEndpoint::copy | ( | ) |
Definition at line 292 of file Discover.php.
References Auth_OpenID_ServiceEndpoint().
|
static |
Definition at line 244 of file Discover.php.
References fromHTML(), and fromXRDS().
|
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().
|
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().
|
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().
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().
Auth_OpenID_ServiceEndpoint::matchTypes | ( | $type_uris | ) |
Definition at line 122 of file Discover.php.
References $result, and supportsType().
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().
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().
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().
Auth_OpenID_ServiceEndpoint::usesExtension | ( | $extension_uri | ) |
Definition at line 96 of file Discover.php.