@groovy.transform.CompileStatic class SpringSecurityBeanFactoryPostProcessor extends java.lang.Object implements 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(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(ConfigurableListableBeanFactory beanFactory) |
|
protected void |
removeAutoconfigBeans(BeanDefinitionRegistry beanFactory) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
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.