Package com.identityworksllc.iiq.common.connector
Common custom connector-related classes and utilities for IdentityIQ
-
Class Summary Class Description BaseDelegatingConnector A straightforward “delegating” connector that will allow loading of connector classes from a plugin.ConnectorClassLoaderWorkaround Workaround for some classloader problems with getRealConnector().DualDelegatingConnector A connector that will forward ‘read’ and ‘write’ operations to different connectors, usually where reading from the source would be expensive or infeasible.NullConnector A connector that swallows all operations quietly, used for demo and testing purposesUnsupportedConnector A connector implementation that only throwsUnsupportedOperationExceptionfor all operations