public class SPCreateHandler
extends org.wso2.carbon.identity.workflow.mgt.extension.AbstractWorkflowRequestHandler
| Constructor and Description |
|---|
SPCreateHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDescription() |
String |
getEventId() |
String |
getFriendlyName() |
Map<String,String> |
getParamDefinitions() |
boolean |
isValidOperation(org.wso2.carbon.identity.workflow.mgt.bean.Entity[] entities) |
void |
onWorkflowCompletion(String status,
Map<String,Object> requestParams,
Map<String,Object> responseAdditionalParams,
int tenantId) |
boolean |
retryNeedAtCallback() |
boolean |
startSPCreateWorkflow(org.wso2.carbon.identity.application.common.model.ServiceProvider serviceProvider,
String tenantDomain,
String userName) |
public void onWorkflowCompletion(String status, Map<String,Object> requestParams, Map<String,Object> responseAdditionalParams, int tenantId) throws org.wso2.carbon.identity.workflow.mgt.exception.WorkflowException
onWorkflowCompletion in class org.wso2.carbon.identity.workflow.mgt.extension.AbstractWorkflowRequestHandlerorg.wso2.carbon.identity.workflow.mgt.exception.WorkflowExceptionpublic boolean retryNeedAtCallback()
retryNeedAtCallback in class org.wso2.carbon.identity.workflow.mgt.extension.AbstractWorkflowRequestHandlerpublic String getEventId()
public String getFriendlyName()
public String getDescription()
public String getCategory()
public boolean startSPCreateWorkflow(org.wso2.carbon.identity.application.common.model.ServiceProvider serviceProvider,
String tenantDomain,
String userName)
throws org.wso2.carbon.identity.workflow.mgt.exception.WorkflowException
org.wso2.carbon.identity.workflow.mgt.exception.WorkflowExceptionpublic boolean isValidOperation(org.wso2.carbon.identity.workflow.mgt.bean.Entity[] entities)
throws org.wso2.carbon.identity.workflow.mgt.exception.WorkflowException
isValidOperation in class org.wso2.carbon.identity.workflow.mgt.extension.AbstractWorkflowRequestHandlerorg.wso2.carbon.identity.workflow.mgt.exception.WorkflowExceptionCopyright © 2025 WSO2. All rights reserved.