|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| Auth_OpenID_Message ($openid_namespace=null) | |
| isOpenID1 () | |
| isOpenID2 () | |
| fromPostArgs ($args) | |
| fromOpenIDArgs ($openid_args) | |
| _fromOpenIDArgs ($openid_args) | |
| _getDefaultNamespace ($mystery_alias) | |
| setOpenIDNamespace ($openid_ns_uri, $implicit) | |
| getOpenIDNamespace () | |
| fromKVForm ($kvform_string) | |
| copy () | |
| toPostArgs () | |
| toArgs () | |
| toFormMarkup ($action_url, $form_tag_attrs=null, $submit_text="Continue") | |
| toURL ($base_url) | |
| toKVForm () | |
| toURLEncoded () | |
| _fixNS ($namespace) | |
| hasKey ($namespace, $ns_key) | |
| getKey ($namespace, $ns_key) | |
| getArg ($namespace, $key, $default=null) | |
| getArgs ($namespace) | |
| updateArgs ($namespace, $updates) | |
| setArg ($namespace, $key, $value) | |
| delArg ($namespace, $key) | |
| getAliasedArg ($aliased_key, $default=null) | |
Definition at line 414 of file Message.php.
| Auth_OpenID_Message::_fixNS | ( | $ | namespace | ) |
private
Definition at line 728 of file Message.php.
Referenced by delArg(), getArg(), getArgs(), getKey(), hasKey(), setArg(), and updateArgs().
| Auth_OpenID_Message::_fromOpenIDArgs | ( | $ | openid_args | ) |
private
Definition at line 495 of file Message.php.
References $Auth_OpenID_registered_aliases, $value, _getDefaultNamespace(), getOpenIDNamespace(), Auth_OpenID_Mapping\isA(), setArg(), and setOpenIDNamespace().
| Auth_OpenID_Message::_getDefaultNamespace | ( | $ | mystery_alias | ) |
Definition at line 563 of file Message.php.
References $Auth_OpenID_registered_aliases, and isOpenID1().
Referenced by _fromOpenIDArgs().
| Auth_OpenID_Message::Auth_OpenID_Message | ( | $ | openid_namespace = null | ) |
Definition at line 416 of file Message.php.
References Auth_OpenID_isOpenID1(), and setOpenIDNamespace().
Referenced by fromOpenIDArgs(), and fromPostArgs().
| Auth_OpenID_Message::copy | ( | ) |
Definition at line 603 of file Message.php.
| Auth_OpenID_Message::delArg | ( | $ | namespace, |
| $ | key | ||
| ) |
Definition at line 876 of file Message.php.
References _fixNS(), and Auth_OpenID\isFailure().
| Auth_OpenID_Message::fromKVForm | ( | $ | kvform_string | ) |
Definition at line 596 of file Message.php.
References fromOpenIDArgs(), and Auth_OpenID_KVForm\toArray().
Referenced by Auth_OpenID_GenericConsumer\_httpResponseToMessage().
| Auth_OpenID_Message::fromOpenIDArgs | ( | $ | openid_args | ) |
Definition at line 479 of file Message.php.
References Auth_OpenID_Message().
Referenced by Auth_OpenID_GenericConsumer\_createAssociateRequest(), and fromKVForm().
| Auth_OpenID_Message::fromPostArgs | ( | $ | args | ) |
Definition at line 444 of file Message.php.
References $value, and Auth_OpenID_Message().
Referenced by Auth_OpenID_GenericConsumer\_verifyReturnToArgs(), Auth_OpenID_Consumer\complete(), and Auth_OpenID_Decoder\decode().
| Auth_OpenID_Message::getAliasedArg | ( | $ | aliased_key, |
| $ | default = null |
||
| ) |
Definition at line 887 of file Message.php.
References getArg(), and getOpenIDNamespace().
| Auth_OpenID_Message::getArg | ( | $ | namespace, |
| $ | key, | ||
| $ | default = null |
||
| ) |
Definition at line 804 of file Message.php.
References _fixNS(), and Auth_OpenID\isFailure().
Referenced by getAliasedArg().
| Auth_OpenID_Message::getArgs | ( | $ | namespace | ) |
Definition at line 823 of file Message.php.
References $value, _fixNS(), and Auth_OpenID\isFailure().
| Auth_OpenID_Message::getKey | ( | $ | namespace, |
| $ | ns_key | ||
| ) |
Definition at line 777 of file Message.php.
References _fixNS(), and Auth_OpenID\isFailure().
Referenced by toPostArgs().
| Auth_OpenID_Message::getOpenIDNamespace | ( | ) |
Definition at line 591 of file Message.php.
Referenced by _fromOpenIDArgs(), getAliasedArg(), isOpenID1(), and isOpenID2().
| Auth_OpenID_Message::hasKey | ( | $ | namespace, |
| $ | ns_key | ||
| ) |
Definition at line 766 of file Message.php.
References _fixNS(), and Auth_OpenID\isFailure().
| Auth_OpenID_Message::isOpenID1 | ( | ) |
Definition at line 434 of file Message.php.
References Auth_OpenID_isOpenID1(), and getOpenIDNamespace().
Referenced by _getDefaultNamespace().
| Auth_OpenID_Message::isOpenID2 | ( | ) |
Definition at line 439 of file Message.php.
References getOpenIDNamespace().
| Auth_OpenID_Message::setArg | ( | $ | namespace, |
| $ | key, | ||
| $ | value | ||
| ) |
Definition at line 860 of file Message.php.
References $value, _fixNS(), and Auth_OpenID\isFailure().
Referenced by _fromOpenIDArgs(), Auth_OpenID_CheckIDRequest\getCancelURL(), and updateArgs().
| Auth_OpenID_Message::setOpenIDNamespace | ( | $ | openid_ns_uri, |
| $ | implicit | ||
| ) |
Definition at line 572 of file Message.php.
References Auth_OpenID\log().
Referenced by _fromOpenIDArgs(), and Auth_OpenID_Message().
| Auth_OpenID_Message::toArgs | ( | ) |
| Auth_OpenID_Message::toFormMarkup | ( | $ | action_url, |
| $ | form_tag_attrs = null, |
||
| $ | submit_text = "Continue" |
||
| ) |
Definition at line 659 of file Message.php.
References $value, and toPostArgs().
| Auth_OpenID_Message::toKVForm | ( | ) |
Definition at line 704 of file Message.php.
References Auth_OpenID_KVForm\fromArray(), and toArgs().
| Auth_OpenID_Message::toPostArgs | ( | ) |
Definition at line 608 of file Message.php.
References $value, and getKey().
Referenced by toArgs(), toFormMarkup(), toURL(), and toURLEncoded().
| Auth_OpenID_Message::toURL | ( | $ | base_url | ) |
Definition at line 697 of file Message.php.
References Auth_OpenID\appendArgs(), and toPostArgs().
| Auth_OpenID_Message::toURLEncoded | ( | ) |
Definition at line 712 of file Message.php.
References Auth_OpenID\httpBuildQuery(), and toPostArgs().
| Auth_OpenID_Message::updateArgs | ( | $ | namespace, |
| $ | updates | ||
| ) |
Definition at line 844 of file Message.php.
References _fixNS(), Auth_OpenID\isFailure(), and setArg().
Referenced by Auth_OpenID_CheckIDRequest\encodeToURL().
1.7.5.1