Auth_OpenID_SuccessResponse Class Reference

Inheritance diagram for Auth_OpenID_SuccessResponse:

Inheritance graph
[legend]
Collaboration diagram for Auth_OpenID_SuccessResponse:

Collaboration graph
[legend]

List of all members.


Detailed Description

A response with a status of Auth_OpenID_SUCCESS. Indicates that this request is a successful acknowledgement from the OpenID server that the supplied URL is, indeed controlled by the requesting agent. This has three relevant attributes:

claimed_id - The identity URL that has been authenticated

signed_args - The arguments in the server's response that were signed and verified.

status - Auth_OpenID_SUCCESS.

Definition at line 2023 of file Consumer.php.


Public Member Functions

 Auth_OpenID_SuccessResponse ($endpoint, $message, $signed_args=null)
 extensionResponse ($namespace_uri, $require_signed)
 isOpenID1 ()
 isSigned ($ns_uri, $ns_key)
 getSigned ($ns_uri, $ns_key, $default=null)
 getSignedNS ($ns_uri)
 getReturnTo ()

Public Attributes

 $status = Auth_OpenID_SUCCESS

Member Function Documentation

Auth_OpenID_SuccessResponse.Auth_OpenID_SuccessResponse ( endpoint,
message,
signed_args = null 
)

private

Definition at line 2029 of file Consumer.php.

Auth_OpenID_SuccessResponse.extensionResponse ( namespace_uri,
require_signed 
)

Extract signed extension data from the server's response.

Parameters:
string $prefix The extension namespace from which to extract the extension data.

Definition at line 2047 of file Consumer.php.

Auth_OpenID_SuccessResponse.isOpenID1 (  ) 

Definition at line 2056 of file Consumer.php.

Auth_OpenID_SuccessResponse.isSigned ( ns_uri,
ns_key 
)

Definition at line 2061 of file Consumer.php.

Auth_OpenID_SuccessResponse.getSigned ( ns_uri,
ns_key,
default = null 
)

Definition at line 2069 of file Consumer.php.

Auth_OpenID_SuccessResponse.getSignedNS ( ns_uri  ) 

Definition at line 2080 of file Consumer.php.

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.

Returns:
string $return_to The return_to URL supplied to the server on the initial request, or null if the response did not contain an 'openid.return_to' argument.

Definition at line 2108 of file Consumer.php.


Member Data Documentation

Auth_OpenID_SuccessResponse.$status = Auth_OpenID_SUCCESS

Reimplemented from Auth_OpenID_ConsumerResponse.

Definition at line 2024 of file Consumer.php.


The documentation for this class was generated from the following file:

Generated on Thu Feb 19 15:03:37 2009 for OXID eShop CE by  doxygen 1.5.5