クラス LoggerListener

java.lang.ObjectSE
org.springframework.security.authentication.event.LoggerListener
実装されたすべてのインターフェース:
EventListenerSEorg.springframework.context.ApplicationListener<AbstractAuthenticationEvent>

public class LoggerListener extends ObjectSE implements org.springframework.context.ApplicationListener<AbstractAuthenticationEvent>
認証関連のアプリケーションイベントを Commons Logging に出力します。

すべての認証イベントは、警告レベルでログに記録されます。

  • コンストラクターの詳細

    • LoggerListener

      public LoggerListener()
  • メソッドの詳細

    • onApplicationEvent

      public void onApplicationEvent(AbstractAuthenticationEvent event)
      次で指定:
      インターフェース org.springframework.context.ApplicationListener<AbstractAuthenticationEvent>onApplicationEvent 
    • isLogInteractiveAuthenticationSuccessEvents

      public boolean isLogInteractiveAuthenticationSuccessEvents()
    • setLogInteractiveAuthenticationSuccessEvents

      public void setLogInteractiveAuthenticationSuccessEvents(boolean logInteractiveAuthenticationSuccessEvents)