@Configuration @ConditionalOnProperty(value="security.basic.enabled") @EnableWebSecurity public class SecurityConfiguration extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
OAuthSecurityConfiguration
.
An (optionally) injected AuthenticationProvider
will be used if available,
e.g. via OAuth2-specific configuration.OAuthSecurityConfiguration
Constructor and Description |
---|
SecurityConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
authenticationManager, authenticationManagerBean, configure, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.