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,org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<org.apache.syncope.common.lib.to.SAML2IdPEntityTO>
public class SAML2IdPEntityWizardBuilder extends BaseAjaxWizardBuilder<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classSAML2IdPEntityWizardBuilder.TextPem
-
Field Summary
Fields Modifier and Type Field Description protected SAML2IdPEntityRestClientsaml2IdPEntityRestClient
-
Constructor Summary
Constructors Constructor Description SAML2IdPEntityWizardBuilder(org.apache.syncope.common.lib.to.SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, org.apache.wicket.PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.extensions.wizard.WizardModelbuildModelSteps(org.apache.syncope.common.lib.to.SAML2IdPEntityTO modelObject, org.apache.wicket.extensions.wizard.WizardModel wizardModel)protected SerializableonApplyInternal(org.apache.syncope.common.lib.to.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
-
-
-
-
Field Detail
-
saml2IdPEntityRestClient
protected final SAML2IdPEntityRestClient saml2IdPEntityRestClient
-
-
Constructor Detail
-
SAML2IdPEntityWizardBuilder
public SAML2IdPEntityWizardBuilder(org.apache.syncope.common.lib.to.SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, org.apache.wicket.PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(org.apache.syncope.common.lib.to.SAML2IdPEntityTO modelObject)
- Overrides:
onApplyInternalin classorg.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<org.apache.syncope.common.lib.to.SAML2IdPEntityTO>
-
buildModelSteps
protected org.apache.wicket.extensions.wizard.WizardModel buildModelSteps(org.apache.syncope.common.lib.to.SAML2IdPEntityTO modelObject, org.apache.wicket.extensions.wizard.WizardModel wizardModel)- Specified by:
buildModelStepsin classorg.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<org.apache.syncope.common.lib.to.SAML2IdPEntityTO>
-
-