gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxd.server.kong.KongApiService インタフェース
org.xdi.oxd.server.kong.KongApiService 連携図
Collaboration graph

公開メンバ関数

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 ( )

このインタフェース詳解は次のファイルから抽出されました: