クラス ServerFormLoginAuthenticationConverter

java.lang.ObjectSE
org.springframework.security.web.server.ServerFormLoginAuthenticationConverter
実装されたすべてのインターフェース:
FunctionSE<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>
既知の直属サブクラス
ServerFormLoginAuthenticationConverter

@DeprecatedSE public class ServerFormLoginAuthenticationConverter extends ObjectSE implements FunctionSE<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>
使用すべきではありません。
代わりに ServerFormLoginAuthenticationConverter を使用してください。
ServerWebExchange をフォームデータ HTTP パラメーターから UsernamePasswordAuthenticationToken に変換します。
導入:
5.0
  • コンストラクターの詳細

    • ServerFormLoginAuthenticationConverter

      public ServerFormLoginAuthenticationConverter()
      使用すべきではありません。
  • メソッドの詳細

    • apply

      @DeprecatedSE public reactor.core.publisher.Mono<Authentication> apply(org.springframework.web.server.ServerWebExchange exchange)
      使用すべきではありません。
      次で指定:
      インターフェース FunctionSE<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>applySE 
    • setUsernameParameter

      public void setUsernameParameter(StringSE usernameParameter)
      使用すべきではありません。
      ユーザー名を抽出するフォームデータのパラメーター名
      パラメーター:
      usernameParameter - ユーザー名 HTTP パラメーター
    • setPasswordParameter

      public void setPasswordParameter(StringSE passwordParameter)
      使用すべきではありません。
      パスワードを抽出するフォームデータのパラメーター名
      パラメーター:
      passwordParameter - パスワード HTTP パラメーター