クラス ServerFormLoginAuthenticationConverter

java.lang.ObjectSE
org.springframework.security.web.server.ServerFormLoginAuthenticationConverter
org.springframework.security.web.server.authentication.ServerFormLoginAuthenticationConverter
実装済みのインターフェース一覧:
FunctionSE<org.springframework.web.server.ServerWebExchange, reactor.core.publisher.Mono<Authentication>>, ServerAuthenticationConverter

public class ServerFormLoginAuthenticationConverter extends ServerFormLoginAuthenticationConverter implements ServerAuthenticationConverter
ServerWebExchange をフォームデータ HTTP パラメーターから UsernamePasswordAuthenticationToken に変換します。
導入:
5.1
  • コンストラクターの詳細

    • ServerFormLoginAuthenticationConverter

      public ServerFormLoginAuthenticationConverter()
  • 方法の詳細