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 SummaryModifier 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
- 
authenticationManagerpublic ServerHttpSecurity.X509Spec authenticationManager(ReactiveAuthenticationManager authenticationManager) 
- 
andDeprecated, for removal: This API element is subject to removal in a future version.For removal in 7.0. UseServerHttpSecurity.x509(Customizer)orx509(Customizer.withDefaults())to stick with defaults. See the documentation for more details.
- 
configure
 
-