@Order(value=100) @Configuration @EnableWebSecurity public class SecurityConfiguration extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter implements BaseConfiguration
Modifier and Type | Class and Description |
---|---|
class |
SecurityConfiguration.ApiWebSecurityConfig |
class |
SecurityConfiguration.AppWebSecurityConfig |
BaseConfiguration.ClusterDisabledCondition, BaseConfiguration.ClusterEnabledCondition, BaseConfiguration.PROPERTY_SOURCE_LOCATIONS
ADDONS_CONFIGURATION_COMPONENT_SCAN_PACKAGE, CLUSTER_ENABLE_PROPERTY_NAME, CONFIGURATION_ORDER_DELTA, CUSTOM_CONFIGURATION_COMPONENT_SCAN_PACKAGE, DEFAULT_WEB_APPLICATION_INITIALIZER_ORDER, ONE_CONFIGURATION_ORDER, PROPERTY_SOURCES_CUSTOM_APPLICATION_CONTEXT_INITIALIZER_ORDER, SECURITY_CONFIGURATION_ORDER, SECURITY_WEB_APPLICATION_INITIALIZER_ORDER, SESSION_WEB_APPLICATION_INITIALIZER_ORDER, VIS_CONFIGURATION_ORDER
Constructor and Description |
---|
SecurityConfiguration() |
Modifier and Type | Method and Description |
---|---|
BrowserRedirectionFilter |
browserRedirectionFilter() |
org.springframework.security.web.csrf.CsrfTokenRepository |
csrfTokenRepository() |
org.springframework.web.servlet.LocaleResolver |
localeResolver(org.springframework.transaction.PlatformTransactionManager transactionManager,
UserService userService,
CurrentUserService currentUSerService) |
void |
postConstruct() |
authenticationManagerBean, configure, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsServiceBean
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyConfigurationCustomisations, getObjectOrDefault
@PostConstruct public void postConstruct() throws Exception
Exception
@Bean public BrowserRedirectionFilter browserRedirectionFilter()
@Bean public org.springframework.security.web.csrf.CsrfTokenRepository csrfTokenRepository()
@Bean public org.springframework.web.servlet.LocaleResolver localeResolver(org.springframework.transaction.PlatformTransactionManager transactionManager, UserService userService, CurrentUserService currentUSerService)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.