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
Modifier and TypeClassDescriptionprotected class
protected class
protected static final class
protected static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Model
<Class<? extends AuthModuleConf>> protected final LoadableDetachableModel
<List<String>> protected final AuthModuleRestClient
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
ConstructorDescriptionAuthModuleWizardBuilder
(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(AuthModuleTO modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(AuthModuleTO modelObject) 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
-
Field Details
-
authModuleConfs
-
authModuleRestClient
-
authModuleConfClass
-
-
Constructor Details
-
AuthModuleWizardBuilder
public AuthModuleWizardBuilder(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<AuthModuleTO>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<AuthModuleTO>
-