com.eviware.soapui.impl.wsdl.support.wss.entries
Class AddSignatureEntry
java.lang.Object
com.eviware.soapui.impl.wsdl.support.wss.entries.WssEntryBase
com.eviware.soapui.impl.wsdl.support.wss.entries.AddSignatureEntry
- All Implemented Interfaces:
- WssEntry, PropertyExpansionContainer, RegistryEntry<com.eviware.soapui.config.WSSEntryConfig,OutgoingWss>
public class AddSignatureEntry
- extends WssEntryBase
Field Summary |
static java.lang.String |
TYPE
|
Methods inherited from class com.eviware.soapui.impl.wsdl.support.wss.entries.WssEntryBase |
addPropertyChangeListener, createWSParts, getConfigurationPanel, getLabel, getOutgoingWss, getPassword, getPropertyExpansions, getUsername, getWssContainer, init, readParts, removePropertyChangeListener, saveConfig, saveParts, setConfig, setPassword, setUsername, toString, udpateConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
AddSignatureEntry
public AddSignatureEntry()
init
public void init(com.eviware.soapui.config.WSSEntryConfig config,
OutgoingWss container)
buildUI
protected javax.swing.JComponent buildUI()
- Specified by:
buildUI
in class WssEntryBase
release
public void release()
- Specified by:
release
in interface WssEntry
- Overrides:
release
in class WssEntryBase
load
protected void load(XmlObjectConfigurationReader reader)
- Specified by:
load
in class WssEntryBase
save
protected void save(XmlObjectConfigurationBuilder builder)
- Specified by:
save
in class WssEntryBase
process
public void process(org.apache.ws.security.message.WSSecHeader secHeader,
org.w3c.dom.Document doc,
PropertyExpansionContext context)
addPropertyExpansions
protected void addPropertyExpansions(PropertyExpansionsResult result)
- Overrides:
addPropertyExpansions
in class WssEntryBase
getCrypto
public java.lang.String getCrypto()
setCrypto
public void setCrypto(java.lang.String crypto)
getKeyIdentifierType
public int getKeyIdentifierType()
setKeyIdentifierType
public void setKeyIdentifierType(int keyIdentifierType)
getSignatureAlgorithm
public java.lang.String getSignatureAlgorithm()
setSignatureAlgorithm
public void setSignatureAlgorithm(java.lang.String signatureAlgorithm)
getSignatureCanonicalization
public java.lang.String getSignatureCanonicalization()
setSignatureCanonicalization
public void setSignatureCanonicalization(java.lang.String signatureCanonicalization)
isUseSingleCert
public boolean isUseSingleCert()
setUseSingleCert
public void setUseSingleCert(boolean useSingleCert)
Copyright © 2005-2009 eviware.com. All Rights Reserved.