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