Example usage for org.springframework.security.config.annotation.web.reactive ServerHttpSecurityConfigurationBuilder http

List of usage examples for org.springframework.security.config.annotation.web.reactive ServerHttpSecurityConfigurationBuilder http

Introduction

In this page you can find the example usage for org.springframework.security.config.annotation.web.reactive ServerHttpSecurityConfigurationBuilder http.

Prototype

public static ServerHttpSecurity http() 

Source Link

Usage

From source file:org.springframework.security.config.web.server.ServerHttpSecurityTests.java

@Before
public void setup() {
    this.http = ServerHttpSecurityConfigurationBuilder.http().authenticationManager(this.authenticationManager);
}