Class OIDCProviderWizardBuilder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<OIDCC4UIProviderTO>
-
- org.apache.syncope.client.console.wizards.OIDCProviderWizardBuilder
-
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<OIDCC4UIProviderTO>
public class OIDCProviderWizardBuilder extends AjaxWizardBuilder<OIDCC4UIProviderTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOIDCProviderWizardBuilder.OPstatic classOIDCProviderWizardBuilder.OPContinue
-
Field Summary
Fields Modifier and Type Field Description protected OIDCProvidersDirectoryPaneldirectoryPanelprotected ImplementationRestClientimplementationRestClientprotected OIDCProviderRestClientoidcProviderRestClientprotected IModel<List<String>>opActions-
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 OIDCProviderWizardBuilder(OIDCProvidersDirectoryPanel directoryPanel, OIDCC4UIProviderTO defaultItem, ImplementationRestClient implementationRestClient, OIDCProviderRestClient oidcProviderRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModelbuildModelSteps(OIDCC4UIProviderTO modelObject, WizardModel wizardModel)protected Future<Pair<Serializable,Serializable>>execute(Callable<Pair<Serializable,Serializable>> future)protected longgetMaxWaitTimeInSeconds()protected SerializableonApplyInternal(OIDCC4UIProviderTO modelObject)protected voidsendError(Exception exception)protected voidsendWarning(String message)-
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
-
directoryPanel
protected final OIDCProvidersDirectoryPanel directoryPanel
-
implementationRestClient
protected final ImplementationRestClient implementationRestClient
-
oidcProviderRestClient
protected final OIDCProviderRestClient oidcProviderRestClient
-
-
Constructor Detail
-
OIDCProviderWizardBuilder
public OIDCProviderWizardBuilder(OIDCProvidersDirectoryPanel directoryPanel, OIDCC4UIProviderTO defaultItem, ImplementationRestClient implementationRestClient, OIDCProviderRestClient oidcProviderRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(OIDCC4UIProviderTO modelObject)
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<OIDCC4UIProviderTO>
-
buildModelSteps
protected WizardModel buildModelSteps(OIDCC4UIProviderTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelStepsin classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
getMaxWaitTimeInSeconds
protected long getMaxWaitTimeInSeconds()
- Specified by:
getMaxWaitTimeInSecondsin classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
sendError
protected void sendError(Exception exception)
- Specified by:
sendErrorin classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
sendWarning
protected void sendWarning(String message)
- Specified by:
sendWarningin classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
execute
protected Future<Pair<Serializable,Serializable>> execute(Callable<Pair<Serializable,Serializable>> future)
- Specified by:
executein classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
-