|
@@ -11,6 +11,7 @@ public abstract class BeanIds {
|
|
|
/** Package protected as end users shouldn't really be using this BFPP directly */
|
|
|
static final String INTERCEPT_METHODS_BEAN_FACTORY_POST_PROCESSOR = "_interceptMethodsBeanfactoryPP";
|
|
|
static final String CONTEXT_SOURCE_SETTING_POST_PROCESSOR = "_contextSettingPostProcessor";
|
|
|
+ static final String HTTP_POST_PROCESSOR = "_httpConfigBeanFactoryPostProcessor";
|
|
|
|
|
|
public static final String JDBC_USER_DETAILS_MANAGER = "_jdbcUserDetailsManager";
|
|
|
public static final String USER_DETAILS_SERVICE = "_userDetailsService";
|