Class BaseConnectorConfiguration

java.lang.Object
com.exclamationlabs.connid.base.connector.configuration.BaseConnectorConfiguration
All Implemented Interfaces:
ConnectorConfiguration, org.identityconnectors.framework.spi.Configuration

public abstract class BaseConnectorConfiguration
extends Object
implements ConnectorConfiguration
All configuration classes in the Base connector framework need to subclass this abstract type. This is an overlay for ConnId's configuration class, which can be confusing and uninviting to use, and we needed something more streamlined.