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>
| Modifier and Type | Field and Description |
|---|---|
protected JCEAlgorithmMappingsType |
jceAlgorithmMappings |
protected PropertiesType |
properties |
protected ResourceResolversType |
resourceResolvers |
protected SecurityHeaderHandlersType |
securityHeaderHandlers |
protected String |
target |
protected TransformAlgorithmsType |
transformAlgorithms |
| Constructor and Description |
|---|
ConfigurationType() |
| Modifier and Type | Method and 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.
|
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(String value)
Sets the value of the target property.
|
void |
setTransformAlgorithms(TransformAlgorithmsType value)
Sets the value of the transformAlgorithms property.
|
protected PropertiesType properties
protected SecurityHeaderHandlersType securityHeaderHandlers
protected TransformAlgorithmsType transformAlgorithms
protected JCEAlgorithmMappingsType jceAlgorithmMappings
protected ResourceResolversType resourceResolvers
protected String target
public PropertiesType getProperties()
PropertiesTypepublic void setProperties(PropertiesType value)
value - allowed object is
PropertiesTypepublic SecurityHeaderHandlersType getSecurityHeaderHandlers()
SecurityHeaderHandlersTypepublic void setSecurityHeaderHandlers(SecurityHeaderHandlersType value)
value - allowed object is
SecurityHeaderHandlersTypepublic TransformAlgorithmsType getTransformAlgorithms()
TransformAlgorithmsTypepublic void setTransformAlgorithms(TransformAlgorithmsType value)
value - allowed object is
TransformAlgorithmsTypepublic JCEAlgorithmMappingsType getJCEAlgorithmMappings()
JCEAlgorithmMappingsTypepublic void setJCEAlgorithmMappings(JCEAlgorithmMappingsType value)
value - allowed object is
JCEAlgorithmMappingsTypepublic ResourceResolversType getResourceResolvers()
ResourceResolversTypepublic void setResourceResolvers(ResourceResolversType value)
value - allowed object is
ResourceResolversTypepublic String getTarget()
StringCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.