JavaScript is disabled on your browser.
java.lang.Object
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
All Implemented Interfaces:
org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
@EnableOAuth2Sso
@Configuration
public class OAuthSecurityConfiguration
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
Setup Spring Security OAuth for the Rest Endpoints of Spring Cloud Data Flow.
Author:
Gunnar Hillert, Ilayaperumal Gopinathan
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
org.springframework.security.authentication.AuthenticationProvider
authenticationProvider ()
protected void
configure (org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
protected void
configure (org.springframework.security.config.annotation.web.builders.HttpSecurity http)
Methods inherited from class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
authenticationManager, authenticationManagerBean, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 2017 Pivotal Software, Inc. . All rights reserved.