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 classAuthModuleWizardBuilder.AuthModuleConfLDAPprotected classAuthModuleWizardBuilder.Configurationprotected static classAuthModuleWizardBuilder.Mappingprotected static classAuthModuleWizardBuilder.Profile
-
Field Summary
Fields Modifier and Type Field Description protected Model<Class<? extends AuthModuleConf>>authModuleConfClassprotected LoadableDetachableModel<List<String>>authModuleConfsprotected AuthModuleRestClientauthModuleRestClient-
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 WizardModelbuildModelSteps(AuthModuleTO modelObject, WizardModel wizardModel)protected SerializableonApplyInternal(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:
onApplyInternalin classAbstractModalPanelBuilder<AuthModuleTO>
-
buildModelSteps
protected WizardModel buildModelSteps(AuthModuleTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelStepsin classAjaxWizardBuilder<AuthModuleTO>
-
-