Class OIDCCustomScopeWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<OIDCCustomScopeDirectoryPanel.CustomScope>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<OIDCCustomScopeDirectoryPanel.CustomScope>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<OIDCCustomScopeDirectoryPanel.CustomScope>
org.apache.syncope.client.console.panels.OIDCCustomScopeWizardBuilder
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<OIDCCustomScopeDirectoryPanel.CustomScope>
public class OIDCCustomScopeWizardBuilder
extends BaseAjaxWizardBuilder<OIDCCustomScopeDirectoryPanel.CustomScope>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjectsFields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef -
Constructor Summary
ConstructorsConstructorDescriptionOIDCCustomScopeWizardBuilder(OIDCCustomScopeDirectoryPanel.CustomScope customScope, OIDCOpEntityRestClient restClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(OIDCCustomScopeDirectoryPanel.CustomScope modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(OIDCCustomScopeDirectoryPanel.CustomScope modelObject) Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarningMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEventMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
-
Field Details
-
restClient
-
-
Constructor Details
-
OIDCCustomScopeWizardBuilder
public OIDCCustomScopeWizardBuilder(OIDCCustomScopeDirectoryPanel.CustomScope customScope, OIDCOpEntityRestClient restClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<OIDCCustomScopeDirectoryPanel.CustomScope>
-
buildModelSteps
protected WizardModel buildModelSteps(OIDCCustomScopeDirectoryPanel.CustomScope modelObject, WizardModel wizardModel) - Specified by:
buildModelStepsin classAjaxWizardBuilder<OIDCCustomScopeDirectoryPanel.CustomScope>
-