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.ObjectConfigures X509 authentication- Since:
 - 5.2
 - See Also:
 ServerHttpSecurity.x509()
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerHttpSecurityand()ServerHttpSecurity.X509SpecauthenticationManager(ReactiveAuthenticationManager authenticationManager)protected voidconfigure(ServerHttpSecurity http)ServerHttpSecurity.X509SpecprincipalExtractor(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)
 
 - 
 
 -