| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for Auth_OpenID_Server:
 Collaboration diagram for Auth_OpenID_Server:| Public Member Functions | |
| Auth_OpenID_Server ($store, $op_endpoint=null) | |
| handleRequest ($request) | |
| Handle a request. | |
| openid_check_authentication ($request) | |
| The callback for 'check_authentication' messages. | |
| openid_associate ($request) | |
| The callback for 'associate' messages. | |
| encodeResponse ($response) | |
| Encodes as response in the appropriate format suitable for sending to the user agent. | |
| decodeRequest ($query=null) | |
| Decodes a query args array into the appropriate Auth_OpenID_Request object. | |
Definition at line 1681 of file Server.php.
| Auth_OpenID_Server::Auth_OpenID_Server | ( | $store, | |
| $op_endpoint = null | |||
| ) | 
Definition at line 1682 of file Server.php.
References Auth_OpenID_getDefaultNegotiator().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_Server::decodeRequest | ( | $query = null | ) | 
Decodes a query args array into the appropriate Auth_OpenID_Request object.
Definition at line 1755 of file Server.php.
References $query, and Auth_OpenID\getQuery().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_Server::encodeResponse | ( | $response | ) | 
Encodes as response in the appropriate format suitable for sending to the user agent.
Definition at line 1746 of file Server.php.
| Auth_OpenID_Server::handleRequest | ( | $request | ) | 
Handle a request.
Given an Auth_OpenID_Request object, call the appropriate Auth_OpenID_Server method to process the request and generate a response.
| Auth_OpenID_Request | $request | An Auth_OpenID_Request returned by Auth_OpenID_Server::decodeRequest(). | 
Definition at line 1703 of file Server.php.
| Auth_OpenID_Server::openid_associate | ( | $request | ) | 
The callback for 'associate' messages.
Definition at line 1723 of file Server.php.
| Auth_OpenID_Server::openid_check_authentication | ( | $request | ) | 
The callback for 'check_authentication' messages.
Definition at line 1715 of file Server.php.