@groovy.transform.CompileStatic class SpringSecurityBeanFactoryPostProcessor extends java.lang.Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
Unregisters auto-config beans registered by Boot.
Modifiers | Name | Description |
---|---|---|
protected static java.lang.String |
AUTOCONFIG_NAME |
|
protected static java.lang.String |
SECURITY_PROPERTIES_NAME |
Constructor and description |
---|
SpringSecurityBeanFactoryPostProcessor() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
disableFilterRegistrationBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry beanFactory) Need to add a FilterRegistrationBean with enabled set to false to prevent Boot from registering all of the filters in the filterchains again as regular filters. |
|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
|
protected void |
removeAutoconfigBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry beanFactory) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Need to add a FilterRegistrationBean with enabled set to false to prevent Boot from registering all of the filters in the filterchains again as regular filters.