|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.config.OpensamlConfigBean
public class OpensamlConfigBean
A simple bean that may be used with Spring to initialize the OpenSAML library.
Constructor Summary | |
---|---|
OpensamlConfigBean(List<org.opensaml.util.resource.Resource> configs)
Constructor. |
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
org.opensaml.xml.parse.ParserPool |
getParserPool()
Get the global ParserPool to configure. |
void |
setParserPool(org.opensaml.xml.parse.ParserPool newParserPool)
Set the global ParserPool to configure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpensamlConfigBean(List<org.opensaml.util.resource.Resource> configs)
configs
- OpenSAML configuration resourcesMethod Detail |
---|
public org.opensaml.xml.parse.ParserPool getParserPool()
public void setParserPool(org.opensaml.xml.parse.ParserPool newParserPool)
newParserPool
- The parserPool to set.public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |