org.springframework.security.config
Class ConcurrentSessionsBeanDefinitionParser
java.lang.Object
org.springframework.security.config.ConcurrentSessionsBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class ConcurrentSessionsBeanDefinitionParser
- extends java.lang.Object
- implements org.springframework.beans.factory.xml.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
|
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentSessionsBeanDefinitionParser
public ConcurrentSessionsBeanDefinitionParser()
parse
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser