use of com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling.modal.MappingEditorDialog in project midpoint by Evolveum.
the class ResourceCredentialsEditor method outboundEditPerformed.
private void outboundEditPerformed(AjaxRequestTarget target) {
MappingEditorDialog window = (MappingEditorDialog) get(ID_MODAL_OUTBOUND);
window.updateModel(target, new PropertyModel<MappingType>(getModel(), "password.outbound"), false);
window.show(target);
}
Aggregations