@Service @Primary public class DefaultResourceSetService extends Object implements org.mitre.uma.service.ResourceSetService
| Constructor and Description |
|---|
DefaultResourceSetService() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.mitre.uma.model.ResourceSet> |
getAllForClient(org.mitre.oauth2.model.ClientDetailsEntity client) |
Collection<org.mitre.uma.model.ResourceSet> |
getAllForOwner(String owner) |
Collection<org.mitre.uma.model.ResourceSet> |
getAllForOwnerAndClient(String owner,
String clientId) |
org.mitre.uma.model.ResourceSet |
getById(Long id) |
void |
remove(org.mitre.uma.model.ResourceSet rs) |
org.mitre.uma.model.ResourceSet |
saveNew(org.mitre.uma.model.ResourceSet rs) |
org.mitre.uma.model.ResourceSet |
update(org.mitre.uma.model.ResourceSet oldRs,
org.mitre.uma.model.ResourceSet newRs) |
public DefaultResourceSetService()
public org.mitre.uma.model.ResourceSet saveNew(org.mitre.uma.model.ResourceSet rs)
saveNew in interface org.mitre.uma.service.ResourceSetServicepublic org.mitre.uma.model.ResourceSet getById(Long id)
getById in interface org.mitre.uma.service.ResourceSetServicepublic org.mitre.uma.model.ResourceSet update(org.mitre.uma.model.ResourceSet oldRs, org.mitre.uma.model.ResourceSet newRs)
update in interface org.mitre.uma.service.ResourceSetServicepublic void remove(org.mitre.uma.model.ResourceSet rs)
remove in interface org.mitre.uma.service.ResourceSetServicepublic Collection<org.mitre.uma.model.ResourceSet> getAllForOwner(String owner)
getAllForOwner in interface org.mitre.uma.service.ResourceSetServicepublic Collection<org.mitre.uma.model.ResourceSet> getAllForOwnerAndClient(String owner, String clientId)
getAllForOwnerAndClient in interface org.mitre.uma.service.ResourceSetServicepublic Collection<org.mitre.uma.model.ResourceSet> getAllForClient(org.mitre.oauth2.model.ClientDetailsEntity client)
getAllForClient in interface org.mitre.uma.service.ResourceSetServiceCopyright © 2022. All rights reserved.