Package org.apache.wss4j.common.saml
Class OpenSAMLBootstrap
- java.lang.Object
-
- org.apache.wss4j.common.saml.OpenSAMLBootstrap
-
public final class OpenSAMLBootstrap extends Object
This class intializes the Opensaml library.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
bootstrap()
Initializes the OpenSAML library, loading default configurations.static void
bootstrap(boolean includeXacml)
-
-
-
Method Detail
-
bootstrap
public static void bootstrap() throws org.opensaml.core.xml.config.XMLConfigurationException
Initializes the OpenSAML library, loading default configurations.- Throws:
org.opensaml.core.xml.config.XMLConfigurationException
- thrown if there is a problem initializing the OpenSAML library
-
bootstrap
public static void bootstrap(boolean includeXacml) throws org.opensaml.core.xml.config.XMLConfigurationException
- Throws:
org.opensaml.core.xml.config.XMLConfigurationException
-
-