public class OpenSAMLConfigBean
extends net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
| Modifier and Type | Field and Description |
|---|---|
private Logger |
log
Class logger.
|
private net.shibboleth.utilities.java.support.xml.ParserPool |
parserPool
Optional ParserPool to configure.
|
| Constructor and Description |
|---|
OpenSAMLConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize() |
net.shibboleth.utilities.java.support.xml.ParserPool |
getParserPool()
Get the global ParserPool to configure.
|
void |
setParserPool(net.shibboleth.utilities.java.support.xml.ParserPool newParserPool)
Set the global ParserPool to configure.
|
private final Logger log
private net.shibboleth.utilities.java.support.xml.ParserPool parserPool
@Nullable public net.shibboleth.utilities.java.support.xml.ParserPool getParserPool()
public void setParserPool(@Nonnull net.shibboleth.utilities.java.support.xml.ParserPool newParserPool)
newParserPool - The parserPool to set.protected void doInitialize()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
doInitialize in class net.shibboleth.utilities.java.support.component.AbstractInitializableComponentnet.shibboleth.utilities.java.support.component.ComponentInitializationExceptionCopyright © 1999–2014. All rights reserved.