Class ServerHttpSecurity.X509Spec

java.lang.Object
org.springframework.security.config.web.server.ServerHttpSecurity.X509Spec
Enclosing class:
ServerHttpSecurity

public final class ServerHttpSecurity.X509Spec extends Object
Configures X509 authentication
Since:
5.2
See Also:
  • Method Details

    • principalExtractor

      public ServerHttpSecurity.X509Spec principalExtractor(org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor principalExtractor)
    • authenticationManager

      public ServerHttpSecurity.X509Spec authenticationManager(org.springframework.security.authentication.ReactiveAuthenticationManager authenticationManager)
    • and

      public ServerHttpSecurity and()
    • configure

      protected void configure(ServerHttpSecurity http)