Package org.opensaml.xmlsec.config
Class DecryptionParserPool
- java.lang.Object
-
- org.opensaml.xmlsec.config.DecryptionParserPool
-
public class DecryptionParserPool extends Object
A wrapper bean containing an instance ofParserPool
used with XML decryption that can be registered with the globalConfigurationService
.
-
-
Field Summary
Fields Modifier and Type Field Description private ParserPool
parserPool
The wrapped parser pool instance.
-
Constructor Summary
Constructors Constructor Description DecryptionParserPool(ParserPool pool)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParserPool
getParserPool()
Obtain the wrapped parser pool instance.
-
-
-
Field Detail
-
parserPool
private ParserPool parserPool
The wrapped parser pool instance.
-
-
Constructor Detail
-
DecryptionParserPool
public DecryptionParserPool(@Nonnull ParserPool pool)
Constructor.- Parameters:
pool
- the parser pool instance
-
-
Method Detail
-
getParserPool
@Nonnull public ParserPool getParserPool()
Obtain the wrapped parser pool instance.- Returns:
- the wrapped parser pool instance
-
-