ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
Auth_OpenID_SetupNeededResponse Class Reference
+ Inheritance diagram for Auth_OpenID_SetupNeededResponse:
+ Collaboration diagram for Auth_OpenID_SetupNeededResponse:

Public Member Functions

 Auth_OpenID_SetupNeededResponse ($endpoint, $setup_url=null)
- Public Member Functions inherited from Auth_OpenID_ConsumerResponse
 setEndpoint ($endpoint)
 getDisplayIdentifier ()
 Return the display identifier for this response.

Data Fields

 $status = Auth_OpenID_SETUP_NEEDED
- Data Fields inherited from Auth_OpenID_ConsumerResponse
 $status = null

Detailed Description

Definition at line 2219 of file Consumer.php.

Member Function Documentation

Auth_OpenID_SetupNeededResponse::Auth_OpenID_SetupNeededResponse (   $endpoint,
  $setup_url = null 
)

Definition at line 2222 of file Consumer.php.

References Auth_OpenID_ConsumerResponse\setEndpoint().

{
$this->setEndpoint($endpoint);
$this->setup_url = $setup_url;
}

+ Here is the call graph for this function:

Field Documentation

Auth_OpenID_SetupNeededResponse::$status = Auth_OpenID_SETUP_NEEDED

Definition at line 2220 of file Consumer.php.


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