public final class Configuration
extends java.lang.Object
ConfigurationManager
to do the actual configuration. Will
use the implementation with the lowest Priority
annotation. If none are found, a relatively sane
implementation, DefaultConfigurationManager
, will be used. The default priority is 100.ServiceLoader
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Modifier and Type | Method and Description |
---|---|
static org.opensaml.core.xml.XMLObjectBuilderFactory |
getBuilderFactory() |
static org.opensaml.core.xml.io.MarshallerFactory |
getMarshallerFactory() |
static net.shibboleth.utilities.java.support.xml.ParserPool |
getParserPool() |
static org.opensaml.core.xml.io.UnmarshallerFactory |
getUnmarshallerFactory() |
static java.io.StringWriter |
serializeSamlObject(org.opensaml.core.xml.XMLObject samlObject) |
public static net.shibboleth.utilities.java.support.xml.ParserPool getParserPool()
public static org.opensaml.core.xml.XMLObjectBuilderFactory getBuilderFactory()
public static org.opensaml.core.xml.io.MarshallerFactory getMarshallerFactory()
public static org.opensaml.core.xml.io.UnmarshallerFactory getUnmarshallerFactory()
public static java.io.StringWriter serializeSamlObject(org.opensaml.core.xml.XMLObject samlObject)
Copyright © 2018. All Rights Reserved.