@Configuration
@Import(value={ClientDetailsServiceConfiguration.class,AuthorizationServerEndpointsConfiguration.class})
public class AuthorizationServerSecurityConfiguration
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
| Constructor and Description |
|---|
AuthorizationServerSecurityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
protected void |
configure(AuthorizationServerSecurityConfigurer oauthServer) |
void |
configure(ClientDetailsServiceConfigurer clientDetails) |
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
authenticationManager, authenticationManagerBean, configure, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBeanpublic AuthorizationServerSecurityConfiguration()
@Autowired public void configure(ClientDetailsServiceConfigurer clientDetails) throws Exception
Exceptionprotected void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionprotected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionprotected void configure(AuthorizationServerSecurityConfigurer oauthServer) throws Exception
ExceptionCopyright © 2019. All rights reserved.