mitreid-connect
公開メンバ関数 | 全メンバ一覧
org.mitre.uma.service.ResourceSetService インタフェース
org.mitre.uma.service.ResourceSetService の継承関係図
Inheritance graph
org.mitre.uma.service.ResourceSetService 連携図
Collaboration graph

公開メンバ関数

ResourceSet saveNew (ResourceSet rs)
 
ResourceSet getById (Long id)
 
ResourceSet update (ResourceSet oldRs, ResourceSet newRs)
 
void remove (ResourceSet rs)
 
Collection< ResourceSetgetAllForOwner (String owner)
 
Collection< ResourceSetgetAllForOwnerAndClient (String owner, String authClientId)
 
Collection< ResourceSetgetAllForClient (ClientDetailsEntity client)
 

詳解

Manage registered resource sets at this authorization server.

著者
jricher

関数詳解

◆ getAllForClient()

Collection<ResourceSet> org.mitre.uma.service.ResourceSetService.getAllForClient ( ClientDetailsEntity  client)

◆ getAllForOwner()

Collection<ResourceSet> org.mitre.uma.service.ResourceSetService.getAllForOwner ( String  owner)

◆ getAllForOwnerAndClient()

Collection<ResourceSet> org.mitre.uma.service.ResourceSetService.getAllForOwnerAndClient ( String  owner,
String  authClientId 
)

◆ getById()

ResourceSet org.mitre.uma.service.ResourceSetService.getById ( Long  id)

◆ remove()

void org.mitre.uma.service.ResourceSetService.remove ( ResourceSet  rs)

◆ saveNew()

ResourceSet org.mitre.uma.service.ResourceSetService.saveNew ( ResourceSet  rs)

◆ update()

ResourceSet org.mitre.uma.service.ResourceSetService.update ( ResourceSet  oldRs,
ResourceSet  newRs 
)

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