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() |
public AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject,
java.util.Collection<ConfigAttribute> attributes,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)secureObject - 安全なオブジェクト attributes - 安全なオブジェクトに適用される credentialsNotFoundException - 呼び出し元に例外が返されました (理由が含まれています)public java.util.Collection<ConfigAttribute> getConfigAttributes()
public AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()