Class AuditLogger


  • public class AuditLogger
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AuditLogger()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void log​(javax.servlet.http.HttpServletRequest req, int status)  
      static void logPasswordEvent​(java.lang.String description, java.lang.String user)  
      static void logResponse​(javax.servlet.http.HttpServletRequest req, int status)  
      static void logSessionInvalidation​(javax.servlet.http.HttpSession httpSession)  
      • Methods inherited from class java.lang.Object

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

      • AuditLogger

        public AuditLogger()
    • Method Detail

      • logResponse

        public static void logResponse​(javax.servlet.http.HttpServletRequest req,
                                       int status)
      • log

        public static void log​(javax.servlet.http.HttpServletRequest req,
                               int status)
      • logSessionInvalidation

        public static void logSessionInvalidation​(javax.servlet.http.HttpSession httpSession)
      • logPasswordEvent

        public static void logPasswordEvent​(java.lang.String description,
                                            java.lang.String user)