|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents configuration of Transform element, defined by XML Signature specification. supported algorithms:
Constants.TRANSFORM_C14N_EXCL_OMIT_COMMENTS
Constants.TRANSFORM_C14N_EXCL_WITH_COMMENTS
Constants.TRANSFORM_C14N_OMIT_COMMENTS
Constants.TRANSFORM_C14N_WITH_COMMENTS
Constants.TRANSFORM_XPATH
XPath
is holding xpath expression
properties
of the name Constants.TR_PROPERTY_NAME_XPATH_NS_MAP
properties. The
value is ns_pref=ns_value
(e.g., wm0=http://mycorp.com/myservice)
Constants.TRANSFORM_BASE64_DECODE
Constants.TRANSFORM_STR
Method Summary | |
java.lang.String |
getAlgorithm()
Gets transform algorithm. |
PropertyConf[] |
getProperties()
Gets properties of the transformation. |
java.lang.String |
getXPath()
Additional parameters for the XPath transform |
PropertyConf |
newProperty()
Creates new instance of PropertyConf . |
void |
setAlgorithm(java.lang.String algorithm)
Sets transform algorithm, mandatory. |
void |
setProperties(PropertyConf[] propertyConfs)
Sets properties specific for the transformation. |
void |
setXPath(java.lang.String xPath)
|
Methods inherited from interface org.systinet.wasp.security.ws.conf.ElementConf |
getWsuId, setWsuId |
Method Detail |
public void setAlgorithm(java.lang.String algorithm)
algorithm
- the algorithmgetAlgorithm()
,
Constants.TRANSFORM_C14N_EXCL_OMIT_COMMENTS
,
Constants.TRANSFORM_C14N_EXCL_WITH_COMMENTS
,
Constants.TRANSFORM_C14N_OMIT_COMMENTS
,
Constants.TRANSFORM_C14N_WITH_COMMENTS
,
Constants.TRANSFORM_XPATH
,
Constants.TRANSFORM_BASE64_DECODE
,
Constants.TRANSFORM_STR
public java.lang.String getAlgorithm()
setAlgorithm(java.lang.String)
,
Constants.TRANSFORM_C14N_EXCL_OMIT_COMMENTS
,
Constants.TRANSFORM_C14N_EXCL_WITH_COMMENTS
,
Constants.TRANSFORM_C14N_OMIT_COMMENTS
,
Constants.TRANSFORM_C14N_WITH_COMMENTS
,
Constants.TRANSFORM_XPATH
,
Constants.TRANSFORM_BASE64_DECODE
,
Constants.TRANSFORM_STR
public java.lang.String getXPath()
public void setXPath(java.lang.String xPath)
public void setProperties(PropertyConf[] propertyConfs)
propertyConfs
- propertiesgetProperties()
public PropertyConf[] getProperties()
setProperties(org.systinet.wasp.security.ws.conf.PropertyConf[])
public PropertyConf newProperty()
PropertyConf
.
setProperties(org.systinet.wasp.security.ws.conf.PropertyConf[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |