Class DecryptionParserPoolInitializer

  • All Implemented Interfaces:
    org.opensaml.core.config.Initializer

    public class DecryptionParserPoolInitializer
    extends Object
    implements org.opensaml.core.config.Initializer
    An initializer for the global parser pool for XML decryption use, wrapped by DecryptionParserPool.

    The ParserPool configured by default here is an instance of BasicParserPool, with a maxPoolSize property of 50, an additional feature added specifically for decryption usage (http://apache.org/xml/features/dom/defer-node-expansion = False) and all other properties with default values.

    • Constructor Detail

      • DecryptionParserPoolInitializer

        public DecryptionParserPoolInitializer()
    • Method Detail

      • init

        public void init()
                  throws org.opensaml.core.config.InitializationException
        Specified by:
        init in interface org.opensaml.core.config.Initializer
        Throws:
        org.opensaml.core.config.InitializationException