Class StubPoolPluginFactoryBuilder.Builder

    • Method Detail

      • withStubReader

        public StubPoolPluginFactoryBuilder.Builder withStubReader​(java.lang.String groupReference,
                                                                   java.lang.String name,
                                                                   StubSmartCard card)
        Initialize the plugin with a stub reader. Multiple readers can be added. The reader can contain a smart card. Readers name should be unique.
        Parameters:
        groupReference - Reader group reference.
        name - name for the initially inserted reader (not nullable and unique)
        card - (optional) inserted smart card
        Returns:
        instance of the builder
        Since:
        2.0.0
      • withMonitoringCycleDuration

        public StubPoolPluginFactoryBuilder.Builder withMonitoringCycleDuration​(int duration)
        Configure the sleep time between two cycles for card and reader monitoring
        Parameters:
        duration - in milliseconds, default value : 0
        Returns:
        instance of the builder
        Since:
        2.0.0