クラス RequestMatcherDelegatingAuthenticationManagerResolver.Builder
java.lang.ObjectSE
org.springframework.security.web.authentication.RequestMatcherDelegatingAuthenticationManagerResolver.Builder
public static final class RequestMatcherDelegatingAuthenticationManagerResolver.Builder
extends ObjectSE
メソッドのサマリー
修飾子と型メソッド説明add(RequestMatcher matcher, AuthenticationManager manager) RequestMatcherをAuthorizationManagerにマップします。build()RequestMatcherDelegatingAuthenticationManagerResolverインスタンスを作成します。
メソッドの詳細
add
public RequestMatcherDelegatingAuthenticationManagerResolver.Builder add(RequestMatcher matcher, AuthenticationManager manager) RequestMatcherをAuthorizationManagerにマップします。- パラメーター:
matcher- 使用するRequestMatchermanager- 使用するAuthenticationManager- 戻り値:
RequestMatcherDelegatingAuthenticationManagerResolver.Builderから customizationServerWebExchangeDelegatingReactiveAuthenticationManagerResolvers へ
build
RequestMatcherDelegatingAuthenticationManagerResolverインスタンスを作成します。