|
ClientResponse< JsonNode > | addApi (@FormParam("name") String name, @FormParam("request_host") String requestHost, @FormParam("request_path") String requestPath, @FormParam("strip_request_path") Boolean stripRequestPath, @FormParam("preserve_host") Boolean preserveHost, @FormParam("upstream_url") String upstreamUrl) |
|
ClientResponse< JsonNode > | getApis () |
|
ClientResponse< String > | deleteApi (@PathParam("apiId") String apiId) |
|
ClientResponse< JsonNode > | addKongUmaRsPlugin (@PathParam("apiId") String apiId, @FormParam("name") String name, @FormParam("config.oxd_host") String oxdHost, @FormParam("config.oxd_port") String oxdPort, @FormParam("config.uma_server_host") String umaServerHost, @FormParam("config.protection_document") String protectionDocumentJson) |
|
Created by yuriy on 17.10.16.
◆ addApi()
ClientResponse<JsonNode> org.xdi.oxd.server.kong.KongApiService.addApi |
( |
@FormParam("name") String |
name, |
|
|
@FormParam("request_host") String |
requestHost, |
|
|
@FormParam("request_path") String |
requestPath, |
|
|
@FormParam("strip_request_path") Boolean |
stripRequestPath, |
|
|
@FormParam("preserve_host") Boolean |
preserveHost, |
|
|
@FormParam("upstream_url") String |
upstreamUrl |
|
) |
| |
◆ addKongUmaRsPlugin()
ClientResponse<JsonNode> org.xdi.oxd.server.kong.KongApiService.addKongUmaRsPlugin |
( |
@PathParam("apiId") String |
apiId, |
|
|
@FormParam("name") String |
name, |
|
|
@FormParam("config.oxd_host") String |
oxdHost, |
|
|
@FormParam("config.oxd_port") String |
oxdPort, |
|
|
@FormParam("config.uma_server_host") String |
umaServerHost, |
|
|
@FormParam("config.protection_document") String |
protectionDocumentJson |
|
) |
| |
◆ deleteApi()
ClientResponse<String> org.xdi.oxd.server.kong.KongApiService.deleteApi |
( |
@PathParam("apiId") String |
apiId | ) |
|
◆ getApis()
ClientResponse<JsonNode> org.xdi.oxd.server.kong.KongApiService.getApis |
( |
| ) |
|
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/OpenId/gluu/src/oxd/oxd-server/src/test/java/org/xdi/oxd/server/kong/KongApiService.java