public abstract class WssEntryBase extends Object implements WssEntry, PropertyExpansionContainer
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | WssEntryBase.KeyAliasComboBoxModel | 
| protected class  | WssEntryBase.KeyIdentifierTypeRenderer | 
| Constructor and Description | 
|---|
| WssEntryBase() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitpublic void init(WSSEntryConfig config, OutgoingWss outgoingWss, String label)
public OutgoingWss getOutgoingWss()
getOutgoingWss in interface WssEntrypublic String getPassword()
public String getUsername()
public void setPassword(String arg0)
public void setUsername(String arg0)
public JComponent getConfigurationPanel()
getConfigurationPanel in interface WssEntryprotected abstract JComponent buildUI()
protected abstract void load(XmlObjectConfigurationReader reader)
public void setConfig(WSSEntryConfig config)
public void saveConfig()
protected abstract void save(XmlObjectConfigurationBuilder builder)
public WssContainer getWssContainer()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface PropertyExpansionContainerprotected void addPropertyExpansions(PropertyExpansionsResult result)
protected int readKeyIdentifierType(XmlObjectConfigurationReader reader)
public void updateEntryConfig(WSSEntryConfig config)
updateEntryConfig in interface WssEntryprotected List<StringToStringMap> readTableValues(XmlObjectConfigurationReader reader, String parameterName)
protected void saveTableValues(XmlObjectConfigurationBuilder builder, List<StringToStringMap> tableValues, String string)
protected Vector<org.apache.ws.security.WSEncryptionPart> createWSParts(List<StringToStringMap> parts)
Copyright © 2019. All Rights Reserved.