ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
_checkMode ($ax_args) | |
Return Auth_OpenID_AX_Error if the mode in the attribute exchange arguments does not match what is expected for this class; true otherwise. More... | |
_newArgs () | |
Return a set of attribute exchange arguments containing the basic information that must be in every attribute exchange message. More... | |
![]() | |
getExtensionArgs () | |
Get the string arguments that should be added to an OpenID message for this extension. More... | |
toMessage ($message) | |
Add the arguments from this extension to the provided message. More... | |
Data Fields | |
$ns_alias = 'ax' | |
ns_alias: The preferred namespace alias for attribute exchange messages More... | |
$mode = null | |
mode: The type of this attribute exchange message. More... | |
$ns_uri = Auth_OpenID_AX_NS_URI | |
![]() | |
$ns_uri = null | |
ns_uri: The namespace to which to add the arguments for this extension More... | |
$ns_alias = null | |
Auth_OpenID_AX_Message::_checkMode | ( | $ax_args | ) |
Return Auth_OpenID_AX_Error if the mode in the attribute exchange arguments does not match what is expected for this class; true otherwise.
@access private
Definition at line 105 of file AX.php.
Auth_OpenID_AX_Message::_newArgs | ( | ) |
Return a set of attribute exchange arguments containing the basic information that must be in every attribute exchange message.
@access private
Definition at line 125 of file AX.php.
Referenced by Auth_OpenID_AX_StoreResponse\getExtensionArgs().
Auth_OpenID_AX_Message::$mode = null |
Auth_OpenID_AX_Message::$ns_alias = 'ax' |
Auth_OpenID_AX_Message::$ns_uri = Auth_OpenID_AX_NS_URI |