public class OpensamlConfigBean extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
OpensamlConfigBean(List<org.opensaml.util.resource.Resource> configs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public OpensamlConfigBean(List<org.opensaml.util.resource.Resource> configs)
configs
- OpenSAML configuration resourcespublic org.opensaml.xml.parse.ParserPool getParserPool()
public void setParserPool(org.opensaml.xml.parse.ParserPool newParserPool)
newParserPool
- The parserPool to set.Copyright © 1999–2014. All rights reserved.