クラス AbstractRetryEntryPoint

java.lang.ObjectSE
org.springframework.security.web.access.channel.AbstractRetryEntryPoint
実装されているすべてのインターフェース:
ChannelEntryPoint
既知の直属サブクラス
RetryWithHttpEntryPointRetryWithHttpsEntryPoint

@DeprecatedSE public abstract class AbstractRetryEntryPoint extends ObjectSE implements ChannelEntryPoint
使用すべきではありません。
HttpsRedirectFilter とそれに関連する PortMapper を使用してください
  • フィールドのサマリー

    フィールド
    修飾子と型
    フィールド
    説明
    protected final org.apache.commons.logging.Log
    使用すべきではありません。
  • コンストラクターの概要

    コンストラクター
    コンストラクター
    説明
    AbstractRetryEntryPoint(StringSE scheme, int standardPort)
    使用すべきではありません。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
    使用すべきではありません。
    安全なチャネルを開始します。
    protected abstract IntegerSE
    使用すべきではありません。
    protected final PortMapper
    使用すべきではありません。
    protected final PortResolver
    非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    protected final RedirectStrategy
    使用すべきではありません。
    void
    使用すべきではありません。
    void
    非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    void
    使用すべきではありません。
    必要なチャネル URL へのリダイレクトに使用する戦略を設定します。

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • フィールドの詳細

    • logger

      protected final org.apache.commons.logging.Log logger
      使用すべきではありません。
  • コンストラクターの詳細

    • AbstractRetryEntryPoint

      public AbstractRetryEntryPoint(StringSE scheme, int standardPort)
      使用すべきではありません。
  • メソッドの詳細

    • commence

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOExceptionSE
      使用すべきではありません。
      インターフェースからコピーされた説明: ChannelEntryPoint
      安全なチャネルを開始します。

      実装は、必要に応じて ServletResponse のヘッダーを変更して、実装でサポートされているチャネル型を使用してユーザーエージェントを開始する必要があります。

      次で指定:
      インターフェース ChannelEntryPointcommence 
      パラメーター:
      request - ChannelProcessor が拒否したこと
      response - ユーザーエージェントが新しいチャネルの使用を開始できるように
      例外:
      IOExceptionSE
    • getMappedPort

      protected abstract IntegerSE getMappedPort(IntegerSE mapFromPort)
      使用すべきではありません。
    • getPortMapper

      protected final PortMapper getPortMapper()
      使用すべきではありません。
    • setPortMapper

      public void setPortMapper(PortMapper portMapper)
      使用すべきではありません。
    • setPortResolver

      @DeprecatedSE(forRemoval=true) public void setPortResolver(PortResolver portResolver)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • getPortResolver

      @DeprecatedSE(forRemoval=true) protected final PortResolver getPortResolver()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • setRedirectStrategy

      public void setRedirectStrategy(RedirectStrategy redirectStrategy)
      使用すべきではありません。
      必要なチャネル URL へのリダイレクトに使用する戦略を設定します。設定されていない場合、DefaultRedirectStrategy インスタンスが使用されます。
      パラメーター:
      redirectStrategy - URL が渡される戦略インスタンス。
    • getRedirectStrategy

      protected final RedirectStrategy getRedirectStrategy()
      使用すべきではありません。