Class WebappLogger


  • public class WebappLogger
    extends org.camunda.commons.logging.BaseLogger
    • Constructor Detail

      • WebappLogger

        public WebappLogger()
    • Method Detail

      • processEngineProviderNotFound

        public RestException processEngineProviderNotFound()
      • infoWebappSuccessfulLogin

        public void infoWebappSuccessfulLogin​(String username)
      • infoWebappFailedLogin

        public void infoWebappFailedLogin​(String username,
                                          String reason)
      • infoWebappLogout

        public void infoWebappLogout​(String username)
      • traceCacheValidationTime

        public void traceCacheValidationTime​(Date cacheValidationTime)
      • traceCacheValidationTimeUpdated

        public void traceCacheValidationTimeUpdated​(Date cacheValidationTime,
                                                    Date newCacheValidationTime)
      • traceAuthenticationUpdated

        public void traceAuthenticationUpdated​(String engineName)
      • traceAuthenticationRemoved

        public void traceAuthenticationRemoved​(String engineName)