クラス JaasAuthenticationSuccessEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent
-
- org.springframework.security.authentication.jaas.event.JaasAuthenticationSuccessEvent
- 実装されたすべてのインターフェース:
java.io.Serializable
public class JaasAuthenticationSuccessEvent extends JaasAuthenticationEvent
ユーザーが LoginContext に正常にログインし、すべてのコールバックを処理し、すべての AuthorityGranters を呼び出した後、JaasAuthenticationProvider
によって起動されます。- 関連事項:
- 直列化された形式
コンストラクターの概要
コンストラクター コンストラクター 説明 JaasAuthenticationSuccessEvent(Authentication auth)
メソッドのサマリー
クラス org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent から継承されたメソッド
getAuthentication
コンストラクターの詳細
JaasAuthenticationSuccessEvent
public JaasAuthenticationSuccessEvent(Authentication auth)