Class ClientAppModalPanelBuilder<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.ClientAppModalPanelBuilder<T>
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<T>
public class ClientAppModalPanelBuilder<T extends org.apache.syncope.common.lib.to.ClientAppTO> extends org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.wicket.model.IModel<Map<String,String>>accessPoliciesprotected org.apache.wicket.model.IModel<Map<String,String>>attrReleasePoliciesprotected org.apache.wicket.model.IModel<Map<String,String>>authPoliciesprotected ClientAppRestClientclientAppRestClientprotected BaseModal<T>modalprotected PolicyRestClientpolicyRestClientprotected RealmRestClientrealmRestClientprotected org.apache.wicket.model.IModel<Map<String,String>>ticketExpirationPoliciesprotected org.apache.syncope.common.lib.types.ClientAppTypetype
-
Constructor Summary
Constructors Constructor Description ClientAppModalPanelBuilder(org.apache.syncope.common.lib.types.ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, 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
-
attrReleasePolicies
protected final org.apache.wicket.model.IModel<Map<String,String>> attrReleasePolicies
-
ticketExpirationPolicies
protected final org.apache.wicket.model.IModel<Map<String,String>> ticketExpirationPolicies
-
type
protected final org.apache.syncope.common.lib.types.ClientAppType type
-
policyRestClient
protected final PolicyRestClient policyRestClient
-
clientAppRestClient
protected final ClientAppRestClient clientAppRestClient
-
realmRestClient
protected final RealmRestClient realmRestClient
-
-
Constructor Detail
-
ClientAppModalPanelBuilder
public ClientAppModalPanelBuilder(org.apache.syncope.common.lib.types.ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, org.apache.wicket.PageReference pageRef)
-
-