Class AuthModuleWizardBuilder

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

    public class AuthModuleWizardBuilder
    extends BaseAjaxWizardBuilder<org.apache.syncope.common.lib.to.AuthModuleTO>
    See Also:
    Serialized Form
    • Field Detail

      • authModuleConfs

        protected final org.apache.wicket.model.LoadableDetachableModel<List<String>> authModuleConfs
      • authModuleConfClass

        protected final org.apache.wicket.model.Model<Class<? extends org.apache.syncope.common.lib.auth.AuthModuleConf>> authModuleConfClass
    • Constructor Detail

      • AuthModuleWizardBuilder

        public AuthModuleWizardBuilder​(org.apache.syncope.common.lib.to.AuthModuleTO defaultItem,
                                       AuthModuleRestClient authModuleRestClient,
                                       org.apache.wicket.PageReference pageRef)
    • Method Detail

      • onApplyInternal

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

        protected org.apache.wicket.extensions.wizard.WizardModel buildModelSteps​(org.apache.syncope.common.lib.to.AuthModuleTO 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.AuthModuleTO>