gluu
|
公開メンバ関数 | |
UmaResourceResponse | addResource (@HeaderParam("Authorization") String authorization, UmaResource resource) |
UmaResourceResponse | updateResource (@HeaderParam("Authorization") String authorization, @PathParam("rsid") String rsid, UmaResource resource) |
UmaResourceWithId | getResource (@HeaderParam("Authorization") String authorization, @PathParam("rsid") String rsid) |
List< String > | getResourceList (@HeaderParam("Authorization") String authorization, @QueryParam("scope") String scope) |
void | deleteResource (@HeaderParam("Authorization") String authorization, @PathParam("rsid") String rsid) |
REST WS UMA resource set description API
UmaResourceResponse org.xdi.oxauth.client.uma.UmaResourceService.addResource | ( | @HeaderParam("Authorization") String | authorization, |
UmaResource | resource | ||
) |
void org.xdi.oxauth.client.uma.UmaResourceService.deleteResource | ( | @HeaderParam("Authorization") String | authorization, |
@PathParam("rsid") String | rsid | ||
) |
UmaResourceWithId org.xdi.oxauth.client.uma.UmaResourceService.getResource | ( | @HeaderParam("Authorization") String | authorization, |
@PathParam("rsid") String | rsid | ||
) |
List<String> org.xdi.oxauth.client.uma.UmaResourceService.getResourceList | ( | @HeaderParam("Authorization") String | authorization, |
@QueryParam("scope") String | scope | ||
) |
Gets resources. ATTENTION: "scope" is parameter added by gluu to have additional filtering. There is no such parameter in UMA specification.
authorization | authorization |
scope | scope of resource set for additional filtering, can blank string. |
UmaResourceResponse org.xdi.oxauth.client.uma.UmaResourceService.updateResource | ( | @HeaderParam("Authorization") String | authorization, |
@PathParam("rsid") String | rsid, | ||
UmaResource | resource | ||
) |