edu.internet2.middleware.shibboleth.common.config.profile
Class AbstractRequestURIMappedProfileHandlerBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
edu.internet2.middleware.shibboleth.common.config.profile.AbstractRequestURIMappedProfileHandlerBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
- Direct Known Subclasses:
- AbstractShibbolethProfileHandlerBeanDefinitionParser
public abstract class AbstractRequestURIMappedProfileHandlerBeanDefinitionParser
- extends AbstractSingleBeanDefinitionParser
Base class for request URI mapped profile handler configuration parsers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRequestURIMappedProfileHandlerBeanDefinitionParser
public AbstractRequestURIMappedProfileHandlerBeanDefinitionParser()
doParse
protected void doParse(Element config,
BeanDefinitionBuilder builder)
-
- Overrides:
doParse
in class AbstractSingleBeanDefinitionParser
getRequestPaths
protected List<String> getRequestPaths(Element config)
- Gets the list of request paths the profile handler handles.
- Parameters:
config
- profile handler configuration element
- Returns:
- list of request paths the profile handler handles
shouldGenerateId
protected boolean shouldGenerateId()
-
- Overrides:
shouldGenerateId
in class AbstractBeanDefinitionParser
Copyright © 2006-2009 Internet2. All Rights Reserved.