Class AuthModuleWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<AuthModuleTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AuthModuleTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<AuthModuleTO>
org.apache.syncope.client.console.wizards.AuthModuleWizardBuilder
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<AuthModuleTO>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected classprotected static final classprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Model<Class<? extends AuthModuleConf>> protected final LoadableDetachableModel<List<String>> protected final AuthModuleRestClientFields 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
ConstructorsConstructorDescriptionAuthModuleWizardBuilder(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(AuthModuleTO modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(AuthModuleTO 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
-
authModuleConfs
-
authModuleRestClient
-
authModuleConfClass
-
-
Constructor Details
-
AuthModuleWizardBuilder
public AuthModuleWizardBuilder(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<AuthModuleTO>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<AuthModuleTO>
-