Interface HasVirtualAuthenticator


public interface HasVirtualAuthenticator
Interface implemented by each driver that allows access to the virtual authenticator API.
  • Method Details

    • addVirtualAuthenticator

      VirtualAuthenticator addVirtualAuthenticator(VirtualAuthenticatorOptions options)
      Adds a virtual authenticator with the given options.
      Returns:
      the new virtual authenticator.
    • removeVirtualAuthenticator

      void removeVirtualAuthenticator(VirtualAuthenticator authenticator)
      Removes a previously added virtual authenticator. The authenticator is no longer valid after removal, so no methods may be called.