クラス ServerX509AuthenticationConverter
- java.lang.Object
-
- org.springframework.security.web.server.authentication.ServerX509AuthenticationConverter
- 実装済みのインターフェース一覧:
ServerAuthenticationConverter
public class ServerX509AuthenticationConverter extends java.lang.Object implements ServerAuthenticationConverter
リクエストによって提供されたSslInfoから、認証可能なPreAuthenticatedAuthenticationTokenに変換します。- 導入:
- 5.2
フィールド概要
フィールド 修飾子と型 フィールド 説明 protected org.apache.commons.logging.Loglogger
コンストラクター概要
コンストラクター コンストラクター 説明 ServerX509AuthenticationConverter(X509PrincipalExtractor principalExtractor)
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 reactor.core.publisher.Mono<Authentication>convert(org.springframework.web.server.ServerWebExchange exchange)ServerWebExchangeをAuthenticationに変換します
コンストラクターの詳細
ServerX509AuthenticationConverter
public ServerX509AuthenticationConverter(@NonNull X509PrincipalExtractor principalExtractor)
メソッドの詳細
convert
public reactor.core.publisher.Mono<Authentication> convert(org.springframework.web.server.ServerWebExchange exchange)
インターフェースからコピーされた説明:ServerAuthenticationConverterServerWebExchangeをAuthenticationに変換します- 次で指定:
- インターフェース
ServerAuthenticationConverterのconvert - パラメーター:
exchange-ServerWebExchange- 戻り値:
Authenticationを表すMono