API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe Auth_OpenID_TrustRoot

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Description détaillée

A wrapper for trust-root related functions


Documentation des fonctions membres

Auth_OpenID_TrustRoot::_parse ( trust_root) [static]

Parse a URL into its trust_root parts.

private

Paramètres:
string$trust_rootThe url to parse
Renvoie:
mixed $parsed Either an associative array of trust root parts or false if parsing failed.

Référencé par Auth_OpenID_CheckIDRequest::make(), et Auth_OpenID_CheckIDRequest::trustRootValid().

Voici le graphe d'appel pour cette fonction :

Auth_OpenID_TrustRoot::buildDiscoveryURL ( realm)
Auth_OpenID_TrustRoot::isSane ( trust_root) [static]

Is this trust root sane?

A trust root is sane if it is syntactically valid and it has a reasonable domain name. Specifically, the domain name must be more than one level below a standard TLD or more than two levels below a two-letter tld.

For example, '*.com' is not a sane trust root, but '*.foo.com' is. '*.co.uk' is not sane, but '*.bbc.co.uk' is.

This check is not always correct, but it attempts to err on the side of marking sane trust roots insane instead of marking insane trust roots sane. For example, 'kink.fm' is marked as insane even though it "should" (for some meaning of should) be marked sane.

This function should be used when creating OpenID servers to alert the users of the server when a consumer attempts to get the user to accept a suspicious trust root.

Paramètres:
string$trust_rootThe trust root to check
Renvoie:
bool $sanity Whether the trust root looks OK
Auth_OpenID_TrustRoot::match ( trust_root,
url 
)

Does this URL match the given trust root?

Return whether the URL falls under the given trust root. This does not check whether the trust root is sane. If the URL or trust root do not parse, this function will return false.

Paramètres:
string$trust_rootThe trust root to match against
string$urlThe URL to check
Renvoie:
bool $matches Whether the URL matches against the trust root

Référencé par Auth_OpenID_CheckIDRequest::trustRootValid().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :