| 
    mitreid-connect
    
   | 
 


公開メンバ関数 | |
| ResourceSet | saveNew (ResourceSet rs) | 
| ResourceSet | getById (Long id) | 
| ResourceSet | update (ResourceSet oldRs, ResourceSet newRs) | 
| void | remove (ResourceSet rs) | 
| Collection< ResourceSet > | getAllForOwner (String owner) | 
| Collection< ResourceSet > | getAllForOwnerAndClient (String owner, String authClientId) | 
| Collection< ResourceSet > | getAllForClient (ClientDetailsEntity client) | 
Manage registered resource sets at this authorization server.
| Collection<ResourceSet> org.mitre.uma.service.ResourceSetService.getAllForClient | ( | ClientDetailsEntity | client | ) | 
| Collection<ResourceSet> org.mitre.uma.service.ResourceSetService.getAllForOwner | ( | String | owner | ) | 
| Collection<ResourceSet> org.mitre.uma.service.ResourceSetService.getAllForOwnerAndClient | ( | String | owner, | 
| String | authClientId | ||
| ) | 
| ResourceSet org.mitre.uma.service.ResourceSetService.getById | ( | Long | id | ) | 
| void org.mitre.uma.service.ResourceSetService.remove | ( | ResourceSet | rs | ) | 
| ResourceSet org.mitre.uma.service.ResourceSetService.saveNew | ( | ResourceSet | rs | ) | 
| ResourceSet org.mitre.uma.service.ResourceSetService.update | ( | ResourceSet | oldRs, | 
| ResourceSet | newRs | ||
| ) | 
 1.8.13