クラス ServerFormLoginAuthenticationConverter
- java.lang.Object
-
- org.springframework.security.web.server.ServerFormLoginAuthenticationConverter
- 実装済みのインターフェース一覧:
java.util.function.Function<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>
- 既知の直属サブクラス
ServerFormLoginAuthenticationConverter
@Deprecated public class ServerFormLoginAuthenticationConverter extends java.lang.Object implements java.util.function.Function<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>
使用すべきではありません。代わりにServerFormLoginAuthenticationConverterを使用してください。ServerWebExchange をフォームデータ HTTP パラメーターから UsernamePasswordAuthenticationToken に変換します。- 導入:
- 5.0
コンストラクター概要
コンストラクター コンストラクター 説明 ServerFormLoginAuthenticationConverter()使用すべきではありません。
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 非推奨のメソッド 修飾子と型 メソッド 説明 reactor.core.publisher.Mono<Authentication>apply(org.springframework.web.server.ServerWebExchange exchange)使用すべきではありません。voidsetPasswordParameter(java.lang.String passwordParameter)使用すべきではありません。パスワードを抽出するフォームデータのパラメーター名voidsetUsernameParameter(java.lang.String usernameParameter)使用すべきではありません。ユーザー名を抽出するフォームデータのパラメーター名
メソッドの詳細
apply
@Deprecated public reactor.core.publisher.Mono<Authentication> apply(org.springframework.web.server.ServerWebExchange exchange)
使用すべきではありません。- 次で指定:
- インターフェース
java.util.function.Function<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>のapply
setUsernameParameter
public void setUsernameParameter(java.lang.String usernameParameter)
使用すべきではありません。ユーザー名を抽出するフォームデータのパラメーター名- パラメーター:
usernameParameter- ユーザー名 HTTP パラメーター
setPasswordParameter
public void setPasswordParameter(java.lang.String passwordParameter)
使用すべきではありません。パスワードを抽出するフォームデータのパラメーター名- パラメーター:
passwordParameter- パスワード HTTP パラメーター