Interface ConnectorSchema

All Superinterfaces:
Cloneable, DebugDumpable, DefinitionSearchImplementation, DefinitionsStore, Freezable, GlobalDefinitionsStore, PrismSchema
All Known Implementing Classes:
ConnectorSchemaImpl

public interface ConnectorSchema extends PrismSchema
The schema for connector configuration.
  • Field Details

    • CONNECTOR_CONFIGURATION_LOCAL_NAME

      static final String CONNECTOR_CONFIGURATION_LOCAL_NAME
      This is the container that holds the whole configuration. Its content is defined by the connector and the connector framework. E.g., for ConnId, there is a connector-specific part defined by the particular connector (see SchemaConstants.ICF_CONFIGURATION_PROPERTIES_NAME), and generic parts prescribed by ConnId itself, like `connectorPoolConfiguration` or `timeouts`).
      See Also:
    • CONNECTOR_CONFIGURATION_TYPE_LOCAL_NAME

      static final String CONNECTOR_CONFIGURATION_TYPE_LOCAL_NAME
      See Also:
  • Method Details