Package org.opensaml.xmlsec.config.impl
Class XMLObjectProviderInitializer
java.lang.Object
org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
org.opensaml.xmlsec.config.impl.XMLObjectProviderInitializer
- All Implemented Interfaces:
Initializer
public class XMLObjectProviderInitializer extends AbstractXMLObjectProviderInitializer
XMLObject provider initializer for module "xmlsec-impl".
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XMLObjectProviderInitializer()
-
Method Summary
Modifier and Type Method Description protected String[]
getConfigResources()
Obtain the list of configuration file resources which should be loaded.Methods inherited from class org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
init
-
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:
getConfigResources
in classAbstractXMLObjectProviderInitializer
- Returns:
- the list of configuration file resources
-