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

公開メンバ関数

List< OxAuthScopegetScopes ()
 
OxAuthScope getScope (@PathParam("inum") String inum)
 
List< OxAuthScopesearchScopes (@QueryParam(value="pattern") @NotNull String pattern, @QueryParam(value="size") int size)
 
void deleteScope (@PathParam("inum") String inum)
 
OxAuthScope createScope (OxAuthScope scope)
 
OxAuthScope updateScope (OxAuthScope scope)
 

詳解

関数詳解

◆ createScope()

OxAuthScope org.gluu.oxtrust.api.proxy.ScopeProxy.createScope ( OxAuthScope  scope)

◆ deleteScope()

void org.gluu.oxtrust.api.proxy.ScopeProxy.deleteScope ( @PathParam("inum") String  inum)

◆ getScope()

OxAuthScope org.gluu.oxtrust.api.proxy.ScopeProxy.getScope ( @PathParam("inum") String  inum)

◆ getScopes()

List<OxAuthScope> org.gluu.oxtrust.api.proxy.ScopeProxy.getScopes ( )

◆ searchScopes()

List<OxAuthScope> org.gluu.oxtrust.api.proxy.ScopeProxy.searchScopes ( @QueryParam(value="pattern") @NotNull String  pattern,
@QueryParam(value="size") int  size 
)

◆ updateScope()

OxAuthScope org.gluu.oxtrust.api.proxy.ScopeProxy.updateScope ( OxAuthScope  scope)

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