|
gluu
|


公開メンバ関数 | |
| __construct () | |
| getRequestOxdId () | |
| setRequestOxdId ($request_oxd_id) | |
| getRequestScopes () | |
| setRequestScopes (array $request_scopes) | |
| getResponseGat () | |
| 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_scopes = null | |
| $response_gat | |
| oxdrp\Uma_rp_get_gat::__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\Uma_rp_get_gat::getRequestOxdId | ( | ) |
| oxdrp\Uma_rp_get_gat::getRequestScopes | ( | ) |
|
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.
| oxdrp\Uma_rp_get_gat::getResponseGat | ( | ) |
|
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\Uma_rp_get_gat::setCommand | ( | ) |
| oxdrp\Uma_rp_get_gat::setParams | ( | ) |
Protocol parameter to oxd server
| oxdrp\Uma_rp_get_gat::setRequestOxdId | ( | $request_oxd_id | ) |
| string | $request_oxd_id |
| oxdrp\Uma_rp_get_gat::setRequestScopes | ( | array | $request_scopes | ) |
| array | $request_scopes |
|
inherited |
Setting response status
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
private |
|
private |
|
protectedinherited |
|
private |
Response parameter from oxd-server GAT stands for Gluu Access Token
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticprotectedinherited |
1.8.13