Class UsernameAttributeProviderModalPanelBuilder<T extends org.apache.syncope.common.lib.to.ClientAppTO>

  • All Implemented Interfaces:
    Serializable, org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<T>

    public class UsernameAttributeProviderModalPanelBuilder<T extends org.apache.syncope.common.lib.to.ClientAppTO>
    extends org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
    See Also:
    Serialized Form
    • Field Detail

      • usernameAttributeProviderConfs

        protected final org.apache.wicket.model.LoadableDetachableModel<List<String>> usernameAttributeProviderConfs
      • modal

        protected final BaseModal<T extends org.apache.syncope.common.lib.to.ClientAppTO> modal
      • type

        protected final org.apache.syncope.common.lib.types.ClientAppType type
    • Constructor Detail

      • UsernameAttributeProviderModalPanelBuilder

        public UsernameAttributeProviderModalPanelBuilder​(org.apache.syncope.common.lib.types.ClientAppType type,
                                                          T defaultItem,
                                                          BaseModal<T> modal,
                                                          ClientAppRestClient clientAppRestClient,
                                                          org.apache.wicket.PageReference pageRef)
    • Method Detail

      • build

        public org.apache.syncope.client.ui.commons.panels.WizardModalPanel<T> build​(String id,
                                                                                     int index,
                                                                                     org.apache.syncope.client.ui.commons.wizards.AjaxWizard.Mode mode)