gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebService インタフェース
org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebService の継承関係図
Inheritance graph
org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebService 連携図
Collaboration graph

公開メンバ関数

Response requestClientInfoGet ( @QueryParam("access_token") String accessToken, @HeaderParam("Authorization") String authorization, @Context SecurityContext securityContext)
 
Response requestClientInfoPost ( @FormParam("access_token") String accessToken, @HeaderParam("Authorization") String authorization, @Context SecurityContext securityContext)
 

詳解

Provides interface for Client Info REST web services

著者
Javier Rojas Blum Date: 07.19.2012

関数詳解

◆ requestClientInfoGet()

Response org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebService.requestClientInfoGet ( @QueryParam("access_token") String  accessToken,
@HeaderParam("Authorization") String  authorization,
@Context SecurityContext  securityContext 
)

◆ requestClientInfoPost()

Response org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebService.requestClientInfoPost ( @FormParam("access_token") String  accessToken,
@HeaderParam("Authorization") String  authorization,
@Context SecurityContext  securityContext 
)

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