Interface LoginServiceLocal

    • Method Detail

      • getFirstAndLastLogin

        DateRange getFirstAndLastLogin​(BasicUser user)
        Returns the first and last login of the given user, or null if never logged in before
      • getLoginData

        LoginData getLoginData​(Channel channel,
                               Long deviceId,
                               PinLocatorVO pinLocator)
        Returns the data for user login according to the given channel.
        Optionally, a trusted device id and pin locator can be given to know if they already exist and are active.
      • removeAllLogs

        void removeAllLogs​(BasicUser basicUser)
        Removes all access logs for the given user