Class SamlInitializer

java.lang.Object
swiss.trustbroker.common.saml.util.SamlInitializer

public class SamlInitializer extends Object
  • Method Details

    • initSamlSubSystem

      public static void initSamlSubSystem()
      Initialize XML security and the SAML libraries in the correct order once only.
    • reInitSamlSubSystem

      public static void reInitSamlSubSystem()
      Initialize XML security and the SAML libraries in the correct order even if already done. For special purposes like tests.
    • reInitXmlSecurity

      public static void reInitXmlSecurity()
      Initialize Apache XML security library even if already done. For special purposes like tests.
    • reInitOpenSaml

      public static void reInitOpenSaml()
      Initialize OpenSAML library even if already done. For special purposes like tests.