Package org.opensaml.core.xml.config
Class XMLObjectProviderInitializer
java.lang.Object
org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
org.opensaml.core.xml.config.XMLObjectProviderInitializer
- All Implemented Interfaces:
Initializer
XMLObject provider initializer for module "core".
-
Field Details
-
configs
Config resources.
-
-
Constructor Details
-
XMLObjectProviderInitializer
public XMLObjectProviderInitializer()
-
-
Method Details
-
getConfigResources
Obtain the list of configuration file resources which should be loaded.- Specified by:
getConfigResourcesin classAbstractXMLObjectProviderInitializer- Returns:
- the list of configuration file resources
-
init
Perform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Overrides:
initin classAbstractXMLObjectProviderInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-