クラス AbstractRetryEntryPoint
java.lang.ObjectSE
org.springframework.security.web.access.channel.AbstractRetryEntryPoint
- 実装されているすべてのインターフェース:
ChannelEntryPoint
- 既知の直属サブクラス
RetryWithHttpEntryPoint,RetryWithHttpsEntryPoint
@DeprecatedSE
public abstract class AbstractRetryEntryPoint
extends ObjectSE
implements ChannelEntryPoint
使用すべきではありません。
フィールドのサマリー
フィールドコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明voidcommence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 使用すべきではありません。安全なチャネルを開始します。protected abstract @Nullable IntegerSEgetMappedPort(IntegerSE mapFromPort) 使用すべきではありません。protected final PortMapper使用すべきではありません。protected final RedirectStrategy使用すべきではありません。voidsetPortMapper(PortMapper portMapper) 使用すべきではありません。voidsetRedirectStrategy(RedirectStrategy redirectStrategy) 使用すべきではありません。必要なチャネル URL へのリダイレクトに使用する戦略を設定します。
フィールドの詳細
logger
protected final org.apache.commons.logging.Log logger使用すべきではありません。
コンストラクターの詳細
AbstractRetryEntryPoint
使用すべきではありません。
メソッドの詳細
commence
public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOExceptionSE 使用すべきではありません。インターフェースからコピーされた説明:ChannelEntryPoint安全なチャネルを開始します。実装は、必要に応じて
ServletResponseのヘッダーを変更して、実装でサポートされているチャネル型を使用してユーザーエージェントを開始する必要があります。- 次で指定:
- インターフェース
ChannelEntryPointのcommence - パラメーター:
request-ChannelProcessorが拒否したことresponse- ユーザーエージェントが新しいチャネルの使用を開始できるように- 例外:
IOExceptionSE
getMappedPort
使用すべきではありません。getPortMapper
使用すべきではありません。setPortMapper
使用すべきではありません。setRedirectStrategy
使用すべきではありません。必要なチャネル URL へのリダイレクトに使用する戦略を設定します。設定されていない場合、DefaultRedirectStrategyインスタンスが使用されます。- パラメーター:
redirectStrategy- URL が渡される戦略インスタンス。
getRedirectStrategy
使用すべきではありません。
HttpsRedirectFilterとそれに関連するPortMapperを使用してください