org.springframework.security.config
Class ConcurrentSessionsBeanDefinitionParser
java.lang.Object
org.springframework.security.config.ConcurrentSessionsBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class ConcurrentSessionsBeanDefinitionParser
- extends Object
- implements BeanDefinitionParser
Sets up support for concurrent session support control, creating ConcurrentSessionFilter,
SessionRegistryImpl and ConcurrentSessionControllerImpl. The session controller is also registered
with the default ProviderManager (which is automatically registered during namespace configuration).
- Version:
- $Id$
- Author:
- Luke Taylor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentSessionsBeanDefinitionParser
public ConcurrentSessionsBeanDefinitionParser()
parse
public BeanDefinition parse(Element element,
ParserContext parserContext)
- Specified by:
parse in interface BeanDefinitionParser
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.