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 void
configure
(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)
orx509(Customizer.withDefaults())
to stick with defaults. See the documentation for more details. -
configure
-