Class ConfigurationType
java.lang.Object
org.apache.xml.security.configuration.ConfigurationType
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
FieldsModifier and TypeFieldDescriptionprotected JCEAlgorithmMappingsType
protected PropertiesType
protected ResourceResolversType
protected SecurityHeaderHandlersType
protected String
protected TransformAlgorithmsType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the jceAlgorithmMappings property.Gets the value of the properties property.Gets the value of the resourceResolvers property.Gets the value of the securityHeaderHandlers property.Gets the value of the target property.Gets the value of the transformAlgorithms property.void
Sets the value of the jceAlgorithmMappings property.void
setProperties
(PropertiesType value) Sets the value of the properties property.void
Sets the value of the resourceResolvers property.void
Sets the value of the securityHeaderHandlers property.void
Sets the value of the target property.void
Sets the value of the transformAlgorithms property.
-
Field Details
-
properties
-
securityHeaderHandlers
-
transformAlgorithms
-
jceAlgorithmMappings
-
resourceResolvers
-
target
-
-
Constructor Details
-
ConfigurationType
public ConfigurationType()
-
-
Method Details
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
PropertiesType
-
setProperties
Sets the value of the properties property.- Parameters:
value
- allowed object isPropertiesType
-
getSecurityHeaderHandlers
Gets the value of the securityHeaderHandlers property.- Returns:
- possible object is
SecurityHeaderHandlersType
-
setSecurityHeaderHandlers
Sets the value of the securityHeaderHandlers property.- Parameters:
value
- allowed object isSecurityHeaderHandlersType
-
getTransformAlgorithms
Gets the value of the transformAlgorithms property.- Returns:
- possible object is
TransformAlgorithmsType
-
setTransformAlgorithms
Sets the value of the transformAlgorithms property.- Parameters:
value
- allowed object isTransformAlgorithmsType
-
getJCEAlgorithmMappings
Gets the value of the jceAlgorithmMappings property.- Returns:
- possible object is
JCEAlgorithmMappingsType
-
setJCEAlgorithmMappings
Sets the value of the jceAlgorithmMappings property.- Parameters:
value
- allowed object isJCEAlgorithmMappingsType
-
getResourceResolvers
Gets the value of the resourceResolvers property.- Returns:
- possible object is
ResourceResolversType
-
setResourceResolvers
Sets the value of the resourceResolvers property.- Parameters:
value
- allowed object isResourceResolversType
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value
- allowed object isString
-