|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| Auth_OpenID_AX_FetchRequest ($update_url=null) | |
| add ($attribute) | |
| getExtensionArgs () | |
| getRequiredAttrs () | |
| & | fromOpenIDRequest ($request) |
| parseExtensionArgs ($ax_args) | |
| iterAttrs () | |
| iterTypes () | |
| contains ($type_uri) | |
Public Attributes | |
| $mode = 'fetch_request' | |
| Auth_OpenID_AX_FetchRequest::add | ( | $ | attribute | ) |
Add an attribute to this attribute exchange request.
| attribute,: | The attribute that is being requested |
Definition at line 294 of file AX.php.
References contains().
Referenced by parseExtensionArgs().
| Auth_OpenID_AX_FetchRequest::Auth_OpenID_AX_FetchRequest | ( | $ | update_url = null | ) |
requested_attributes: The attributes that have been requested thus far, indexed by the type URI.
update_url: A URL that will accept responses for this attribute exchange request, even in the absence of the user who made this request.
Definition at line 271 of file AX.php.
Referenced by fromOpenIDRequest().
| Auth_OpenID_AX_FetchRequest::contains | ( | $ | type_uri | ) |
Is the given type URI present in this fetch_request?
Definition at line 527 of file AX.php.
References iterTypes().
Referenced by add().
| & Auth_OpenID_AX_FetchRequest::fromOpenIDRequest | ( | $ | request | ) |
Extract a FetchRequest from an OpenID message
| request,: | The OpenID request containing the attribute fetch request |
Definition at line 388 of file AX.php.
References Auth_OpenID_AX_FetchRequest(), Auth_OpenID_AX\isError(), and Auth_OpenID_TrustRoot\match().
| Auth_OpenID_AX_FetchRequest::getExtensionArgs | ( | ) |
Get the serialized form of this attribute fetch request.
Reimplemented from Auth_OpenID_Extension.
Definition at line 312 of file AX.php.
References Auth_OpenID_AX_Message\_newArgs().
| Auth_OpenID_AX_FetchRequest::getRequiredAttrs | ( | ) |
| Auth_OpenID_AX_FetchRequest::iterAttrs | ( | ) |
| Auth_OpenID_AX_FetchRequest::iterTypes | ( | ) |
Definition at line 519 of file AX.php.
Referenced by contains().
| Auth_OpenID_AX_FetchRequest::parseExtensionArgs | ( | $ | ax_args | ) |
Given attribute exchange arguments, populate this FetchRequest.
Definition at line 431 of file AX.php.
References $value, Auth_OpenID_AX_Message\_checkMode(), add(), Auth_OpenID\arrayGet(), Auth_OpenID_AX_toTypeURIs(), Auth_OpenID\intval(), Auth_OpenID_AX\isError(), and Auth_OpenID_AX_AttrInfo\make().
| Auth_OpenID_AX_FetchRequest::$mode = 'fetch_request' |
mode: The type of this attribute exchange message. This must be overridden in subclasses.
Reimplemented from Auth_OpenID_AX_Message.
1.7.5.1