SessionSubscriberForSessionLog

Implementation of the SessionSubscriber SPI, which persists a log entry to the database (the SessionLogEntry entity) each time a user either logs on or logs out, or if their session expires.

API

SessionSubscriberForSessionLog.java
class SessionSubscriberForSessionLog {
  void log(Type type, String username, Date date, CausedBy causedBy, UUID sessionGuid, String httpSessionId)
}