|
gluu
|


公開メンバ関数 | |
| 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
| Response org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebService.requestClientInfoGet | ( | @QueryParam("access_token") String | accessToken, |
| @HeaderParam("Authorization") String | authorization, | ||
| @Context SecurityContext | securityContext | ||
| ) |
| Response org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebService.requestClientInfoPost | ( | @FormParam("access_token") String | accessToken, |
| @HeaderParam("Authorization") String | authorization, | ||
| @Context SecurityContext | securityContext | ||
| ) |
1.8.13