Interface LoginService

All Superinterfaces:
Dispatchable
All Known Implementing Classes:
LoginServiceImpl

public interface LoginService extends Dispatchable
  • Field Details

  • Method Details

    • getCurrentUser

      UserDtoDec getCurrentUser()
    • authenticate

      void authenticate(AuthToken[] tokens, AuthenticateCallback callback)
    • tryReAuthenticate

      void tryReAuthenticate(AuthenticateCallback callback)
    • logoff

      void logoff()
    • isAuthenticated

      boolean isAuthenticated()
    • fireHistoryEventOnLogin

      void fireHistoryEventOnLogin(<any> event)