Class BaseMappingConnector

  • All Implemented Interfaces:
    IMappingConnector, IConnector

    public abstract class BaseMappingConnector
    extends BaseConnector
    implements IMappingConnector
    A mapping connector massages a UserRecord to augment the user identification information within. An instance of this interface provides this functionality. Mapping connector instances are pooled, so that session setup does not need to be done repeatedly. The pool is segregated by specific sets of configuration parameters.
    • Constructor Detail

      • BaseMappingConnector

        public BaseMappingConnector()