| Package | Description |
|---|---|
| org.apache.syncope.common.services |
| Modifier and Type | Method and Description |
|---|---|
ResourceTO |
ResourceService.read(String resourceName)
Returns the resource with matching name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTO> |
ResourceService.list()
Returns a list of all resources.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceService.check(ResourceTO resourceTO)
Checks wether the connection to resource could be established.
|
javax.ws.rs.core.Response |
ResourceService.create(ResourceTO resourceTO)
Creates a new resource.
|
void |
ResourceService.update(String resourceName,
ResourceTO resourceTO)
Updates the resource matching the given name.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.