Class SAML2IdPWizardBuilder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<SAML2SP4UIIdPTO>
-
- org.apache.syncope.client.console.wizards.SAML2IdPWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<SAML2SP4UIIdPTO>
public class SAML2IdPWizardBuilder extends AjaxWizardBuilder<SAML2SP4UIIdPTO>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SAML2IdPsDirectoryPanel
directoryPanel
protected IModel<List<String>>
idpActions
protected ImplementationRestClient
implementationRestClient
protected IModel<List<String>>
requestedAuthnContextProviders
protected SAML2IdPsRestClient
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
Constructors Constructor Description SAML2IdPWizardBuilder(SAML2IdPsDirectoryPanel directoryPanel, SAML2SP4UIIdPTO idpTO, ImplementationRestClient implementationRestClient, SAML2IdPsRestClient saml2IdPsRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(SAML2SP4UIIdPTO modelObject, WizardModel wizardModel)
protected Future<Pair<Serializable,Serializable>>
execute(Callable<Pair<Serializable,Serializable>> future)
protected long
getMaxWaitTimeInSeconds()
protected Serializable
onApplyInternal(SAML2SP4UIIdPTO modelObject)
protected void
sendError(Exception exception)
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 Detail
-
directoryPanel
protected final SAML2IdPsDirectoryPanel directoryPanel
-
implementationRestClient
protected final ImplementationRestClient implementationRestClient
-
saml2IdPsRestClient
protected final SAML2IdPsRestClient saml2IdPsRestClient
-
-
Constructor Detail
-
SAML2IdPWizardBuilder
public SAML2IdPWizardBuilder(SAML2IdPsDirectoryPanel directoryPanel, SAML2SP4UIIdPTO idpTO, ImplementationRestClient implementationRestClient, SAML2IdPsRestClient saml2IdPsRestClient, PageReference pageRef)
-
-
Method Detail
-
buildModelSteps
protected WizardModel buildModelSteps(SAML2SP4UIIdPTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
getMaxWaitTimeInSeconds
protected long getMaxWaitTimeInSeconds()
- Specified by:
getMaxWaitTimeInSeconds
in classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
sendError
protected void sendError(Exception exception)
- Specified by:
sendError
in classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
sendWarning
protected void sendWarning(String message)
- 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
protected Serializable onApplyInternal(SAML2SP4UIIdPTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<SAML2SP4UIIdPTO>
-
-