gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.client.uma.UmaResourceService インタフェース
org.xdi.oxauth.client.uma.UmaResourceService 連携図
Collaboration graph

公開メンバ関数

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

著者
Yuriy Zabrovarnyy

関数詳解

◆ addResource()

UmaResourceResponse org.xdi.oxauth.client.uma.UmaResourceService.addResource ( @HeaderParam("Authorization") String  authorization,
UmaResource  resource 
)

◆ deleteResource()

void org.xdi.oxauth.client.uma.UmaResourceService.deleteResource ( @HeaderParam("Authorization") String  authorization,
@PathParam("rsid") String  rsid 
)

◆ getResource()

UmaResourceWithId org.xdi.oxauth.client.uma.UmaResourceService.getResource ( @HeaderParam("Authorization") String  authorization,
@PathParam("rsid") String  rsid 
)

◆ getResourceList()

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.

引数
authorizationauthorization
scopescope of resource set for additional filtering, can blank string.
戻り値
resource set ids.

◆ updateResource()

UmaResourceResponse org.xdi.oxauth.client.uma.UmaResourceService.updateResource ( @HeaderParam("Authorization") String  authorization,
@PathParam("rsid") String  rsid,
UmaResource  resource 
)

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