mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
Javadoc.
This commit is contained in:
parent
ac564fc34e
commit
3469a8d4a3
@ -163,11 +163,11 @@ public class HttpSecurityBeanDefinitionParser implements BeanDefinitionParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the internal AuthentiationManager bean which uses the externally registered (global) one as
|
* Creates the internal AuthenticationManager bean which uses the externally registered (global) one as
|
||||||
* a parent.
|
* a parent.
|
||||||
*
|
*
|
||||||
* All the providers registered by this <http> block will be registered with the internal
|
* All the providers registered by this <http> block will be registered with the internal
|
||||||
* authentication manager, along with the ConcurrentSessionController (if necessary).
|
* authentication manager.
|
||||||
*/
|
*/
|
||||||
private BeanReference createAuthenticationManager(Element element, ParserContext pc,
|
private BeanReference createAuthenticationManager(Element element, ParserContext pc,
|
||||||
ManagedList<BeanReference> authenticationProviders, BeanReference concurrencyController) {
|
ManagedList<BeanReference> authenticationProviders, BeanReference concurrencyController) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user