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 class
OIDCProviderWizardBuilder.OP
static class
OIDCProviderWizardBuilder.OPContinue
-
Field Summary
Fields Modifier and Type Field Description protected OIDCProvidersDirectoryPanel
directoryPanel
protected ImplementationRestClient
implementationRestClient
protected OIDCProviderRestClient
oidcProviderRestClient
protected 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 WizardModel
buildModelSteps(OIDCC4UIProviderTO modelObject, WizardModel wizardModel)
protected Future<Pair<Serializable,Serializable>>
execute(Callable<Pair<Serializable,Serializable>> future)
protected long
getMaxWaitTimeInSeconds()
protected Serializable
onApplyInternal(OIDCC4UIProviderTO modelObject)
protected void
sendError(Exception exception)
protected void
sendWarning(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:
onApplyInternal
in classAbstractModalPanelBuilder<OIDCC4UIProviderTO>
-
buildModelSteps
protected WizardModel buildModelSteps(OIDCC4UIProviderTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
getMaxWaitTimeInSeconds
protected long getMaxWaitTimeInSeconds()
- Specified by:
getMaxWaitTimeInSeconds
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
sendError
protected void sendError(Exception exception)
- Specified by:
sendError
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
sendWarning
protected void sendWarning(String message)
- Specified by:
sendWarning
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
execute
protected Future<Pair<Serializable,Serializable>> execute(Callable<Pair<Serializable,Serializable>> future)
- Specified by:
execute
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
-