Interface HasVirtualAuthenticator
@NullMarked
public interface HasVirtualAuthenticator
Interface implemented by each driver that allows access to the virtual authenticator API.
- 
Method Summary
Modifier and TypeMethodDescriptionAdds a virtual authenticator with the given options.voidremoveVirtualAuthenticator(VirtualAuthenticator authenticator) Removes a previously added virtual authenticator. 
- 
Method Details
- 
addVirtualAuthenticator
Adds a virtual authenticator with the given options.- Returns:
 - the new virtual authenticator.
 
 - 
removeVirtualAuthenticator
Removes a previously added virtual authenticator. The authenticator is no longer valid after removal, so no methods may be called. 
 -