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() 使用すべきではありません。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<Authentication> | apply(org.springframework.web.server.ServerWebExchange exchange) 使用すべきではありません。 |
void | setPasswordParameter(java.lang.String passwordParameter) 使用すべきではありません。 パスワードを抽出するフォームデータのパラメーター名 |
void | setUsernameParameter(java.lang.String usernameParameter) 使用すべきではありません。 ユーザー名を抽出するフォームデータのパラメーター名 |
public ServerFormLoginAuthenticationConverter()
@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 public void setUsernameParameter(java.lang.String usernameParameter)
usernameParameter - ユーザー名 HTTP パラメーター public void setPasswordParameter(java.lang.String passwordParameter)
passwordParameter - パスワード HTTP パラメーター