Class ClientAppModalPanelBuilder<T extends ClientAppTO>
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.console.clientapps.ClientAppModalPanelBuilder<T>
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<T>
public class ClientAppModalPanelBuilder<T extends ClientAppTO> extends AbstractModalPanelBuilder<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IModel<Map<String,String>>
accessPolicies
protected IModel<Map<String,String>>
attrReleasePolicies
protected IModel<Map<String,String>>
authPolicies
protected ClientAppRestClient
clientAppRestClient
protected BaseModal<T>
modal
protected PolicyRestClient
policyRestClient
protected RealmRestClient
realmRestClient
protected IModel<Map<String,String>>
ticketExpirationPolicies
protected ClientAppType
type
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
-
Constructor Summary
Constructors Constructor Description ClientAppModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WizardModalPanel<T>
build(String id, int index, AjaxWizard.Mode mode)
Build the wizard.-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onApplyInternal, onCancelInternal, setEventSink, setItem
-
-
-
-
Field Detail
-
modal
protected final BaseModal<T extends ClientAppTO> modal
-
type
protected final ClientAppType type
-
policyRestClient
protected final PolicyRestClient policyRestClient
-
clientAppRestClient
protected final ClientAppRestClient clientAppRestClient
-
realmRestClient
protected final RealmRestClient realmRestClient
-
-
Constructor Detail
-
ClientAppModalPanelBuilder
public ClientAppModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, PageReference pageRef)
-
-
Method Detail
-
build
public WizardModalPanel<T> build(String id, int index, AjaxWizard.Mode mode)
Description copied from interface:ModalPanelBuilder
Build the wizard.- Parameters:
id
- component id.index
- step index.mode
- mode.- Returns:
- wizard.
-
-