@ConditionalOnClass(value=org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity.class) @ConditionalOnMissingBean(value=org.springframework.security.config.annotation.web.reactive.WebFluxSecurityConfiguration.class) @ConditionalOnWebApplication(type=REACTIVE) @EnableWebFluxSecurity public class WebFluxSecurityConfiguration extends Object
EnableWebFluxSecurity
for a reactive web application if this
annotation has not been added by the user.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.