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

公開メンバ関数

List< UmaScopeDescriptiongetAllUmaScopes ()
 
UmaScopeDescription getUmaScope (@PathParam(INUM) String inum)
 
List< UmaScopeDescriptionsearchUmaScopes (@QueryParam(value="pattern") @NotNull String pattern, @QueryParam(value="size") int size)
 
void deleteUmaScope (@PathParam(INUM) String inum)
 
UmaScopeDescription createUmaScope (UmaScopeDescription umaScopeDescription)
 
UmaScopeDescription updateUmaScopeDescription (UmaScopeDescription umaScopeDescription)
 

静的公開変数類

static final String PATH_INUM = "/{inum}"
 
static final String INUM = "inum"
 

詳解

関数詳解

◆ createUmaScope()

UmaScopeDescription org.gluu.oxtrust.api.proxy.UmaScopeProxy.createUmaScope ( UmaScopeDescription  umaScopeDescription)

◆ deleteUmaScope()

void org.gluu.oxtrust.api.proxy.UmaScopeProxy.deleteUmaScope ( @PathParam(INUM) String  inum)

◆ getAllUmaScopes()

List<UmaScopeDescription> org.gluu.oxtrust.api.proxy.UmaScopeProxy.getAllUmaScopes ( )

◆ getUmaScope()

UmaScopeDescription org.gluu.oxtrust.api.proxy.UmaScopeProxy.getUmaScope ( @PathParam(INUM) String  inum)

◆ searchUmaScopes()

List<UmaScopeDescription> org.gluu.oxtrust.api.proxy.UmaScopeProxy.searchUmaScopes ( @QueryParam(value="pattern") @NotNull String  pattern,
@QueryParam(value="size") int  size 
)

◆ updateUmaScopeDescription()

UmaScopeDescription org.gluu.oxtrust.api.proxy.UmaScopeProxy.updateUmaScopeDescription ( UmaScopeDescription  umaScopeDescription)

メンバ詳解

◆ INUM

final String org.gluu.oxtrust.api.proxy.UmaScopeProxy.INUM = "inum"
static

◆ PATH_INUM

final String org.gluu.oxtrust.api.proxy.UmaScopeProxy.PATH_INUM = "/{inum}"
static

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