クラス AuthorizedEvent

java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.access.event.AbstractAuthorizationEvent
org.springframework.security.access.event.AuthorizedEvent
実装されたすべてのインターフェース:
SerializableSE

@DeprecatedSE public class AuthorizedEvent extends AbstractAuthorizationEvent
使用すべきではありません。
代わりに AuthorizationGrantedEvent を使用してください
セキュアオブジェクトが正常に呼び出されたことを示すイベント。

セキュアオブジェクトが処理を試みる直前に公開されます。

関連事項:
  • コンストラクターの詳細

    • AuthorizedEvent

      public AuthorizedEvent(ObjectSE secureObject, CollectionSE<ConfigAttribute> attributes, Authentication authentication)
      使用すべきではありません。
      イベントを作成します。
      パラメーター:
      secureObject - 安全なオブジェクト
      attributes - 安全なオブジェクトに適用される
      authentication - 安全なオブジェクトの呼び出しに成功した
  • メソッドの詳細

    • getAuthentication

      public Authentication getAuthentication()
      使用すべきではありません。
    • getConfigAttributes

      public CollectionSE<ConfigAttribute> getConfigAttributes()
      使用すべきではありません。