Spring Security Framework

org.springframework.security.config
Class ConcurrentSessionsBeanDefinitionParser

java.lang.Object
  extended by 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

Constructor Summary
ConcurrentSessionsBeanDefinitionParser()
           
 
Method Summary
 BeanDefinition parse(Element element, ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentSessionsBeanDefinitionParser

public ConcurrentSessionsBeanDefinitionParser()
Method Detail

parse

public BeanDefinition parse(Element element,
                            ParserContext parserContext)
Specified by:
parse in interface BeanDefinitionParser

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.