| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for Auth_OpenID_SuccessResponse:
 Inheritance diagram for Auth_OpenID_SuccessResponse: Collaboration diagram for Auth_OpenID_SuccessResponse:
 Collaboration diagram for Auth_OpenID_SuccessResponse:| Public Member Functions | |
| Auth_OpenID_SuccessResponse ($endpoint, $message, $signed_args=null) | |
| private | |
| extensionResponse ($namespace_uri, $require_signed) | |
| Extract signed extension data from the server's response. | |
| isOpenID1 () | |
| isSigned ($ns_uri, $ns_key) | |
| getSigned ($ns_uri, $ns_key, $default=null) | |
| getSignedNS ($ns_uri) | |
| getReturnTo () | |
| Get the openid.return_to argument from this response. | |
|  Public Member Functions inherited from Auth_OpenID_ConsumerResponse | |
| setEndpoint ($endpoint) | |
| getDisplayIdentifier () | |
| Return the display identifier for this response. | |
| Data Fields | |
| $status = Auth_OpenID_SUCCESS | |
|  Data Fields inherited from Auth_OpenID_ConsumerResponse | |
| $status = null | |
Definition at line 2024 of file Consumer.php.
| Auth_OpenID_SuccessResponse::Auth_OpenID_SuccessResponse | ( | $endpoint, | |
| $message, | |||
| $signed_args = null | |||
| ) | 
private
Definition at line 2030 of file Consumer.php.
| Auth_OpenID_SuccessResponse::extensionResponse | ( | $namespace_uri, | |
| $require_signed | |||
| ) | 
Extract signed extension data from the server's response.
| string | $prefix | The extension namespace from which to extract the extension data. | 
Definition at line 2048 of file Consumer.php.
References getSignedNS().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_SuccessResponse::getReturnTo | ( | ) | 
Get the openid.return_to argument from this response.
This is useful for verifying that this request was initiated by this consumer.
Definition at line 2109 of file Consumer.php.
References Auth_OpenID_OPENID_NS, and getSigned().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_SuccessResponse::getSigned | ( | $ns_uri, | |
| $ns_key, | |||
| $default = null | |||
| ) | 
Definition at line 2070 of file Consumer.php.
References isSigned().
Referenced by getReturnTo().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_SuccessResponse::getSignedNS | ( | $ns_uri | ) | 
Definition at line 2081 of file Consumer.php.
References Auth_OpenID\isFailure(), and isSigned().
Referenced by extensionResponse().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_SuccessResponse::isOpenID1 | ( | ) | 
Definition at line 2057 of file Consumer.php.
| Auth_OpenID_SuccessResponse::isSigned | ( | $ns_uri, | |
| $ns_key | |||
| ) | 
Definition at line 2062 of file Consumer.php.
Referenced by getSigned(), and getSignedNS().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_SuccessResponse::$status = Auth_OpenID_SUCCESS | 
Definition at line 2025 of file Consumer.php.