Class ProtectedStringInConnectorConfigurationPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.ProtectedStringPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.ProtectedStringInConnectorConfigurationPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
,Serializable
@Component
public class ProtectedStringInConnectorConfigurationPanelFactory
extends ProtectedStringPanelFactory
Panel factory for protected strings in connector configuration.
Panel contains only one field for clear password and allow configuration of secret provider.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected boolean
<IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) protected boolean
showProviderPanel
(ItemRealValueModel<ProtectedStringType> realValueModel) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.ProtectedStringPanelFactory
configure, createPanel, register
-
Constructor Details
-
ProtectedStringInConnectorConfigurationPanelFactory
public ProtectedStringInConnectorConfigurationPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
- Overrides:
match
in classProtectedStringPanelFactory
-
isShowedOneLinePasswordPanel
protected boolean isShowedOneLinePasswordPanel()- Overrides:
isShowedOneLinePasswordPanel
in classProtectedStringPanelFactory
-
showProviderPanel
- Overrides:
showProviderPanel
in classProtectedStringPanelFactory
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
- Overrides:
getOrder
in classProtectedStringPanelFactory
-