Class SAML2IdPEntityWizardBuilder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<T>
-
- org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<T>
-
- org.apache.syncope.client.console.wizards.SAML2IdPEntityWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<SAML2IdPEntityTO>
public class SAML2IdPEntityWizardBuilder extends BaseAjaxWizardBuilder<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
SAML2IdPEntityWizardBuilder.TextPem
-
Field Summary
Fields Modifier and Type Field Description protected SAML2IdPEntityRestClient
saml2IdPEntityRestClient
-
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 SAML2IdPEntityWizardBuilder(SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
saml2IdPEntityRestClient
protected final SAML2IdPEntityRestClient saml2IdPEntityRestClient
-
-
Constructor Detail
-
SAML2IdPEntityWizardBuilder
public SAML2IdPEntityWizardBuilder(SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(SAML2IdPEntityTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<SAML2IdPEntityTO>
-
buildModelSteps
protected WizardModel buildModelSteps(SAML2IdPEntityTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<SAML2IdPEntityTO>
-
-