public class OAuth2ResourceServerConfigurer
extends org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
Constructor and Description |
---|
OAuth2ResourceServerConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
void |
configure(org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer resources) |
org.springframework.context.ApplicationEventPublisher |
getApplicationEventPublisher() |
LastSecurityFilter |
getLastSecurityFilter() |
RequestLocaleProvider |
getLocaleProvider() |
TokenMasker |
getTokenMasker() |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
void |
setLocaleProvider(RequestLocaleProvider localeProvider) |
void |
setOauth2Properties(SecurityOAuth2Properties oauth2Properties) |
void |
setTokenMasker(TokenMasker tokenMasker) |
void |
setUserRepository(io.jmix.core.security.UserRepository userRepository) |
@Autowired public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
@Autowired public void setTokenMasker(TokenMasker tokenMasker)
@Autowired public void setLocaleProvider(RequestLocaleProvider localeProvider)
@Autowired public void setOauth2Properties(SecurityOAuth2Properties oauth2Properties)
@Autowired public void setUserRepository(io.jmix.core.security.UserRepository userRepository)
public org.springframework.context.ApplicationEventPublisher getApplicationEventPublisher()
public TokenMasker getTokenMasker()
public RequestLocaleProvider getLocaleProvider()
public void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws java.lang.Exception
configure
in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer
configure
in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
java.lang.Exception
public void configure(org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer resources) throws java.lang.Exception
configure
in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer
configure
in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
java.lang.Exception
public LastSecurityFilter getLastSecurityFilter()