org.apache.ws.security.saml.ext
Class OpenSAMLBootstrap
java.lang.Object
org.opensaml.DefaultBootstrap
org.apache.ws.security.saml.ext.OpenSAMLBootstrap
public class OpenSAMLBootstrap
- extends org.opensaml.DefaultBootstrap
This class intializes the Opensaml library. It is necessary to override DefaultBootstrap
to avoid instantiating Velocity, which we do not need in WSS4J.
Methods inherited from class org.opensaml.DefaultBootstrap |
getLogger, initializeArtifactBuilderFactories, initializeESAPI, initializeGlobalSecurityConfiguration, initializeParserPool, initializeVelocity, initializeXMLSecurity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenSAMLBootstrap
public OpenSAMLBootstrap()
bootstrap
public static void bootstrap()
throws org.opensaml.xml.ConfigurationException
- Initializes the OpenSAML library, loading default configurations.
- Throws:
org.opensaml.xml.ConfigurationException
- thrown if there is a problem initializing the OpenSAML library
initializeXMLTooling
protected static void initializeXMLTooling(String[] providerConfigs)
throws org.opensaml.xml.ConfigurationException
- Throws:
org.opensaml.xml.ConfigurationException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.