クラス 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に変換しますクラス ServerFormLoginAuthenticationConverter から継承されたメソッド
apply, setPasswordParameter, setUsernameParameterクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース 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