クラス AuthenticationCredentialsNotFoundEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.security.access.event.AbstractAuthorizationEvent
-
- org.springframework.security.access.event.AuthenticationCredentialsNotFoundEvent
- 実装されたすべてのインターフェース:
java.io.Serializable
public class AuthenticationCredentialsNotFoundEvent extends AbstractAuthorizationEvent
SecurityContextHolder
からAuthentication
を取得できなかったため、セキュアオブジェクトの呼び出しが失敗したことを示します。- 関連事項:
- 直列化された形式
コンストラクターの概要
コンストラクター コンストラクター 説明 AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject, java.util.Collection<ConfigAttribute> attributes, AuthenticationCredentialsNotFoundException credentialsNotFoundException)
イベントを作成します。
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 java.util.Collection<ConfigAttribute>
getConfigAttributes()
AuthenticationCredentialsNotFoundException
getCredentialsNotFoundException()
コンストラクターの詳細
AuthenticationCredentialsNotFoundEvent
public AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject, java.util.Collection<ConfigAttribute> attributes, AuthenticationCredentialsNotFoundException credentialsNotFoundException)
イベントを作成します。- パラメーター:
secureObject
- 安全なオブジェクトattributes
- 安全なオブジェクトに適用されるcredentialsNotFoundException
- 呼び出し元に例外が返されました (理由が含まれています)
メソッドの詳細
getConfigAttributes
public java.util.Collection<ConfigAttribute> getConfigAttributes()
getCredentialsNotFoundException
public AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()