|
Inherited From Auth_OpenID_AX_Message
-
Auth_OpenID_AX_Message::$ns_alias
-
-
Auth_OpenID_AX_Message::$ns_uri
-
|
Inherited From Auth_OpenID_AX_KeyValueMessage
-
Auth_OpenID_AX_KeyValueMessage::Auth_OpenID_AX_KeyValueMessage()
-
-
Auth_OpenID_AX_KeyValueMessage::addValue()
-
Add a single value for the given attribute type to the message. If there are already values specified for this type, this value will be sent in addition to the values already specified.
-
Auth_OpenID_AX_KeyValueMessage::count()
-
Get the number of responses for a particular attribute in this fetch_response message.
-
Auth_OpenID_AX_KeyValueMessage::get()
-
Get the list of values for this attribute in the fetch_response.
-
Auth_OpenID_AX_KeyValueMessage::getSingle()
-
Get a single value for an attribute. If no value was sent for this attribute, use the supplied default. If there is more than one value for this attribute, this method will fail.
-
Auth_OpenID_AX_KeyValueMessage::parseExtensionArgs()
-
Parse attribute exchange key/value arguments into this object.
-
Auth_OpenID_AX_KeyValueMessage::setValues()
-
Set the values for the given attribute type. This replaces any values that have already been set for this attribute.
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.
|
|