Class SAML2SPEntityWizardBuilder
- 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.SAML2SPEntityWizardBuilder
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- ModalPanelBuilder<SAML2SPEntityTO>
 
 public class SAML2SPEntityWizardBuilder extends BaseAjaxWizardBuilder<T> - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected classSAML2SPEntityWizardBuilder.BinaryPemprotected static classSAML2SPEntityWizardBuilder.Profile
 - 
Field SummaryFields Modifier and Type Field Description protected SAML2SPEntityRestClientsaml2SPEntityRestClient- 
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilderLOG, mode, outerObjects
 - 
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuildereventSink, pageRef
 
- 
 - 
Constructor SummaryConstructors Constructor Description SAML2SPEntityWizardBuilder(SAML2SPEntityTO defaultItem, SAML2SPEntityRestClient saml2SPEntityRestClient, PageReference pageRef)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModelbuildModelSteps(SAML2SPEntityTO modelObject, WizardModel wizardModel)protected SerializableonApplyInternal(SAML2SPEntityTO modelObject)- 
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilderexecute, getMaxWaitTimeInSeconds, sendError, sendWarning
 - 
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilderaddOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
 - 
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuildergetDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
 
- 
 
- 
- 
- 
Field Detail- 
saml2SPEntityRestClientprotected final SAML2SPEntityRestClient saml2SPEntityRestClient 
 
- 
 - 
Constructor Detail- 
SAML2SPEntityWizardBuilderpublic SAML2SPEntityWizardBuilder(SAML2SPEntityTO defaultItem, SAML2SPEntityRestClient saml2SPEntityRestClient, PageReference pageRef) 
 
- 
 - 
Method Detail- 
onApplyInternalprotected Serializable onApplyInternal(SAML2SPEntityTO modelObject) - Overrides:
- onApplyInternalin class- AbstractModalPanelBuilder<SAML2SPEntityTO>
 
 - 
buildModelStepsprotected WizardModel buildModelSteps(SAML2SPEntityTO modelObject, WizardModel wizardModel) - Specified by:
- buildModelStepsin class- AjaxWizardBuilder<SAML2SPEntityTO>
 
 
- 
 
-