クラス ChannelSecurityConfigurer.ChannelRequestMatcherRegistry
java.lang.ObjectSE
org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry<ChannelSecurityConfigurer<H>.RequiresChannelUrl>
org.springframework.security.config.annotation.web.configurers.AbstractConfigAttributeRequestMatcherRegistry<ChannelSecurityConfigurer<H>.RequiresChannelUrl>
org.springframework.security.config.annotation.web.configurers.ChannelSecurityConfigurer.ChannelRequestMatcherRegistry
- 含まれているクラス:
ChannelSecurityConfigurer<H extends HttpSecurityBuilder<H>>
@DeprecatedSE
public final class ChannelSecurityConfigurer.ChannelRequestMatcherRegistry
extends AbstractConfigAttributeRequestMatcherRegistry<ChannelSecurityConfigurer<H>.RequiresChannelUrl>
使用すべきではありません。
代替の予定はありません
- 導入:
- 3.2
方法の概要
修飾子と型メソッド説明protected ChannelSecurityConfigurer<H>.RequiresChannelUrlchainRequestMatchersInternal(ListSE<RequestMatcher> requestMatchers) 使用すべきではありません。サブクラスは、RequestMatcherインスタンスの作成にチェーンされたオブジェクトを返すためにこのメソッドを実装する必要があります。channelProcessors(ListSE<ChannelProcessor> channelProcessors) 使用すべきではありません。ChannelDecisionManagerImplで使用するChannelProcessorインスタンスを設定しますredirectStrategy(RedirectStrategy redirectStrategy) 使用すべきではありません。withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor) 使用すべきではありません。このクラスにObjectPostProcessorを追加します。クラス AbstractConfigAttributeRequestMatcherRegistry から継承されたメソッド
chainRequestMatchers
方法の詳細
chainRequestMatchersInternal
protected ChannelSecurityConfigurer<H>.RequiresChannelUrl chainRequestMatchersInternal(ListSE<RequestMatcher> requestMatchers) 使用すべきではありません。クラスからコピーされた説明:AbstractConfigAttributeRequestMatcherRegistryサブクラスは、RequestMatcherインスタンスの作成にチェーンされたオブジェクトを返すためにこのメソッドを実装する必要があります。- 次で指定:
- クラス
AbstractConfigAttributeRequestMatcherRegistry<ChannelSecurityConfigurer<H extends HttpSecurityBuilder<H>>.RequiresChannelUrl>のchainRequestMatchersInternal - パラメーター:
requestMatchers- 作成されたRequestMatcherインスタンス- 戻り値:
RequestMatcherへの何かの関連付けを可能にするサブクラスのチェーンオブジェクト
withObjectPostProcessor
public ChannelSecurityConfigurer<H>.ChannelRequestMatcherRegistry withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor) 使用すべきではありません。このクラスにObjectPostProcessorを追加します。- パラメーター:
objectPostProcessor-- 戻り値:
- さらにカスタマイズするための
ChannelSecurityConfigurer
channelProcessors
public ChannelSecurityConfigurer<H>.ChannelRequestMatcherRegistry channelProcessors(ListSE<ChannelProcessor> channelProcessors) 使用すべきではありません。ChannelDecisionManagerImplで使用するChannelProcessorインスタンスを設定します- パラメーター:
channelProcessors-- 戻り値:
- さらにカスタマイズするための
ChannelSecurityConfigurer
redirectStrategy
public ChannelSecurityConfigurer<H>.ChannelRequestMatcherRegistry redirectStrategy(RedirectStrategy redirectStrategy) 使用すべきではありません。- パラメーター:
redirectStrategy-- 戻り値:
- さらにカスタマイズするための
ChannelSecurityConfigurer