gluu
公開メンバ関数 | 静的公開変数類 | 全メンバ一覧
org.gluu.oxtrust.api.proxy.UmaResourceProxy インタフェース
org.gluu.oxtrust.api.proxy.UmaResourceProxy 連携図
Collaboration graph

公開メンバ関数

List< UmaResourcegetAllUmaResources ()
 
UmaResource getUmaResource (@PathParam(ID) String id)
 
List< UmaResourcesearchUmaResources (@QueryParam(value="pattern") @NotNull String pattern, @QueryParam(value="size") int size)
 
void deleteUmaResource (@PathParam(ID) String id)
 
UmaResource createUmaResource (UmaResource umaResource)
 
UmaResource updateUmaResource (UmaResource umaResource)
 

静的公開変数類

static final String PATH_ID = "/{id}"
 
static final String ID = "id"
 

詳解

関数詳解

◆ createUmaResource()

UmaResource org.gluu.oxtrust.api.proxy.UmaResourceProxy.createUmaResource ( UmaResource  umaResource)

◆ deleteUmaResource()

void org.gluu.oxtrust.api.proxy.UmaResourceProxy.deleteUmaResource ( @PathParam(ID) String  id)

◆ getAllUmaResources()

List<UmaResource> org.gluu.oxtrust.api.proxy.UmaResourceProxy.getAllUmaResources ( )

◆ getUmaResource()

UmaResource org.gluu.oxtrust.api.proxy.UmaResourceProxy.getUmaResource ( @PathParam(ID) String  id)

◆ searchUmaResources()

List<UmaResource> org.gluu.oxtrust.api.proxy.UmaResourceProxy.searchUmaResources ( @QueryParam(value="pattern") @NotNull String  pattern,
@QueryParam(value="size") int  size 
)

◆ updateUmaResource()

UmaResource org.gluu.oxtrust.api.proxy.UmaResourceProxy.updateUmaResource ( UmaResource  umaResource)

メンバ詳解

◆ ID

final String org.gluu.oxtrust.api.proxy.UmaResourceProxy.ID = "id"
static

◆ PATH_ID

final String org.gluu.oxtrust.api.proxy.UmaResourceProxy.PATH_ID = "/{id}"
static

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