Class ServerHttpSecurity.X509Spec
java.lang.Object
org.springframework.security.config.web.server.ServerHttpSecurity.X509Spec
- Enclosing class:
 - ServerHttpSecurity
 
Configures X509 authentication
- Since:
 - 5.2
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionand()Deprecated, for removal: This API element is subject to removal in a future version.For removal in 7.0.authenticationManager(ReactiveAuthenticationManager authenticationManager) protected voidconfigure(ServerHttpSecurity http) principalExtractor(X509PrincipalExtractor principalExtractor)  
- 
Method Details
- 
principalExtractor
 - 
authenticationManager
public ServerHttpSecurity.X509Spec authenticationManager(ReactiveAuthenticationManager authenticationManager)  - 
and
Deprecated, for removal: This API element is subject to removal in a future version.For removal in 7.0. UseServerHttpSecurity.x509(Customizer)instead - 
configure
 
 -