Modifier and Type | Method and Description |
---|---|
Set<ConnectorType> |
ModelService.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Discovers local or remote connectors.
|
Modifier and Type | Method and Description |
---|---|
Set<ConnectorType> |
ModelController.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
Set<ConnectorType> |
ProvisioningService.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Discovers local or remote connectors.
|
Modifier and Type | Method and Description |
---|---|
ConnectorType |
ConnectorManager.getConnectorType(ResourceType resourceType,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
Set<ConnectorType> |
ConnectorManager.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Lists local connectors and makes sure that appropriate ConnectorType
objects for them exist in repository.
|
Set<ConnectorType> |
ProvisioningServiceImpl.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult) |
Set<ConnectorType> |
ConnectorManager.discoverLocalConnectors(OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
Set<ConnectorType> |
ConnectorFactory.listConnectors(ConnectorHostType host,
OperationResult parentRestul)
Returns a list of all known connectors.
|
Modifier and Type | Method and Description |
---|---|
ConnectorInstance |
ConnectorFactory.createConnectorInstance(ConnectorType connectorType,
String namespace)
Creates new unconfigured instance of the connector.
|
Modifier and Type | Method and Description |
---|---|
Set<ConnectorType> |
ConnectorFactoryIcfImpl.listConnectors(ConnectorHostType host,
OperationResult parentRestul)
Returns a list XML representation of the ICF connectors.
|
Modifier and Type | Method and Description |
---|---|
ConnectorInstance |
ConnectorFactoryIcfImpl.createConnectorInstance(ConnectorType connectorType,
String namespace)
Creates new connector instance.
|
Constructor and Description |
---|
ConnectorInstanceIcfImpl(org.identityconnectors.framework.api.ConnectorInfo connectorInfo,
ConnectorType connectorType,
String schemaNamespace,
PrismSchema connectorSchema,
Protector protector,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ConnectorType |
RConnector.toJAXB(PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
Modifier and Type | Method and Description |
---|---|
static void |
RConnector.copyFromJAXB(ConnectorType jaxb,
RConnector repo,
PrismContext prismContext) |
static void |
RConnector.copyToJAXB(RConnector repo,
ConnectorType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
Modifier and Type | Method and Description |
---|---|
static ConnectorType |
ResourceTypeUtil.getConnectorType(ResourceType resource,
ObjectResolver resolver,
OperationResult parentResult)
The usage of "resolver" is experimental.
|
Modifier and Type | Method and Description |
---|---|
static PrismContainerDefinition<ConnectorConfigurationType> |
ConnectorTypeUtil.findConfigurationContainerDefintion(ConnectorType connectorType,
PrismContext prismContext) |
static PrismContainerDefinition<ConnectorConfigurationType> |
ConnectorTypeUtil.findConfigurationContainerDefintion(ConnectorType connectorType,
PrismSchema connectorSchema) |
static String |
ConnectorTypeUtil.getConnectorHostTypeOid(ConnectorType connectorType) |
static PrismSchema |
ConnectorTypeUtil.getConnectorSchema(ConnectorType connectorType,
PrismContext prismContext)
Returns parsed connector schema
|
static Element |
ConnectorTypeUtil.getConnectorXsdSchema(ConnectorType connector) |
static void |
ConnectorTypeUtil.setConnectorXsdSchema(ConnectorType connectorType,
Element xsdElement) |
Modifier and Type | Method and Description |
---|---|
static Element |
ConnectorTypeUtil.getConnectorXsdSchema(PrismObject<ConnectorType> connector) |
static void |
ConnectorTypeUtil.setConnectorXsdSchema(PrismObject<ConnectorType> connector,
Element xsdElement) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<ConnectorType> |
AbstractIntegrationTest.findConnectorByType(String connectorType,
OperationResult result) |
protected PrismObject<ConnectorType> |
AbstractIntegrationTest.findConnectorByTypeAndVersion(String connectorType,
String connectorVersion,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
int |
ConnectorTypeComparator.compare(ConnectorType c1,
ConnectorType c2) |
Constructor and Description |
---|
ResourceDto(PrismObject<ResourceType> resource,
ConnectorType connector) |
ResourceDto(PrismObject<ResourceType> resource,
PrismContext prismContext,
ConnectorType connector,
List<String> capabilities) |
Modifier and Type | Method and Description |
---|---|
ConnectorType |
ConnectorType.clone() |
ConnectorType |
ObjectFactory.createConnectorType()
Create an instance of
ConnectorType |
ConnectorType |
ResourceType.getConnector() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ConnectorType> |
ObjectFactory.createConnector(ConnectorType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ConnectorType> |
ObjectFactory.createConnector(ConnectorType value)
|
void |
ResourceType.setConnector(ConnectorType value) |
Copyright © 2013 evolveum. All rights reserved.