-
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
It would be handy to be able to resolve an AuthenticationManager
based on request criteria, for example:
HttpServletRequest request = ...
AuthenticationManager manager = resolver.resolve(request);
Note that this may complement #6625.
Metadata
Metadata
Assignees
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement