Class OpenSAMLConfigBean

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • decryptionParserPool

        @Nullable
        private ParserPool decryptionParserPool
        Optional decryption ParserPool to configure.
      • metricRegistry

        @Nullable
        private com.codahale.metrics.MetricRegistry metricRegistry
        Optional MetricRegistry to configure.
    • Constructor Detail

      • OpenSAMLConfigBean

        public OpenSAMLConfigBean()
    • Method Detail

      • getParserPool

        @Nullable
        public ParserPool getParserPool()
        Get the global ParserPool to configure.
        Returns:
        the parser pool
      • setParserPool

        public void setParserPool​(@Nullable
                                  ParserPool newParserPool)
        Set the global ParserPool to configure.
        Parameters:
        newParserPool - the parser pool to set
      • getDecryptionParserPool

        @Nullable
        public ParserPool getDecryptionParserPool()
        Get the global decryption ParserPool to configure.
        Returns:
        the decryption parser pool
      • setDecryptionParserPool

        public void setDecryptionParserPool​(@Nullable
                                            ParserPool newParserPool)
        Set the global decryption ParserPool to configure.
        Parameters:
        newParserPool - the decryption parser pool to set
      • getMetricRegistry

        @Nullable
        public com.codahale.metrics.MetricRegistry getMetricRegistry()
        Get the global MetricRegistry to configure.
        Returns:
        the metric registry to use
        Since:
        3.3.0
      • setMetricRegistry

        public void setMetricRegistry​(@Nullable
                                      com.codahale.metrics.MetricRegistry registry)
        Set the global MetricRegistry to configure.
        Parameters:
        registry - the metric registry to use
        Since:
        3.3.0