Class SAML2IdPEntityWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<SAML2IdPEntityTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<SAML2IdPEntityTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<SAML2IdPEntityTO>
org.apache.syncope.client.console.wizards.SAML2IdPEntityWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<SAML2IdPEntityTO>
- See Also:
-
Nested Class Summary
-
Field Summary
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
ConstructorDescriptionSAML2IdPEntityWizardBuilder
(SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(SAML2IdPEntityTO modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(SAML2IdPEntityTO 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 Details
-
saml2IdPEntityRestClient
-
-
Constructor Details
-
SAML2IdPEntityWizardBuilder
public SAML2IdPEntityWizardBuilder(SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<SAML2IdPEntityTO>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<SAML2IdPEntityTO>
-