|
gluu
|


公開メンバ関数 | |
| __construct () | |
| getResponseClaims () | |
| getRequestAccessToken () | |
| setRequestAccessToken ($request_access_token) | |
| getRequestOxdId () | |
| setRequestOxdId ($request_oxd_id) | |
| setCommand () | |
| setParams () | |
| request () | |
| getResponseStatus () | |
| setResponseStatus () | |
| getResponseData () | |
| getData () | |
| getCommand () | |
| getResponseObject () | |
| getResponseJSON () | |
| getParams () | |
| is_JSON ($string) | |
| define_variables ($configOBJECT) | |
| oxd_socket_request ($data, $char_count=8192) | |
| error_message ($error) | |
| log ($process, $message) | |
限定公開変数類 | |
| $command | |
| $params = array() | |
| $data = array() | |
| $response_json | |
| $response_object | |
| $response_status | |
| $response_data = array() | |
| $base_url = __DIR__ | |
静的限定公開変数類 | |
| static | $socket = null |
非公開変数類 | |
| $request_oxd_id = null | |
| $request_access_token = null | |
| $response_claims | |
| oxdrp\Get_user_info::__construct | ( | ) |
|
inherited |
Defining oxd-setting.json file for static object Oxd_RP_config
|
inherited |
|
inherited |
Protocol name for request.
|
inherited |
Data which need to send oXD server.
|
inherited |
Parameters for request.
| oxdrp\Get_user_info::getRequestAccessToken | ( | ) |
| oxdrp\Get_user_info::getRequestOxdId | ( | ) |
| oxdrp\Get_user_info::getResponseClaims | ( | ) |
|
inherited |
If data is not empty it is returning response data from oxd-server in format array. If data empty or error , you have problem with parameter or protocol.
|
inherited |
If response data is not empty it is returning response data from oxd-server in format json. If response data empty or error , you have problem with parameter or protocol.
|
inherited |
If response data is not empty it is returning response data from oxd-server in format object. If response data empty or error , you have problem with parameter or protocol.
|
inherited |
Response status
|
inherited |
|
inherited |
Saving process in log file.
| string | $process | |
| string | $message |
|
inherited |
Sending request to oXD server via socket
| string | $data | |
| int | $char_count |
|
inherited |
send function sends the command to the oxD server.
Args: command (dict) - Dict representation of the JSON command string
| oxdrp\Get_user_info::setCommand | ( | ) |
| oxdrp\Get_user_info::setParams | ( | ) |
Protocol parameter to oxd server
| oxdrp\Get_user_info::setRequestAccessToken | ( | $request_access_token | ) |
| string | $request_access_token |
| oxdrp\Get_user_info::setRequestOxdId | ( | $request_oxd_id | ) |
| string | $request_oxd_id |
|
inherited |
Setting response status
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
private |
|
private |
|
private |
Response parameter from oxd-server Showing logedin user information
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticprotectedinherited |
1.8.13