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
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected static class
AuthProfileWizardBuilder.StepModel<T extends BaseBean>
-
Field Summary
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
ConstructorDescriptionAuthProfileWizardBuilder
(T defaultItem, AuthProfileWizardBuilder.StepModel<T> model, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
model
-
-
Constructor Details
-
AuthProfileWizardBuilder
public AuthProfileWizardBuilder(T defaultItem, AuthProfileWizardBuilder.StepModel<T> model, PageReference pageRef)
-
-
Method Details
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<T extends BaseBean>
-