Class DecryptionParserPool


  • public class DecryptionParserPool
    extends Object
    A wrapper bean containing an instance of ParserPool used with XML decryption that can be registered with the global ConfigurationService.
    • Field Detail

      • parserPool

        private net.shibboleth.utilities.java.support.xml.ParserPool parserPool
        The wrapped parser pool instance.
    • Constructor Detail

      • DecryptionParserPool

        public DecryptionParserPool​(@Nonnull
                                    net.shibboleth.utilities.java.support.xml.ParserPool pool)
        Constructor.
        Parameters:
        pool - the parser pool instance
    • Method Detail

      • getParserPool

        @Nonnull
        public net.shibboleth.utilities.java.support.xml.ParserPool getParserPool()
        Obtain the wrapped parser pool instance.
        Returns:
        the wrapped parser pool instance