Class AuthChallengeAction

  • All Implemented Interfaces:
    Action

    public class AuthChallengeAction
    extends java.lang.Object
    implements Action
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ActionFactory FACTORY  
      static java.lang.String ID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runAction​(org.python.core.PyObject event)  
      • Methods inherited from class java.lang.Object

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

      • runAction

        public void runAction​(org.python.core.PyObject event)
        Specified by:
        runAction in interface Action