Extension argument processing code
Class | Description |
---|---|
Auth_OpenID_Mapping | An Auth_OpenID_Mapping maintains a mapping from arbitrary keys to arbitrary values. (This is unlike an ordinary PHP array, whose keys may be only simple scalars.) |
Auth_OpenID_NamespaceMap | Maintains a bijective map between namespace uris and aliases. |
Auth_OpenID_Message | In the implementation of this object, null represents the global namespace as well as a namespace with no key. |
Import tools needed to deal with messages.
Registers a (namespace URI, alias) mapping in a global namespace
alias map. Raises NamespaceAliasRegistrationError if either the namespace URI or alias has already been registered with a different value. This function is required if you want to use a namespace with an OpenID 1 message.
Removes a (namespace_uri, alias) registration from the global namespace alias map. Returns true if the removal succeeded; false if not (if the mapping did not exist).
Documentation generated on Thu, 05 May 2011 19:14:24 -0400 by phpDocumentor 1.4.3