クラス DelegatingServerAuthenticationConverter

java.lang.ObjectSE
org.springframework.security.web.server.authentication.DelegatingServerAuthenticationConverter
実装されたすべてのインターフェース:
ServerAuthenticationConverter

public final class DelegatingServerAuthenticationConverter extends ObjectSE implements ServerAuthenticationConverter
他の ServerAuthenticationConverter インスタンスに委譲する ServerAuthenticationConverter
導入:
6.3
  • コンストラクターの詳細

  • メソッドの詳細

    • convert

      public reactor.core.publisher.Mono<Authentication> convert(org.springframework.web.server.ServerWebExchange exchange)
      インターフェースからコピーされた説明: ServerAuthenticationConverter
      ServerWebExchange を Authentication に変換します
      次で指定:
      インターフェース ServerAuthenticationConverterconvert 
      パラメーター:
      exchange - ServerWebExchange
      戻り値:
      Authentication を表す Mono 
    • setContinueOnError

      public void setContinueOnError(boolean continueOnError)
      デリゲートがエラーになったときに反復処理を続行します。デフォルトは false です
      パラメーター:
      continueOnError - デリゲートがエラーを起こした場合に続行するかどうか
      導入:
      6.3