public class OpenSAMLConfigBean extends AbstractInitializableComponent
| Modifier and Type | Field and Description |
|---|---|
private ParserPool |
decryptionParserPool
Optional decryption
ParserPool to configure. |
private org.slf4j.Logger |
log
Class logger.
|
private com.codahale.metrics.MetricRegistry |
metricRegistry
Optional
MetricRegistry to configure. |
private ParserPool |
parserPool
Optional
ParserPool to configure. |
| Constructor and Description |
|---|
OpenSAMLConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize() |
ParserPool |
getDecryptionParserPool()
Get the global decryption
ParserPool to configure. |
com.codahale.metrics.MetricRegistry |
getMetricRegistry()
Get the global
MetricRegistry to configure. |
ParserPool |
getParserPool()
Get the global
ParserPool to configure. |
void |
setDecryptionParserPool(ParserPool newParserPool)
Set the global decryption
ParserPool to configure. |
void |
setMetricRegistry(com.codahale.metrics.MetricRegistry registry)
Set the global
MetricRegistry to configure. |
void |
setParserPool(ParserPool newParserPool)
Set the global
ParserPool to configure. |
destroy, doDestroy, initialize, isDestroyed, isInitialized@Nonnull private final org.slf4j.Logger log
@Nullable private ParserPool parserPool
ParserPool to configure.@Nullable private ParserPool decryptionParserPool
ParserPool to configure.@Nullable private com.codahale.metrics.MetricRegistry metricRegistry
MetricRegistry to configure.@Nullable public ParserPool getParserPool()
ParserPool to configure.public void setParserPool(@Nullable ParserPool newParserPool)
ParserPool to configure.newParserPool - the parser pool to set@Nullable public ParserPool getDecryptionParserPool()
ParserPool to configure.public void setDecryptionParserPool(@Nullable ParserPool newParserPool)
ParserPool to configure.newParserPool - the decryption 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 ComponentInitializationException
doInitialize in class AbstractInitializableComponentComponentInitializationExceptionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.