Interface PlatformLoginService

  • All Known Implementing Classes:
    PlatformLoginServiceImpl

    public interface PlatformLoginService
    Since:
    6.0
    Author:
    Elias Ricken de Medeiros, Matthieu Chaffotte
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isValid​(long sessionId)
      Verify if a session is valid
      SPlatformSession login​(java.lang.String userName, java.lang.String password)
      login to the platform by userName and password
      void logout​(long sessionId)
      logout the platform by sessionId