クラス AbstractAuthenticationFailureEvent

java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
実装されたすべてのインターフェース:
SerializableSE
既知の直属サブクラス
AuthenticationFailureBadCredentialsEventAuthenticationFailureCredentialsExpiredEventAuthenticationFailureDisabledEventAuthenticationFailureExpiredEventAuthenticationFailureLockedEventAuthenticationFailureProviderNotFoundEventAuthenticationFailureProxyUntrustedEventAuthenticationFailureServiceExceptionEvent

public abstract class AbstractAuthenticationFailureEvent extends AbstractAuthenticationEvent
何らかの理由で認証の失敗を示す抽象アプリケーションイベント。
関連事項: