|
gluu
|


限定公開変数類 | |
| $command | |
| $params = array() | |
| $data = array() | |
| $response_json | |
| $response_object | |
| $response_status | |
| $response_data = array() | |
| $base_url = __DIR__ | |
静的限定公開変数類 | |
| static | $socket = null |
非公開変数類 | |
| $request_op_host = null | |
| $request_authorization_redirect_uri = null | |
| $request_client_id = null | |
| $request_client_name = null | |
| $request_client_secret = null | |
| $request_post_logout_redirect_uri = null | |
| $request_application_type = 'web' | |
| $request_acr_values = array() | |
| $request_client_jwks_uri = '' | |
| $request_client_token_endpoint_auth_method = '' | |
| $request_client_sector_identifier_uri = '' | |
| $request_client_request_uris = null | |
| $request_contacts = null | |
| $request_scope = array() | |
| $request_grant_types = array() | |
| $request_response_types = array() | |
| $request_client_logout_uris = null | |
| $request_ui_locales = null | |
| $request_claims_locales = null | |
| $response_oxd_id | |
| $response_op_host | |
| oxdrp\Register_site::__construct | ( | ) |
Constructor
|
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\Register_site::getRequestAcrValues | ( | ) |
| oxdrp\Register_site::getRequestApplicationType | ( | ) |
| oxdrp\Register_site::getRequestAuthorizationRedirectUri | ( | ) |
| oxdrp\Register_site::getRequestClaimsLocales | ( | ) |
| oxdrp\Register_site::getRequestClientId | ( | ) |
| oxdrp\Register_site::getRequestClientJwksUri | ( | ) |
| oxdrp\Register_site::getRequestClientLogoutUris | ( | ) |
| oxdrp\Register_site::getRequestClientName | ( | ) |
| oxdrp\Register_site::getRequestClientRequestUris | ( | ) |
| oxdrp\Register_site::getRequestClientSecret | ( | ) |
| oxdrp\Register_site::getRequestClientSectorIdentifierUri | ( | ) |
| oxdrp\Register_site::getRequestClientTokenEndpointAuthMethod | ( | ) |
| oxdrp\Register_site::getRequestContacts | ( | ) |
| oxdrp\Register_site::getRequestGrantTypes | ( | ) |
| oxdrp\Register_site::getRequestOpHost | ( | ) |
| oxdrp\Register_site::getRequestPostLogoutRedirectUri | ( | ) |
| oxdrp\Register_site::getRequestResponseTypes | ( | ) |
| oxdrp\Register_site::getRequestScope | ( | ) |
| oxdrp\Register_site::getRequestUiLocales | ( | ) |
|
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.
| oxdrp\Register_site::getResponseOpHost | ( | ) |
| oxdrp\Register_site::getResponseOxdId | ( | ) |
|
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\Register_site::setCommand | ( | ) |
| oxdrp\Register_site::setParams | ( | ) |
Protocol parameter to oxd server
| oxdrp\Register_site::setRequestAcrValues | ( | $request_acr_values = 'basic' | ) |
| array | $request_acr_values |
| oxdrp\Register_site::setRequestApplicationType | ( | $request_application_type = 'web' | ) |
| string | $request_application_type |
| oxdrp\Register_site::setRequestAuthorizationRedirectUri | ( | $request_authorization_redirect_uri | ) |
| string | $request_authorization_redirect_uri |
| oxdrp\Register_site::setRequestClaimsLocales | ( | $request_claims_locales | ) |
| array | $request_claims_locales |
| oxdrp\Register_site::setRequestClientId | ( | $request_client_id | ) |
| string | $request_client_id |
| oxdrp\Register_site::setRequestClientJwksUri | ( | $request_client_jwks_uri | ) |
| string | $request_client_jwks_uri |
| oxdrp\Register_site::setRequestClientLogoutUris | ( | $request_client_logout_uris | ) |
| array | $request_client_logout_uris |
| oxdrp\Register_site::setRequestClientName | ( | $request_client_name | ) |
| string | $request_client_name |
| oxdrp\Register_site::setRequestClientRequestUris | ( | $request_client_request_uris | ) |
| array | $request_client_request_uris |
| oxdrp\Register_site::setRequestClientSecret | ( | $request_client_secret | ) |
| string | $request_client_secret |
| oxdrp\Register_site::setRequestClientSectorIdentifierUri | ( | $request_client_sector_identifier_uri | ) |
| array | $request_client_sector_identifier_uri |
| oxdrp\Register_site::setRequestClientTokenEndpointAuthMethod | ( | $request_client_token_endpoint_auth_method | ) |
| string | $request_client_token_endpoint_auth_method |
| oxdrp\Register_site::setRequestContacts | ( | $request_contacts | ) |
| array | $request_contacts |
| oxdrp\Register_site::setRequestGrantTypes | ( | $request_grant_types | ) |
| array | $request_grant_types |
| oxdrp\Register_site::setRequestOpHost | ( | $request_op_host | ) |
| string | $request_op_host |
| oxdrp\Register_site::setRequestPostLogoutRedirectUri | ( | $request_post_logout_redirect_uri | ) |
| string | $request_post_logout_redirect_uri |
| oxdrp\Register_site::setRequestResponseTypes | ( | $request_response_types | ) |
| array | $request_response_types |
| oxdrp\Register_site::setRequestScope | ( | $request_scope | ) |
| array | $request_scope |
| oxdrp\Register_site::setRequestUiLocales | ( | $request_ui_locales | ) |
| array | $request_ui_locales |
|
inherited |
Setting response status
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
private |
Response parameter from oxd-server
|
private |
Response parameter from oxd-server It is basic parameter for other protocols
|
protectedinherited |
|
staticprotectedinherited |
1.8.13