Class SamlInitializer
java.lang.Object
swiss.trustbroker.common.saml.util.SamlInitializer
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidInitialize XML security and the SAML libraries in the correct order once only.static voidInitialize OpenSAML library even if already done.static voidInitialize XML security and the SAML libraries in the correct order even if already done.static voidInitialize Apache XML security library even if already done.
-
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.
-