-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement
Milestone
Description
Some Security AOT hints depend on infrastructural beans like AuthorizationProxyFactory
to function. As such, it would be nice to have an API that is a little simpler for applications to implement than BeanFactoryInitializationAotProcessor
, for example:
public interface SecurityHintsRegistrar {
void registerHints(RuntimeHints hints, ConfigurableListableBeanFactory beanFactory);
}
Beans that implement this interface would be able to depend on Security infrastructural beans.
Metadata
Metadata
Assignees
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement