クラス 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
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<Authentication>convert(org.springframework.web.server.ServerWebExchange exchange) ServerWebExchangeをAuthenticationに変換しますクラス org.springframework.security.web.server.ServerFormLoginAuthenticationConverter から継承されたメソッド
apply, setPasswordParameter, setUsernameParameterクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース java.util.function.FunctionSE から継承されたメソッド
andThenSE, composeSE
コンストラクターの詳細
ServerFormLoginAuthenticationConverter
public ServerFormLoginAuthenticationConverter()
メソッドの詳細
convert
public reactor.core.publisher.Mono<Authentication> convert(org.springframework.web.server.ServerWebExchange exchange) インターフェースからコピーされた説明:ServerAuthenticationConverterServerWebExchangeをAuthenticationに変換します- 次で指定:
- インターフェース
ServerAuthenticationConverterのconvert - パラメーター:
exchange-ServerWebExchange- 戻り値:
Authenticationを表すMono