Class UsernameAttributeProviderModalPanelBuilder<T extends org.apache.syncope.common.lib.to.ClientAppTO>
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.console.clientapps.UsernameAttributeProviderModalPanelBuilder<T>
-
- 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classUsernameAttributeProviderModalPanelBuilder.Profile
-
Field Summary
Fields Modifier and Type Field Description protected ClientAppRestClientclientAppRestClientprotected BaseModal<T>modalprotected org.apache.syncope.common.lib.types.ClientAppTypetypeprotected org.apache.wicket.model.LoadableDetachableModel<List<String>>usernameAttributeProviderConfs
-
Constructor Summary
Constructors Constructor Description UsernameAttributeProviderModalPanelBuilder(org.apache.syncope.common.lib.types.ClientAppType type, T defaultItem, BaseModal<T> modal, ClientAppRestClient clientAppRestClient, org.apache.wicket.PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.syncope.client.ui.commons.panels.WizardModalPanel<T>build(String id, int index, org.apache.syncope.client.ui.commons.wizards.AjaxWizard.Mode mode)
-
-
-
Field Detail
-
usernameAttributeProviderConfs
protected final org.apache.wicket.model.LoadableDetachableModel<List<String>> usernameAttributeProviderConfs
-
type
protected final org.apache.syncope.common.lib.types.ClientAppType type
-
clientAppRestClient
protected final ClientAppRestClient clientAppRestClient
-
-
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)
-
-