public class OpensamlConfigBean extends Object implements org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
private List<Resource> |
configResources
OpenSAML configuration resources.
|
private org.slf4j.Logger |
log
Class logger.
|
private ParserPool |
parserPool
Optional ParserPool to configure.
|
Constructor and Description |
---|
OpensamlConfigBean(List<Resource> configs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
ParserPool |
getParserPool()
Get the global ParserPool to configure.
|
void |
setParserPool(ParserPool newParserPool)
Set the global ParserPool to configure.
|
private final org.slf4j.Logger log
private ParserPool parserPool
public ParserPool getParserPool()
public void setParserPool(ParserPool newParserPool)
newParserPool
- The parserPool to set.Copyright © 1999-2012. All Rights Reserved.