Class AuthModuleWizardBuilder
- 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<AuthModuleTO>
-
- org.apache.syncope.client.console.wizards.AuthModuleWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<AuthModuleTO>
public class AuthModuleWizardBuilder extends BaseAjaxWizardBuilder<AuthModuleTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
AuthModuleWizardBuilder.AuthModuleConfLDAP
protected class
AuthModuleWizardBuilder.Configuration
protected static class
AuthModuleWizardBuilder.Mapping
protected static class
AuthModuleWizardBuilder.Profile
-
Field Summary
Fields Modifier and Type Field Description protected Model<Class<? extends AuthModuleConf>>
authModuleConfClass
protected LoadableDetachableModel<List<String>>
authModuleConfs
protected AuthModuleRestClient
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
Constructors Constructor Description AuthModuleWizardBuilder(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
authModuleConfs
protected final LoadableDetachableModel<List<String>> authModuleConfs
-
authModuleRestClient
protected final AuthModuleRestClient authModuleRestClient
-
authModuleConfClass
protected final Model<Class<? extends AuthModuleConf>> authModuleConfClass
-
-
Constructor Detail
-
AuthModuleWizardBuilder
public AuthModuleWizardBuilder(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(AuthModuleTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<AuthModuleTO>
-
buildModelSteps
protected WizardModel buildModelSteps(AuthModuleTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<AuthModuleTO>
-
-