Class ConfigurationType
- java.lang.Object
-
- org.apache.xml.security.configuration.ConfigurationType
-
public class ConfigurationType extends java.lang.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 JCEAlgorithmMappingsType
jceAlgorithmMappings
protected PropertiesType
properties
protected ResourceResolversType
resourceResolvers
protected SecurityHeaderHandlersType
securityHeaderHandlers
protected java.lang.String
target
protected TransformAlgorithmsType
transformAlgorithms
-
Constructor Summary
Constructors Constructor Description ConfigurationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JCEAlgorithmMappingsType
getJCEAlgorithmMappings()
Gets the value of the jceAlgorithmMappings property.PropertiesType
getProperties()
Gets the value of the properties property.ResourceResolversType
getResourceResolvers()
Gets the value of the resourceResolvers property.SecurityHeaderHandlersType
getSecurityHeaderHandlers()
Gets the value of the securityHeaderHandlers property.java.lang.String
getTarget()
Gets the value of the target property.TransformAlgorithmsType
getTransformAlgorithms()
Gets the value of the transformAlgorithms property.void
setJCEAlgorithmMappings(JCEAlgorithmMappingsType value)
Sets the value of the jceAlgorithmMappings property.void
setProperties(PropertiesType value)
Sets the value of the properties property.void
setResourceResolvers(ResourceResolversType value)
Sets the value of the resourceResolvers property.void
setSecurityHeaderHandlers(SecurityHeaderHandlersType value)
Sets the value of the securityHeaderHandlers property.void
setTarget(java.lang.String value)
Sets the value of the target property.void
setTransformAlgorithms(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 java.lang.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 java.lang.String getTarget()
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
public void setTarget(java.lang.String value)
Sets the value of the target property.- Parameters:
value
- allowed object isString
-
-