Class ConfigurationType

java.lang.Object
org.apache.xml.security.configuration.ConfigurationType

public class ConfigurationType extends Object

Java class for ConfigurationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConfigurationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Properties" type="{http://www.xmlsecurity.org/NS/configuration}PropertiesType"/>
         <element name="SecurityHeaderHandlers" type="{http://www.xmlsecurity.org/NS/configuration}SecurityHeaderHandlersType"/>
         <element name="TransformAlgorithms" type="{http://www.xmlsecurity.org/NS/configuration}TransformAlgorithmsType"/>
         <element name="JCEAlgorithmMappings" type="{http://www.xmlsecurity.org/NS/configuration}JCEAlgorithmMappingsType"/>
         <element name="ResourceResolvers" type="{http://www.xmlsecurity.org/NS/configuration}ResourceResolversType"/>
       </sequence>
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>