Previous Topic: Configuration FilesNext Topic: Connector.xml Files


How CA IAM CS Handles Configuration

CA IAM CS handles configuration with XML support offered by the Spring Framework open source project in the following ways:

Configuring connector-specific settings is achieved by JavaBeans deriving from ConnectorConfig that introduce any connector-specific properties that are required. Instances are created based on the setting of the defaultConnectorConfig field in connector.xml. These instances are then passed in to the connector’s constructor by the CA IAM CS framework.

Note: For more information, see www.springframework.org.