public class OpenSAMLConfigBean
extends net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
| Modifier and Type | Field and Description |
|---|---|
private Logger |
log
Class logger.
|
private com.codahale.metrics.MetricRegistry |
metricRegistry
Optional
MetricRegistry to configure. |
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() |
com.codahale.metrics.MetricRegistry |
getMetricRegistry()
Get the global
MetricRegistry to configure. |
net.shibboleth.utilities.java.support.xml.ParserPool |
getParserPool()
Get the global
ParserPool to configure. |
void |
setMetricRegistry(com.codahale.metrics.MetricRegistry registry)
Set the global
MetricRegistry to configure. |
void |
setParserPool(net.shibboleth.utilities.java.support.xml.ParserPool newParserPool)
Set the global
ParserPool to configure. |
@Nullable private net.shibboleth.utilities.java.support.xml.ParserPool parserPool
ParserPool to configure.@Nullable private com.codahale.metrics.MetricRegistry metricRegistry
MetricRegistry to configure.@Nullable public net.shibboleth.utilities.java.support.xml.ParserPool getParserPool()
ParserPool to configure.public void setParserPool(@Nullable net.shibboleth.utilities.java.support.xml.ParserPool newParserPool)
ParserPool to configure.newParserPool - the parser pool to set@Nullable public com.codahale.metrics.MetricRegistry getMetricRegistry()
MetricRegistry to configure.public void setMetricRegistry(@Nullable com.codahale.metrics.MetricRegistry registry)
MetricRegistry to configure.registry - the metric registry to useprotected 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–2016 Shibboleth Consortium. All rights reserved.