クラス AuthorizedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.security.access.event.AbstractAuthorizationEvent
-
- org.springframework.security.access.event.AuthorizedEvent
- 実装済みのインターフェース一覧:
java.io.Serializable
@Deprecated public class AuthorizedEvent extends AbstractAuthorizationEvent
使用すべきではありません。代わりにAuthorizationGrantedEventを使用してくださいセキュアオブジェクトが正常に呼び出されたことを示すイベント。セキュアオブジェクトが処理を試みる直前に公開されます。
- 関連事項:
- 連載形式
コンストラクター概要
コンストラクター コンストラクター 説明 AuthorizedEvent(java.lang.Object secureObject, java.util.Collection<ConfigAttribute> attributes, Authentication authentication)使用すべきではありません。イベントを作成します。
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 非推奨のメソッド 修飾子と型 メソッド 説明 AuthenticationgetAuthentication()使用すべきではありません。java.util.Collection<ConfigAttribute>getConfigAttributes()使用すべきではありません。
コンストラクターの詳細
AuthorizedEvent
public AuthorizedEvent(java.lang.Object secureObject, java.util.Collection<ConfigAttribute> attributes, Authentication authentication)使用すべきではありません。イベントを作成します。- パラメーター:
secureObject- 安全なオブジェクトattributes- 安全なオブジェクトに適用されるauthentication- 安全なオブジェクトの呼び出しに成功した
メソッドの詳細
getAuthentication
public Authentication getAuthentication()
使用すべきではありません。
getConfigAttributes
public java.util.Collection<ConfigAttribute> getConfigAttributes()
使用すべきではありません。