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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected boolean<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) protected booleanshowProviderPanel(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:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>- Overrides:
matchin classProtectedStringPanelFactory
-
isShowedOneLinePasswordPanel
protected boolean isShowedOneLinePasswordPanel()- Overrides:
isShowedOneLinePasswordPanelin classProtectedStringPanelFactory
-
showProviderPanel
- Overrides:
showProviderPanelin classProtectedStringPanelFactory
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>- Overrides:
getOrderin classProtectedStringPanelFactory
-