|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.security.configuration.ConfigurationType
public class 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 | |
|---|---|
protected JCEAlgorithmMappingsType |
jceAlgorithmMappings
|
protected PropertiesType |
properties
|
protected ResourceResolversType |
resourceResolvers
|
protected SecurityHeaderHandlersType |
securityHeaderHandlers
|
protected String |
target
|
protected TransformAlgorithmsType |
transformAlgorithms
|
| Constructor Summary | |
|---|---|
ConfigurationType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PropertiesType properties
protected SecurityHeaderHandlersType securityHeaderHandlers
protected TransformAlgorithmsType transformAlgorithms
protected JCEAlgorithmMappingsType jceAlgorithmMappings
protected ResourceResolversType resourceResolvers
protected String target
| Constructor Detail |
|---|
public ConfigurationType()
| Method Detail |
|---|
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()
Stringpublic void setTarget(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||