クラス ServerHttpSecurity.X509Spec
java.lang.ObjectSE
org.springframework.security.config.web.server.ServerHttpSecurity.X509Spec
- 含まれているクラス:
- ServerHttpSecurity
X509 認証を構成します
- 導入:
- 5.2
- 関連事項:
方法の概要
修飾子と型メソッド説明and()
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。7.0 の取り外し用。authenticationManager
(ReactiveAuthenticationManager authenticationManager) protected void
configure
(ServerHttpSecurity http) principalExtractor
(X509PrincipalExtractor principalExtractor)
メソッドの詳細
principalExtractor
authenticationManager
public ServerHttpSecurity.X509Spec authenticationManager(ReactiveAuthenticationManager authenticationManager) and
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。7.0 の取り外し用。デフォルトをそのまま使用するには、ServerHttpSecurity.x509(Customizer)
またはx509(Customizer.withDefaults())
を使用します。詳細については、ドキュメントを参照してください。configure