Class ProtectedStringPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.ProtectedStringPanelFactory
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>,- Serializable
- Direct Known Subclasses:
- ProtectedStringInConnectorConfigurationPanelFactory
@Component
public class ProtectedStringPanelFactory
extends Object
implements Serializable, GuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
Panel factory for protected strings.
 Panel contains two fields for clear password and allow configuration of secret provider only when is already configured.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(PrismPropertyPanelContext<ProtectedStringType> panelCtx, org.apache.wicket.Component component) org.apache.wicket.ComponentgetOrder()protected boolean<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
 booleanmatch(IW wrapper, VW valueWrapper) voidregister()protected booleanshowProviderPanel(ItemRealValueModel<ProtectedStringType> realValueModel) 
- 
Constructor Details- 
ProtectedStringPanelFactorypublic ProtectedStringPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
 
- 
createPanelpublic org.apache.wicket.Component createPanel(PrismPropertyPanelContext<ProtectedStringType> panelCtx) - Specified by:
- createPanelin interface- GuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
 
- 
isShowedOneLinePasswordPanelprotected boolean isShowedOneLinePasswordPanel()
- 
showProviderPanel
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
 
- 
configurepublic void configure(PrismPropertyPanelContext<ProtectedStringType> panelCtx, org.apache.wicket.Component component) - Specified by:
- configurein interface- GuiComponentFactory<PrismPropertyPanelContext<ProtectedStringType>>
 
 
-