Class OIDCProviderWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<OIDCC4UIProviderTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<OIDCC4UIProviderTO>
org.apache.syncope.client.console.wizards.OIDCProviderWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<OIDCC4UIProviderTO>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final OIDCProvidersDirectoryPanel
protected final ImplementationRestClient
protected final OIDCProviderRestClient
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
ConstructorDescriptionOIDCProviderWizardBuilder
(OIDCProvidersDirectoryPanel directoryPanel, OIDCC4UIProviderTO defaultItem, ImplementationRestClient implementationRestClient, OIDCProviderRestClient oidcProviderRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(OIDCC4UIProviderTO modelObject, WizardModel wizardModel) protected Future
<Pair<Serializable, Serializable>> execute
(Callable<Pair<Serializable, Serializable>> future) protected long
protected Serializable
onApplyInternal
(OIDCC4UIProviderTO modelObject) protected void
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 Details
-
directoryPanel
-
implementationRestClient
-
oidcProviderRestClient
-
opActions
-
-
Constructor Details
-
OIDCProviderWizardBuilder
public OIDCProviderWizardBuilder(OIDCProvidersDirectoryPanel directoryPanel, OIDCC4UIProviderTO defaultItem, ImplementationRestClient implementationRestClient, OIDCProviderRestClient oidcProviderRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<OIDCC4UIProviderTO>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
getMaxWaitTimeInSeconds
protected long getMaxWaitTimeInSeconds()- Specified by:
getMaxWaitTimeInSeconds
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
sendError
- Specified by:
sendError
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
sendWarning
- Specified by:
sendWarning
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
execute
protected Future<Pair<Serializable,Serializable>> execute(Callable<Pair<Serializable, Serializable>> future) - Specified by:
execute
in classAjaxWizardBuilder<OIDCC4UIProviderTO>
-