Package | Description |
---|---|
org.apache.ws.security.saml.ext | |
org.opensaml | |
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
Modifier and Type | Method and Description |
---|---|
static void |
OpenSAMLBootstrap.bootstrap()
Initializes the OpenSAML library, loading default configurations.
|
protected static void |
OpenSAMLBootstrap.initializeParserPool() |
protected static void |
OpenSAMLBootstrap.initializeXMLTooling(String[] providerConfigs) |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultBootstrap.bootstrap()
Initializes the OpenSAML library, loading default configurations.
|
protected static void |
DefaultBootstrap.initializeArtifactBuilderFactories()
Initializes the artifact factories for SAML 1 and SAML 2 artifacts.
|
protected static void |
DefaultBootstrap.initializeParserPool()
Initializes the default global parser pool instance.
|
protected static void |
DefaultBootstrap.initializeVelocity()
Intializes the Apache Velocity template engine.
|
protected static void |
DefaultBootstrap.initializeXMLSecurity()
Initializes the Apache XMLSecurity libary.
|
protected static void |
DefaultBootstrap.initializeXMLTooling(String[] providerConfigs)
Initializes the XMLTooling library with a default set of object providers.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
XMLConfigurator.createClassInstance(Element configuration)
Constructs an instance of the given class.
|
protected void |
XMLConfigurator.initializeIDAttributes(Element idAttributesElement)
Registers the global ID attributes specified in the configuration file.
|
protected void |
XMLConfigurator.initializeObjectProviders(Element objectProviders)
Intializes the object providers defined in the configuration file.
|
protected void |
XMLConfigurator.initializeValidatorSuites(Element validatorSuitesElement)
Initializes the validator suites specified in the configuration file.
|
void |
XMLConfigurator.load(Document configuration)
Loads the configuration docuement.
|
protected void |
XMLConfigurator.load(Element configurationRoot)
Loads a configuration after it's been schema validated.
|
void |
XMLConfigurator.load(File configurationFile)
Loads the configuration file(s) from the given file.
|
void |
XMLConfigurator.load(InputStream configurationStream)
Loads a configuration file from an input stream.
|
protected void |
XMLConfigurator.validateConfiguration(Document configuration)
Schema validates the given configuration.
|
Constructor and Description |
---|
XMLConfigurator()
Constructor.
|
XMLConfigurator(boolean retainXML)
Deprecated.
this method will be removed once
Configuration no longer has the option to store the XML configuration fragements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.