| Package | Description |
|---|---|
| org.apache.syncope.common.services |
| Modifier and Type | Method and Description |
|---|---|
ConnInstanceTO |
ConnectorService.read(Long connInstanceId)
Returns connector instance with matching id.
|
ConnInstanceTO |
ConnectorService.readByResource(String resourceName)
Returns connector instance for matching resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnInstanceTO> |
ConnectorService.list(String lang)
Returns a list of all connector instances with property keys in the matching language.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectorService.check(ConnInstanceTO connInstanceTO) |
javax.ws.rs.core.Response |
ConnectorService.create(ConnInstanceTO connInstanceTO)
Creates a new connector instance.
|
List<SchemaTO> |
ConnectorService.getSchemaNames(Long connInstanceId,
ConnInstanceTO connInstanceTO,
boolean includeSpecial)
Returns schema names for connector bundle matching the given connector instance id.
|
List<ConnIdObjectClassTO> |
ConnectorService.getSupportedObjectClasses(Long connInstanceId,
ConnInstanceTO connInstanceTO)
Returns supported object classes for connector bundle matching the given connector instance id.
|
void |
ConnectorService.update(Long connInstanceId,
ConnInstanceTO connInstanceTO)
Updates the connector instance matching the provided id.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.