Class ActionResponseCredential

  • All Implemented Interfaces:
    org.lastaflute.web.login.credential.LoginCredential

    public class ActionResponseCredential
    extends java.lang.Object
    implements org.lastaflute.web.login.credential.LoginCredential
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionResponseCredential​(java.util.function.Supplier<org.lastaflute.web.response.ActionResponse> action)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.lastaflute.web.response.ActionResponse execute()  
      • Methods inherited from class java.lang.Object

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

      • ActionResponseCredential

        public ActionResponseCredential​(java.util.function.Supplier<org.lastaflute.web.response.ActionResponse> action)
    • Method Detail

      • execute

        public org.lastaflute.web.response.ActionResponse execute()