クラス AuthenticationFailureServiceExceptionEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
org.springframework.security.authentication.event.AuthenticationFailureServiceExceptionEvent
- 実装されたすべてのインターフェース:
SerializableSE
AuthenticationManager
の内部に問題があるために認証失敗を示すアプリケーションイベント。- 関連事項:
フィールドのサマリー
クラス java.util.EventObjectSE から継承されたフィールド
sourceSE
コンストラクターの概要
コンストラクターコンストラクター説明AuthenticationFailureServiceExceptionEvent
(Authentication authentication, AuthenticationException exception) メソッドのサマリー
クラス org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent から継承されたメソッド
getException
クラス org.springframework.security.authentication.event.AbstractAuthenticationEvent から継承されたメソッド
getAuthentication
クラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestamp
クラス java.util.EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
AuthenticationFailureServiceExceptionEvent
public AuthenticationFailureServiceExceptionEvent(Authentication authentication, AuthenticationException exception)