Module org.apache.santuario.xmlsec
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected JCEAlgorithmMappingsTypejceAlgorithmMappingsprotected PropertiesTypepropertiesprotected ResourceResolversTyperesourceResolversprotected SecurityHeaderHandlersTypesecurityHeaderHandlersprotected Stringtargetprotected TransformAlgorithmsTypetransformAlgorithms
-
Constructor Summary
Constructors Constructor Description ConfigurationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JCEAlgorithmMappingsTypegetJCEAlgorithmMappings()Gets the value of the jceAlgorithmMappings property.PropertiesTypegetProperties()Gets the value of the properties property.ResourceResolversTypegetResourceResolvers()Gets the value of the resourceResolvers property.SecurityHeaderHandlersTypegetSecurityHeaderHandlers()Gets the value of the securityHeaderHandlers property.StringgetTarget()Gets the value of the target property.TransformAlgorithmsTypegetTransformAlgorithms()Gets the value of the transformAlgorithms property.voidsetJCEAlgorithmMappings(JCEAlgorithmMappingsType value)Sets the value of the jceAlgorithmMappings property.voidsetProperties(PropertiesType value)Sets the value of the properties property.voidsetResourceResolvers(ResourceResolversType value)Sets the value of the resourceResolvers property.voidsetSecurityHeaderHandlers(SecurityHeaderHandlersType value)Sets the value of the securityHeaderHandlers property.voidsetTarget(String value)Sets the value of the target property.voidsetTransformAlgorithms(TransformAlgorithmsType value)Sets the value of the transformAlgorithms property.
-
-
-
Field Detail
-
properties
protected PropertiesType properties
-
securityHeaderHandlers
protected SecurityHeaderHandlersType securityHeaderHandlers
-
transformAlgorithms
protected TransformAlgorithmsType transformAlgorithms
-
jceAlgorithmMappings
protected JCEAlgorithmMappingsType jceAlgorithmMappings
-
resourceResolvers
protected ResourceResolversType resourceResolvers
-
target
protected String target
-
-
Method Detail
-
getProperties
public PropertiesType getProperties()
Gets the value of the properties property.- Returns:
- possible object is
PropertiesType
-
setProperties
public void setProperties(PropertiesType value)
Sets the value of the properties property.- Parameters:
value- allowed object isPropertiesType
-
getSecurityHeaderHandlers
public SecurityHeaderHandlersType getSecurityHeaderHandlers()
Gets the value of the securityHeaderHandlers property.- Returns:
- possible object is
SecurityHeaderHandlersType
-
setSecurityHeaderHandlers
public void setSecurityHeaderHandlers(SecurityHeaderHandlersType value)
Sets the value of the securityHeaderHandlers property.- Parameters:
value- allowed object isSecurityHeaderHandlersType
-
getTransformAlgorithms
public TransformAlgorithmsType getTransformAlgorithms()
Gets the value of the transformAlgorithms property.- Returns:
- possible object is
TransformAlgorithmsType
-
setTransformAlgorithms
public void setTransformAlgorithms(TransformAlgorithmsType value)
Sets the value of the transformAlgorithms property.- Parameters:
value- allowed object isTransformAlgorithmsType
-
getJCEAlgorithmMappings
public JCEAlgorithmMappingsType getJCEAlgorithmMappings()
Gets the value of the jceAlgorithmMappings property.- Returns:
- possible object is
JCEAlgorithmMappingsType
-
setJCEAlgorithmMappings
public void setJCEAlgorithmMappings(JCEAlgorithmMappingsType value)
Sets the value of the jceAlgorithmMappings property.- Parameters:
value- allowed object isJCEAlgorithmMappingsType
-
getResourceResolvers
public ResourceResolversType getResourceResolvers()
Gets the value of the resourceResolvers property.- Returns:
- possible object is
ResourceResolversType
-
setResourceResolvers
public void setResourceResolvers(ResourceResolversType value)
Sets the value of the resourceResolvers property.- Parameters:
value- allowed object isResourceResolversType
-
getTarget
public String getTarget()
Gets the value of the target property.- Returns:
- possible object is
String
-
-