ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
Auth_OpenID_Message ($openid_namespace=null) | |
isOpenID1 () | |
isOpenID2 () | |
_fromOpenIDArgs ($openid_args) | |
private | |
_getDefaultNamespace ($mystery_alias) | |
setOpenIDNamespace ($openid_ns_uri, $implicit) | |
getOpenIDNamespace () | |
copy () | |
toPostArgs () | |
toArgs () | |
toFormMarkup ($action_url, $form_tag_attrs=null, $submit_text="Continue") | |
toURL ($base_url) | |
toKVForm () | |
toURLEncoded () | |
_fixNS ($namespace) | |
private | |
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) |
Static Public Member Functions | |
static | fromPostArgs ($args) |
static | fromOpenIDArgs ($openid_args) |
static | fromKVForm ($kvform_string) |
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.
Auth_OpenID_Message::_getDefaultNamespace | ( | $mystery_alias | ) |
Definition at line 563 of file Message.php.
References $Auth_OpenID_registered_aliases, and isOpenID1().
Auth_OpenID_Message::Auth_OpenID_Message | ( | $openid_namespace = null | ) |
Definition at line 416 of file Message.php.
References Auth_OpenID_isOpenID1(), Auth_OpenID_OPENID1_NS, Auth_OpenID_OPENID2_NS, Auth_OpenID_THE_OTHER_OPENID1_NS, 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 $namespace, _fixNS(), and Auth_OpenID\isFailure().
|
static |
Definition at line 596 of file Message.php.
References fromOpenIDArgs(), and Auth_OpenID_KVForm\toArray().
Referenced by Auth_OpenID_GenericConsumer\_httpResponseToMessage().
|
static |
Definition at line 479 of file Message.php.
References Auth_OpenID_Message().
Referenced by Auth_OpenID_GenericConsumer\_createAssociateRequest(), and fromKVForm().
|
static |
Definition at line 444 of file Message.php.
References $rest, Auth_OpenID_BARE_NS, 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 $namespace, _fixNS(), Auth_OpenID_NO_DEFAULT, and Auth_OpenID\isFailure().
Referenced by getAliasedArg().
Auth_OpenID_Message::getArgs | ( | $namespace | ) |
Definition at line 823 of file Message.php.
References $namespace, _fixNS(), and Auth_OpenID\isFailure().
Auth_OpenID_Message::getKey | ( | $namespace, | |
$ns_key | |||
) |
Definition at line 777 of file Message.php.
References $namespace, _fixNS(), Auth_OpenID_BARE_NS, Auth_OpenID_NULL_NAMESPACE, and Auth_OpenID\isFailure().
Referenced by toPostArgs().
Auth_OpenID_Message::getOpenIDNamespace | ( | ) |
Definition at line 591 of file Message.php.
Referenced by getAliasedArg(), isOpenID1(), and isOpenID2().
Auth_OpenID_Message::hasKey | ( | $namespace, | |
$ns_key | |||
) |
Definition at line 766 of file Message.php.
References $namespace, _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 Auth_OpenID_OPENID2_NS, and getOpenIDNamespace().
Auth_OpenID_Message::setArg | ( | $namespace, | |
$key, | |||
$value | |||
) |
Definition at line 860 of file Message.php.
References $namespace, _fixNS(), Auth_OpenID_BARE_NS, and Auth_OpenID\isFailure().
Referenced by 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_NULL_NAMESPACE, and Auth_OpenID\log().
Referenced by Auth_OpenID_Message().
Auth_OpenID_Message::toArgs | ( | ) |
Definition at line 639 of file Message.php.
References toPostArgs().
Referenced by toKVForm().
Auth_OpenID_Message::toFormMarkup | ( | $action_url, | |
$form_tag_attrs = null , |
|||
$submit_text = "Continue" |
|||
) |
Definition at line 659 of file Message.php.
References 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 Auth_OpenID_NULL_NAMESPACE, 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 $namespace, _fixNS(), Auth_OpenID\isFailure(), and setArg().
Referenced by Auth_OpenID_CheckIDRequest\encodeToURL().