gluu
|
公開メンバ関数 | |
__construct () | |
getRequestOxdId () | |
setRequestOxdId ($request_oxd_id) | |
getRequestAcrValues () | |
setRequestAcrValues ($request_acr_values) | |
getRequestScope () | |
setRequestScope ($request_scope) | |
getRequestPrompt () | |
setRequestPrompt ($request_prompt) | |
getRequestHd () | |
setRequestHd ($request_hd) | |
getResponseAuthorizationUrl () | |
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_scope = null | |
$request_acr_values = null | |
$request_prompt = null | |
$request_hd = null | |
$response_authorization_url | |
oxdrp\Get_authorization_url::__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_authorization_url::getRequestAcrValues | ( | ) |
oxdrp\Get_authorization_url::getRequestHd | ( | ) |
oxdrp\Get_authorization_url::getRequestOxdId | ( | ) |
oxdrp\Get_authorization_url::getRequestPrompt | ( | ) |
oxdrp\Get_authorization_url::getRequestScope | ( | ) |
oxdrp\Get_authorization_url::getResponseAuthorizationUrl | ( | ) |
|
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_authorization_url::setCommand | ( | ) |
oxdrp\Get_authorization_url::setParams | ( | ) |
Protocol parameter to oxd server
oxdrp\Get_authorization_url::setRequestAcrValues | ( | $request_acr_values | ) |
array | $request_acr_values |
oxdrp\Get_authorization_url::setRequestHd | ( | $request_hd | ) |
string | $request_hd |
oxdrp\Get_authorization_url::setRequestOxdId | ( | $request_oxd_id | ) |
string | $request_oxd_id |
oxdrp\Get_authorization_url::setRequestPrompt | ( | $request_prompt | ) |
string | $request_prompt |
oxdrp\Get_authorization_url::setRequestScope | ( | $request_scope | ) |
array | $request_scope |
|
inherited |
Setting response status
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
It is authorization url to gluu server. After getting this parameter go to that url and you can login to gluu server, and get response about your users
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticprotectedinherited |