Support Joomla!

Packages

Package: OpenID

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class Auth_OpenID_AX_Message

Description

Abstract class containing common code for attribute exchange messages.

Located in /openid/Auth/OpenID/AX.php (line 87)

Class Auth_OpenID_Extension

Class Auth_OpenID_AX_Message
Direct descendents
Class Description
ClassAuth_OpenID_AX_FetchRequest An attribute exchange 'fetch_request' message. This message is sent by a relying party when it wishes to obtain attributes about the subject of an OpenID authentication request.
ClassAuth_OpenID_AX_KeyValueMessage An abstract class that implements a message that has attribute keys and values. It contains the common code between fetch_response and store_request.
ClassAuth_OpenID_AX_StoreResponse An indication that the store request was processed along with this OpenID transaction. Use make(), NOT the constructor, to create response objects.
Variable Summary
Variable mixed $mode
Variable mixed $ns_alias
Variable mixed $ns_uri
Variables
mixed $mode = null (line 98)

mode: The type of this attribute exchange message. This must be overridden in subclasses.


Redefined in descendants as:
mixed $ns_alias = 'ax' (line 92)

ns_alias: The preferred namespace alias for attribute exchange

messages


Redefinition of:
Auth_OpenID_Extension::$ns_alias
mixed $ns_uri = Auth_OpenID_AX_NS_URI (line 100)

Redefinition of:
Auth_OpenID_Extension::$ns_uri
ns_uri: The namespace to which to add the arguments for this

Documentation generated on Sat, 14 Nov 2009 11:10:56 +0000 by phpDocumentor 1.3.1