|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| Auth_OpenID_ServiceEndpoint () | |
| getDisplayIdentifier () | |
| usesExtension ($extension_uri) | |
| preferredNamespace () | |
| matchTypes ($type_uris) | |
| supportsType ($type_uri) | |
| compatibilityMode () | |
| isOPIdentifier () | |
| fromOPEndpointURL ($op_endpoint_url) | |
| parseService ($yadis_url, $uri, $type_uris, $service_element) | |
| getLocalID () | |
| fromXRDS ($uri, $xrds_text) | |
| fromDiscoveryResult ($discoveryResult) | |
| fromHTML ($uri, $html) | |
| copy () | |
Object representing an OpenID service endpoint.
Definition at line 37 of file Discover.php.
| Auth_OpenID_ServiceEndpoint::Auth_OpenID_ServiceEndpoint | ( | ) |
Definition at line 38 of file Discover.php.
References Auth_OpenID_ServiceEndpoint().
Referenced by Auth_OpenID_ServiceEndpoint(), copy(), fromHTML(), and fromOPEndpointURL().
| Auth_OpenID_ServiceEndpoint::compatibilityMode | ( | ) |
Definition at line 116 of file Discover.php.
References preferredNamespace().
| Auth_OpenID_ServiceEndpoint::copy | ( | ) |
Definition at line 247 of file Discover.php.
References Auth_OpenID_ServiceEndpoint().
| Auth_OpenID_ServiceEndpoint::fromDiscoveryResult | ( | $ | discoveryResult | ) |
Definition at line 199 of file Discover.php.
References fromHTML(), and fromXRDS().
| Auth_OpenID_ServiceEndpoint::fromHTML | ( | $ | uri, |
| $ | html | ||
| ) |
Definition at line 212 of file Discover.php.
References Auth_OpenID_legacy_discover(), and Auth_OpenID_ServiceEndpoint().
Referenced by Auth_OpenID_discoverWithoutYadis(), Auth_OpenID_discoverWithYadis(), and fromDiscoveryResult().
| Auth_OpenID_ServiceEndpoint::fromOPEndpointURL | ( | $ | op_endpoint_url | ) |
Definition at line 126 of file Discover.php.
References Auth_OpenID_ServiceEndpoint().
Referenced by Auth_OpenID_GenericConsumer\_verifyDiscoveryResultsOpenID2().
| Auth_OpenID_ServiceEndpoint::fromXRDS | ( | $ | uri, |
| $ | xrds_text | ||
| ) |
Definition at line 179 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 49 of file Discover.php.
References $query.
| Auth_OpenID_ServiceEndpoint::getLocalID | ( | ) |
Definition at line 158 of file Discover.php.
| Auth_OpenID_ServiceEndpoint::isOPIdentifier | ( | ) |
Definition at line 121 of file Discover.php.
Referenced by parseService(), and supportsType().
| Auth_OpenID_ServiceEndpoint::matchTypes | ( | $ | type_uris | ) |
Definition at line 96 of file Discover.php.
References supportsType().
| Auth_OpenID_ServiceEndpoint::parseService | ( | $ | yadis_url, |
| $ | uri, | ||
| $ | type_uris, | ||
| $ | service_element | ||
| ) |
Definition at line 136 of file Discover.php.
References Auth_OpenID_findOPLocalIdentifier(), and isOPIdentifier().
| Auth_OpenID_ServiceEndpoint::preferredNamespace | ( | ) |
Definition at line 75 of file Discover.php.
Referenced by compatibilityMode().
| Auth_OpenID_ServiceEndpoint::supportsType | ( | $ | type_uri | ) |
Definition at line 108 of file Discover.php.
References isOPIdentifier().
Referenced by matchTypes().
| Auth_OpenID_ServiceEndpoint::usesExtension | ( | $ | extension_uri | ) |
Definition at line 70 of file Discover.php.
1.7.5.1