Class ServerHttpSecurity.X509Spec
- java.lang.Object
-
- org.springframework.security.config.web.server.ServerHttpSecurity.X509Spec
-
- Enclosing class:
- ServerHttpSecurity
public final class ServerHttpSecurity.X509Spec extends java.lang.Object
Configures X509 authentication- Since:
- 5.2
- See Also:
ServerHttpSecurity.x509()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerHttpSecurity
and()
ServerHttpSecurity.X509Spec
authenticationManager(ReactiveAuthenticationManager authenticationManager)
protected void
configure(ServerHttpSecurity http)
ServerHttpSecurity.X509Spec
principalExtractor(X509PrincipalExtractor principalExtractor)
-
-
-
Method Detail
-
principalExtractor
public ServerHttpSecurity.X509Spec principalExtractor(X509PrincipalExtractor principalExtractor)
-
authenticationManager
public ServerHttpSecurity.X509Spec authenticationManager(ReactiveAuthenticationManager authenticationManager)
-
and
public ServerHttpSecurity and()
-
configure
protected void configure(ServerHttpSecurity http)
-
-