edu.internet2.middleware.shibboleth.idp.config.profile.authn
Class IPAddressLoginHandlerBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
edu.internet2.middleware.shibboleth.idp.config.profile.authn.AbstractLoginHandlerBeanDefinitionParser
edu.internet2.middleware.shibboleth.idp.config.profile.authn.IPAddressLoginHandlerBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class IPAddressLoginHandlerBeanDefinitionParser
- extends AbstractLoginHandlerBeanDefinitionParser
Spring bean definition parser for IP address authentication handlers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHEMA_TYPE
public static final QName SCHEMA_TYPE
- Schema type.
IPAddressLoginHandlerBeanDefinitionParser
public IPAddressLoginHandlerBeanDefinitionParser()
getBeanClass
protected Class getBeanClass(Element element)
-
- Overrides:
getBeanClass
in class AbstractSingleBeanDefinitionParser
doParse
protected void doParse(Element config,
BeanDefinitionBuilder builder)
-
- Overrides:
doParse
in class AbstractLoginHandlerBeanDefinitionParser
getIPRanges
protected List<IPRange> getIPRanges(Element config)
- Gets the list of IP ranges given in the configuration.
- Parameters:
config
- current configuration
- Returns:
- list of IP ranges
Copyright © 2006-2009 Internet2. All Rights Reserved.