クラス AuthorizedEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.access.event.AbstractAuthorizationEvent
org.springframework.security.access.event.AuthorizedEvent
- 実装されたすべてのインターフェース:
SerializableSE
使用すべきではありません。
セキュアオブジェクトが正常に呼び出されたことを示すイベント。
セキュアオブジェクトが処理を試みる直前に公開されます。
- 関連事項:
フィールドのサマリー
クラス java.util.EventObjectSE から継承されたフィールド
sourceSE
コンストラクターの概要
コンストラクターコンストラクター説明AuthorizedEvent
(ObjectSE secureObject, CollectionSE<ConfigAttribute> attributes, Authentication authentication) 使用すべきではありません。イベントを作成します。メソッドのサマリー
修飾子と型メソッド説明使用すべきではありません。使用すべきではありません。クラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestamp
クラス java.util.EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
AuthorizedEvent
public AuthorizedEvent(ObjectSE secureObject, CollectionSE<ConfigAttribute> attributes, Authentication authentication) 使用すべきではありません。イベントを作成します。- パラメーター:
secureObject
- 安全なオブジェクトattributes
- 安全なオブジェクトに適用されるauthentication
- 安全なオブジェクトの呼び出しに成功した
メソッドの詳細
getAuthentication
使用すべきではありません。getConfigAttributes
使用すべきではありません。
AuthorizationGrantedEvent
を使用してください