PHP Класс Auth_OpenID_ServiceEndpoint

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( )
compatibilityMode ( )
consumerFromXRDS ( $uri, $xrds_text ) * Parse the given document as XRDS looking for OpenID consumer services.
copy ( )
fromDiscoveryResult ( $discoveryResult ) * Create endpoints from a DiscoveryResult.
fromHTML ( $uri, $html )
fromOPEndpointURL ( $op_endpoint_url )
fromXRDS ( $uri, $xrds_text ) * Parse the given document as XRDS looking for OpenID services.
getDisplayIdentifier ( )
getLocalID ( )
isOPIdentifier ( )
matchTypes ( $type_uris ) * Query this endpoint to see if it has any of the given type URIs. This is useful for implementing other endpoint classes that e.g. need to check for the presence of multiple versions of a single protocol.
parseService ( $yadis_url, $uri, $type_uris, $service_element )
preferredNamespace ( )
supportsType ( $type_uri )
usesExtension ( $extension_uri )

Описание методов

__construct() публичный Метод

public __construct ( )

compatibilityMode() публичный Метод

public compatibilityMode ( )

consumerFromXRDS() публичный Метод

* Parse the given document as XRDS looking for OpenID consumer services.
public consumerFromXRDS ( $uri, $xrds_text )

copy() публичный Метод

public copy ( )

fromDiscoveryResult() статический публичный Метод

* Create endpoints from a DiscoveryResult.
static public fromDiscoveryResult ( $discoveryResult )

fromHTML() статический публичный Метод

static public fromHTML ( $uri, $html )

fromOPEndpointURL() статический публичный Метод

static public fromOPEndpointURL ( $op_endpoint_url )

fromXRDS() статический публичный Метод

* Parse the given document as XRDS looking for OpenID services.
static public fromXRDS ( $uri, $xrds_text )

getDisplayIdentifier() публичный Метод

getLocalID() публичный Метод

public getLocalID ( )

isOPIdentifier() публичный Метод

public isOPIdentifier ( )

matchTypes() публичный Метод

* Query this endpoint to see if it has any of the given type URIs. This is useful for implementing other endpoint classes that e.g. need to check for the presence of multiple versions of a single protocol.
public matchTypes ( $type_uris )
$type_uris The URIs that you wish to check

parseService() публичный Метод

public parseService ( $yadis_url, $uri, $type_uris, $service_element )

preferredNamespace() публичный Метод

public preferredNamespace ( )

supportsType() публичный Метод

public supportsType ( $type_uri )

usesExtension() публичный Метод

public usesExtension ( $extension_uri )