public class CciKeyCombo
extends java.lang.Object
Combo for selecting available CCI SSL configurations. The
list of keys can be updated for a specific host name and port.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VALUE_NONE
Value when no CCI configuration was selected.
|
| Constructor and Description |
|---|
CciKeyCombo(org.eclipse.swt.widgets.Composite pParent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.widgets.Combo |
getCombo()
Gets the wrapped
Combo. |
void |
limitValues(java.lang.String pHostname,
java.lang.String pPort)
Limits available items to
CciConnectionPropertyEntry keys that
were configured for the given host name and port. |
public static final java.lang.String VALUE_NONE
public CciKeyCombo(org.eclipse.swt.widgets.Composite pParent)
MFAFacility#getCCIConnectionPropertyEntries()
to get available CCI connection property objects.pParent - the parent compositepublic org.eclipse.swt.widgets.Combo getCombo()
Combo.public void limitValues(java.lang.String pHostname,
java.lang.String pPort)
CciConnectionPropertyEntry keys that
were configured for the given host name and port.pHostname - the host name to limit CCI keys forpPort - the port to limit CCI keys forCopyright © 2015 Micro Focus GmbH. All rights reserved.