Class YubiKeyPromptConnectionAction

  • All Implemented Interfaces:

    
    public abstract class YubiKeyPromptConnectionAction<T extends YubiKeyConnection>
    extends YubiKeyPromptAction
                        

    Action to be performed by a YubiKeyPromptActivity when a YubiKey is attached.

    Extend this class to handle an attached YubiKey from a YubiKeyPromptActivity, capable of providing a specific type of connection.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail