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
Nested ClassesModifier and TypeClassDescriptionclassstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final OIDCProvidersDirectoryPanelprotected final ImplementationRestClientprotected final OIDCProviderRestClientFields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjectsFields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef -
Constructor Summary
ConstructorsConstructorDescriptionOIDCProviderWizardBuilder(OIDCProvidersDirectoryPanel directoryPanel, OIDCC4UIProviderTO defaultItem, ImplementationRestClient implementationRestClient, OIDCProviderRestClient oidcProviderRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(OIDCC4UIProviderTO modelObject, WizardModel wizardModel) protected Future<Pair<Serializable, Serializable>> execute(Callable<Pair<Serializable, Serializable>> future) protected longprotected SerializableonApplyInternal(OIDCC4UIProviderTO modelObject) protected voidprotected voidsendWarning(String message) Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEventMethods 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:
onApplyInternalin classAbstractModalPanelBuilder<OIDCC4UIProviderTO>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
getMaxWaitTimeInSeconds
protected long getMaxWaitTimeInSeconds()- Specified by:
getMaxWaitTimeInSecondsin classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
sendError
- Specified by:
sendErrorin classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
sendWarning
- Specified by:
sendWarningin classAjaxWizardBuilder<OIDCC4UIProviderTO>
-
execute
protected Future<Pair<Serializable,Serializable>> execute(Callable<Pair<Serializable, Serializable>> future) - Specified by:
executein classAjaxWizardBuilder<OIDCC4UIProviderTO>
-