Class SAML2IdPWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<SAML2SP4UIIdPTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<SAML2SP4UIIdPTO>
org.apache.syncope.client.console.wizards.SAML2IdPWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<SAML2SP4UIIdPTO>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SAML2IdPsDirectoryPanel
protected final ImplementationRestClient
protected final SAML2IdPsRestClient
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
ConstructorDescriptionSAML2IdPWizardBuilder
(SAML2IdPsDirectoryPanel directoryPanel, SAML2SP4UIIdPTO idpTO, ImplementationRestClient implementationRestClient, SAML2IdPsRestClient saml2IdPsRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(SAML2SP4UIIdPTO modelObject, WizardModel wizardModel) protected Future
<Pair<Serializable, Serializable>> execute
(Callable<Pair<Serializable, Serializable>> future) protected long
protected Serializable
onApplyInternal
(SAML2SP4UIIdPTO modelObject) protected void
protected void
sendWarning
(String message) 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
-
directoryPanel
-
implementationRestClient
-
saml2IdPsRestClient
-
idpActions
-
requestedAuthnContextProviders
-
-
Constructor Details
-
SAML2IdPWizardBuilder
public SAML2IdPWizardBuilder(SAML2IdPsDirectoryPanel directoryPanel, SAML2SP4UIIdPTO idpTO, ImplementationRestClient implementationRestClient, SAML2IdPsRestClient saml2IdPsRestClient, PageReference pageRef)
-
-
Method Details
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
getMaxWaitTimeInSeconds
protected long getMaxWaitTimeInSeconds()- Specified by:
getMaxWaitTimeInSeconds
in classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
sendError
- Specified by:
sendError
in classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
sendWarning
- Specified by:
sendWarning
in classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
execute
protected Future<Pair<Serializable,Serializable>> execute(Callable<Pair<Serializable, Serializable>> future) - Specified by:
execute
in classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<SAML2SP4UIIdPTO>
-