| Package | Description |
|---|---|
| org.surfnet.oaaas.model | |
| org.surfnet.oaaas.repository | |
| org.surfnet.oaaas.resource.resourceserver |
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
Client.getResourceServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Client.setResourceServer(ResourceServer resourceServer) |
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
ResourceServerRepository.findByIdAndOwner(Long id,
String owner) |
ResourceServer |
ResourceServerRepository.findByKey(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceServer> |
ResourceServerRepository.findByOwner(String owner) |
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientRepository.findByIdAndResourceServer(Long id,
ResourceServer resourceServer) |
List<Client> |
ClientRepository.findByResourceServer(ResourceServer resourceServer) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ResourceServerResource.post(ResourceServer resourceServer,
javax.servlet.http.HttpServletRequest request,
Long id)
Update an existing resource server.
|
javax.ws.rs.core.Response |
ResourceServerResource.put(javax.servlet.http.HttpServletRequest request,
ResourceServer newOne)
Save a new resource server.
|
Copyright © 2012–2014 SURFnet bv, The Netherlands. All rights reserved.