Class AuthenticationTask

java.lang.Object
javax.swing.SwingWorker<Boolean,Void>
org.aavso.tools.vstar.input.database.AuthenticationTask
All Implemented Interfaces:
Runnable, Future<Boolean>, RunnableFuture<Boolean>

public class AuthenticationTask extends SwingWorker<Boolean,Void>
This concurrent task attempts to authenticate against one or more authentication sources, completing when one is successful or all are exhausted.