クラス 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>>
使用すべきではありません。
ServerWebExchange をフォームデータ HTTP パラメーターから UsernamePasswordAuthenticationToken に変換します。
- 導入:
- 5.0
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<Authentication>
apply
(org.springframework.web.server.ServerWebExchange exchange) 使用すべきではありません。void
setPasswordParameter
(StringSE passwordParameter) 使用すべきではありません。パスワードを抽出するフォームデータのパラメーター名void
setUsernameParameter
(StringSE usernameParameter) 使用すべきではありません。ユーザー名を抽出するフォームデータのパラメーター名クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース java.util.function.FunctionSE から継承されたメソッド
andThenSE, composeSE
コンストラクターの詳細
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
使用すべきではありません。ユーザー名を抽出するフォームデータのパラメーター名- パラメーター:
usernameParameter
- ユーザー名 HTTP パラメーター
setPasswordParameter
使用すべきではありません。パスワードを抽出するフォームデータのパラメーター名- パラメーター:
passwordParameter
- パスワード HTTP パラメーター
ServerFormLoginAuthenticationConverter
を使用してください。