Interface WarlockUserLoginService

  • All Implemented Interfaces:

    
    public interface WarlockUserLoginService
    
                        

    User login and record auth

    Since:

    2021-03-25

    Author:

    trydofor

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract PageResult<WarlockUserLoginService.Item> list(long userId, PageQuery query) List all login info of user
      abstract void auth(WarlockUserLoginService.Auth auth) Record the auth info
      • Methods inherited from class java.lang.Object

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