public class IPAddressLoginHandlerBeanDefinitionParser extends AbstractLoginHandlerBeanDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
static QName |
SCHEMA_TYPE
Schema type.
|
| Constructor and Description |
|---|
IPAddressLoginHandlerBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Element config,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
protected Class |
getBeanClass(Element element) |
protected List<IPRange> |
getIPRanges(Element config)
Gets the list of IP ranges given in the configuration.
|
shouldGenerateIddoParse, getBeanClassName, getParentName, parseInternalpublic static final QName SCHEMA_TYPE
private final org.slf4j.Logger log
public IPAddressLoginHandlerBeanDefinitionParser()
protected Class getBeanClass(Element element)
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected void doParse(Element config, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class AbstractLoginHandlerBeanDefinitionParserCopyright © 1999-2014. All Rights Reserved.