Class AuthProfileWizardBuilder<T extends BaseBean>
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<T>
-
- org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<T>
-
- org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder<T>
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<T>
- Direct Known Subclasses:
AuthProfileItemDirectoryPanel.AuthProfileItemWizardBuilder
public abstract class AuthProfileWizardBuilder<T extends BaseBean> extends BaseAjaxWizardBuilder<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
AuthProfileWizardBuilder.Step
protected static class
AuthProfileWizardBuilder.StepModel<T extends BaseBean>
-
Field Summary
Fields Modifier and Type Field Description protected AuthProfileWizardBuilder.StepModel<T>
model
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjects
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
-
Constructor Summary
Constructors Constructor Description AuthProfileWizardBuilder(T defaultItem, AuthProfileWizardBuilder.StepModel<T> model, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(T modelObject, WizardModel wizardModel)
-
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarning
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onApplyInternal, onCancelInternal, setEventSink, setItem
-
-
-
-
Field Detail
-
model
protected final AuthProfileWizardBuilder.StepModel<T extends BaseBean> model
-
-
Constructor Detail
-
AuthProfileWizardBuilder
public AuthProfileWizardBuilder(T defaultItem, AuthProfileWizardBuilder.StepModel<T> model, PageReference pageRef)
-
-
Method Detail
-
buildModelSteps
protected WizardModel buildModelSteps(T modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<T extends BaseBean>
-
-