[ class tree: OpenID ] [ index: OpenID ] [ all elements ]

Class: Auth_OpenID_AX_Message

Source Location: /zp-extensions/federated_logon/Auth/OpenID/AX.php

Class Auth_OpenID_AX_Message

Class Overview

Abstract class containing common code for attribute exchange messages.

Located in /zp-extensions/federated_logon/Auth/OpenID/AX.php [line 84]

Auth_OpenID_Extension
   |
   --Auth_OpenID_AX_Message

Properties

[ Top ]
Descendants
Child 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.

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Auth_OpenID_Extension

Auth_OpenID_Extension::getExtensionArgs()
Get the string arguments that should be added to an OpenID message for this extension.
Auth_OpenID_Extension::toMessage()
Add the arguments from this extension to the provided message.

[ Top ]
Property Summary
mixed   $mode   mode: The type of this attribute exchange message. This must be overridden in subclasses.
mixed   $ns_alias   ns_alias: The preferred namespace alias for attribute exchange
mixed   $ns_uri  

[ Top ]
Properties
mixed   $mode = null [line 95]

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


Redefined in descendants as:

[ Top ]
mixed   $ns_alias = 'ax' [line 89]

ns_alias: The preferred namespace alias for attribute exchange

messages


Redefinition of:
Auth_OpenID_Extension::$ns_alias

[ Top ]
mixed   $ns_uri = Auth_OpenID_AX_NS_URI [line 97]

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

[ Top ]

Documentation generated on Sat, 05 Jan 2013 15:51:00 +0100 by phpDocumentor 1.4.3