Class LoggerListener

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<AbstractAuthenticationEvent>

    public class LoggerListener
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<AbstractAuthenticationEvent>
    Outputs authentication-related application events to Commons Logging.

    All authentication events are logged at the warning level.

    • Constructor Detail

      • LoggerListener

        public LoggerListener()
    • Method Detail

      • isLogInteractiveAuthenticationSuccessEvents

        public boolean isLogInteractiveAuthenticationSuccessEvents()
      • setLogInteractiveAuthenticationSuccessEvents

        public void setLogInteractiveAuthenticationSuccessEvents​(boolean logInteractiveAuthenticationSuccessEvents)