Class AuthProfileItemDirectoryPanel.AuthProfileItemWizardBuilder
- 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<I>
-
- org.apache.syncope.client.console.authprofiles.AuthProfileItemDirectoryPanel.AuthProfileItemWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<I>
- Enclosing class:
- AuthProfileItemDirectoryPanel<I extends BaseBean>
protected class AuthProfileItemDirectoryPanel.AuthProfileItemWizardBuilder extends AuthProfileWizardBuilder<I>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder
AuthProfileWizardBuilder.Step, AuthProfileWizardBuilder.StepModel<T extends BaseBean>
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder
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 Modifier Constructor Description protected
AuthProfileItemWizardBuilder(PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Serializable
onApplyInternal(I modelObject)
-
Methods inherited from class org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder
buildModelSteps
-
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, onCancelInternal, setEventSink, setItem
-
-
-
-
Constructor Detail
-
AuthProfileItemWizardBuilder
protected AuthProfileItemWizardBuilder(PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(I modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<I extends BaseBean>
-
-