Class OpenSAMLInitializerBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class OpenSAMLInitializerBean
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Bean for initializing the OpenSAML 4.X library.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    OpenSAMLInitializer
    • Constructor Detail

      • OpenSAMLInitializerBean

        public OpenSAMLInitializerBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws Exception
        Initializes the OpenSAML library.
        Throws:
        Exception - for init errors
      • setParserPool

        public void setParserPool​(ParserPool parserPool)
        Set the global ParserPool to configure.
        Parameters:
        parserPool - the parserPool to assign
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Invokes initialize() after all properties have been assigned.
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception