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<org.apache.syncope.common.lib.to.AuthModuleTO>
-
- org.apache.syncope.client.console.wizards.AuthModuleWizardBuilder
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<org.apache.syncope.common.lib.to.AuthModuleTO>
public class AuthModuleWizardBuilder extends BaseAjaxWizardBuilder<org.apache.syncope.common.lib.to.AuthModuleTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classAuthModuleWizardBuilder.AuthModuleConfLDAPprotected classAuthModuleWizardBuilder.Configurationprotected static classAuthModuleWizardBuilder.Mappingprotected static classAuthModuleWizardBuilder.Profile
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.wicket.model.Model<Class<? extends org.apache.syncope.common.lib.auth.AuthModuleConf>>authModuleConfClassprotected org.apache.wicket.model.LoadableDetachableModel<List<String>>authModuleConfsprotected AuthModuleRestClientauthModuleRestClient
-
Constructor Summary
Constructors Constructor Description AuthModuleWizardBuilder(org.apache.syncope.common.lib.to.AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, org.apache.wicket.PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.extensions.wizard.WizardModelbuildModelSteps(org.apache.syncope.common.lib.to.AuthModuleTO modelObject, org.apache.wicket.extensions.wizard.WizardModel wizardModel)protected SerializableonApplyInternal(org.apache.syncope.common.lib.to.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
-
-
-
-
Field Detail
-
authModuleConfs
protected final org.apache.wicket.model.LoadableDetachableModel<List<String>> authModuleConfs
-
authModuleRestClient
protected final AuthModuleRestClient authModuleRestClient
-
authModuleConfClass
protected final org.apache.wicket.model.Model<Class<? extends org.apache.syncope.common.lib.auth.AuthModuleConf>> authModuleConfClass
-
-
Constructor Detail
-
AuthModuleWizardBuilder
public AuthModuleWizardBuilder(org.apache.syncope.common.lib.to.AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, org.apache.wicket.PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(org.apache.syncope.common.lib.to.AuthModuleTO modelObject)
- Overrides:
onApplyInternalin classorg.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<org.apache.syncope.common.lib.to.AuthModuleTO>
-
buildModelSteps
protected org.apache.wicket.extensions.wizard.WizardModel buildModelSteps(org.apache.syncope.common.lib.to.AuthModuleTO modelObject, org.apache.wicket.extensions.wizard.WizardModel wizardModel)- Specified by:
buildModelStepsin classorg.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<org.apache.syncope.common.lib.to.AuthModuleTO>
-
-