Auth_OpenID_AX_Message
Description
Abstract class containing common code for attribute exchange messages.
Located in /openid/Auth/OpenID/AX.php (line 87)
Auth_OpenID_Extension
![]()
Auth_OpenID_AX_Message
Direct descendents
| Class | Description |
|---|---|
Auth_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. |
Auth_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. |
Auth_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. |
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:
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
Methods
Inherited Methods
Inherited From Auth_OpenID_Extension
Auth_OpenID_Extension::getExtensionArgs()
Auth_OpenID_Extension::toMessage()
Documentation generated on Sat, 14 Nov 2009 11:10:56 +0000 by phpDocumentor 1.3.1



