public class DecryptionParserPool extends Object
ParserPool used with XML decryption
that can be registered with the global ConfigurationService.| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.utilities.java.support.xml.ParserPool |
parserPool
The wrapped parser pool instance.
|
| Constructor and Description |
|---|
DecryptionParserPool(net.shibboleth.utilities.java.support.xml.ParserPool pool)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
net.shibboleth.utilities.java.support.xml.ParserPool |
getParserPool()
Obtain the wrapped parser pool instance.
|
private net.shibboleth.utilities.java.support.xml.ParserPool parserPool
public DecryptionParserPool(@Nonnull net.shibboleth.utilities.java.support.xml.ParserPool pool)
pool - the parser pool instance@Nonnull public net.shibboleth.utilities.java.support.xml.ParserPool getParserPool()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.