Class SAML2IdPEntityWizardBuilder

  • All Implemented Interfaces:
    Serializable, org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<org.apache.syncope.common.lib.to.SAML2IdPEntityTO>

    public class SAML2IdPEntityWizardBuilder
    extends BaseAjaxWizardBuilder<T>
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder

        LOG, mode, outerObjects
      • Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder

        eventSink, pageRef
    • Constructor Summary

      Constructors 
      Constructor Description
      SAML2IdPEntityWizardBuilder​(org.apache.syncope.common.lib.to.SAML2IdPEntityTO defaultItem, org.apache.wicket.PageReference pageRef)  
    • Constructor Detail

      • SAML2IdPEntityWizardBuilder

        public SAML2IdPEntityWizardBuilder​(org.apache.syncope.common.lib.to.SAML2IdPEntityTO defaultItem,
                                           org.apache.wicket.PageReference pageRef)
    • Method Detail

      • onApplyInternal

        protected Serializable onApplyInternal​(org.apache.syncope.common.lib.to.SAML2IdPEntityTO modelObject)
        Overrides:
        onApplyInternal in class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<org.apache.syncope.common.lib.to.SAML2IdPEntityTO>
      • buildModelSteps

        protected org.apache.wicket.extensions.wizard.WizardModel buildModelSteps​(org.apache.syncope.common.lib.to.SAML2IdPEntityTO modelObject,
                                                                                  org.apache.wicket.extensions.wizard.WizardModel wizardModel)
        Specified by:
        buildModelSteps in class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<org.apache.syncope.common.lib.to.SAML2IdPEntityTO>