gluu
|
公開メンバ関数 | |
__construct () | |
getRequestScopes () | |
setRequestScopes ($request_scopes) | |
getRequestOxdId () | |
setRequestOxdId ($request_oxd_id) | |
getRequestState () | |
setRequestState ($request_state) | |
getRequestCode () | |
setRequestCode ($request_code) | |
getResponseAccessToken () | |
getResponseExpiresIn () | |
getResponseIdToken () | |
getResponseIdTokenClaims () | |
setCommand () | |
setParams () | |
oxd_socket_request ($data, $char_count=8192) | |
request () | |
getResponseData () | |
getData () | |
getCommand () | |
getResponseObject () | |
getResponseJSON () | |
getParams () | |
限定公開変数類 | |
$data = array() | |
$command | |
$db | |
$params = array() | |
$response_json | |
$response_object | |
$response_data = array() | |
静的限定公開変数類 | |
static | $socket = null |
非公開変数類 | |
$request_oxd_id = null | |
$request_code = null | |
$request_state = null | |
$request_scopes = null | |
$response_access_token | |
$response_expires_in | |
$response_id_token | |
$response_id_token_claims | |
Get_tokens_by_code::__construct | ( | ) |
|
inherited |
|
inherited |
|
inherited |
Get_tokens_by_code::getRequestCode | ( | ) |
Get_tokens_by_code::getRequestOxdId | ( | ) |
Get_tokens_by_code::getRequestScopes | ( | ) |
Get_tokens_by_code::getRequestState | ( | ) |
Get_tokens_by_code::getResponseAccessToken | ( | ) |
|
inherited |
Get_tokens_by_code::getResponseExpiresIn | ( | ) |
Get_tokens_by_code::getResponseIdToken | ( | ) |
Get_tokens_by_code::getResponseIdTokenClaims | ( | ) |
|
inherited |
function getting result from oxD server. return: response_json - The JSON response from the oxD Server
|
inherited |
getResult function geting result from oxD server. Return: response_object - The JSON response parsing to object
|
inherited |
request to oxd socket
|
inherited |
send function sends the command to the oxD server.
Args: command (dict) - Dict representation of the JSON command string
Get_tokens_by_code::setCommand | ( | ) |
Get_tokens_by_code::setParams | ( | ) |
Protocol parameter to oXD server
Get_tokens_by_code::setRequestCode | ( | $request_code | ) |
string | $request_code |
Get_tokens_by_code::setRequestOxdId | ( | $request_oxd_id | ) |
string | $request_oxd_id |
Get_tokens_by_code::setRequestScopes | ( | $request_scopes | ) |
string | $request_scopes |
Get_tokens_by_code::setRequestState | ( | $request_state | ) |
string | $request_state |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
private |
|
private |
|
private |
|
private |
|
private |
Response parameter from oXD-server It need to using for get_user_info and logout classes
|
protectedinherited |
|
private |
Response parameter from oXD-server Showing user expires time
Response parameter from oXD-server Showing user claimses and data
|
private |
Response parameter from oXD-server It need to using for get_user_info and logout classes
|
private |
|
protectedinherited |
|
protectedinherited |
|
staticprotectedinherited |