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 SAML2IdPsDirectoryPaneldirectoryPanelprotected IModel<List<String>>idpActionsprotected ImplementationRestClientimplementationRestClientprotected IModel<List<String>>requestedAuthnContextProvidersprotected SAML2IdPsRestClientsaml2IdPsRestClient-
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 WizardModelbuildModelSteps(SAML2SP4UIIdPTO modelObject, WizardModel wizardModel)protected Future<Pair<Serializable,Serializable>>execute(Callable<Pair<Serializable,Serializable>> future)protected longgetMaxWaitTimeInSeconds()protected SerializableonApplyInternal(SAML2SP4UIIdPTO modelObject)protected voidsendError(Exception exception)protected voidsendWarning(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:
buildModelStepsin classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
getMaxWaitTimeInSeconds
protected long getMaxWaitTimeInSeconds()
- Specified by:
getMaxWaitTimeInSecondsin classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
sendError
protected void sendError(Exception exception)
- Specified by:
sendErrorin classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
sendWarning
protected void sendWarning(String message)
- Specified by:
sendWarningin classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
execute
protected Future<Pair<Serializable,Serializable>> execute(Callable<Pair<Serializable,Serializable>> future)
- Specified by:
executein classAjaxWizardBuilder<SAML2SP4UIIdPTO>
-
onApplyInternal
protected Serializable onApplyInternal(SAML2SP4UIIdPTO modelObject)
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<SAML2SP4UIIdPTO>
-
-