Package oracle.iam.ida.api
Interface IDAWorkflowCallbackService
public interface IDAWorkflowCallbackService
This interface is private. It is intended for OIM internal use only and any other use is unsupported.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assignPolicyViolationCallback
(String policyViolationId, String taskIdentifier, String remediator, String remediatorType) This method is private.void
claimPolicyViolationCallback
(String policyViolationId, String taskIdentifier, String remediator) This method is private.void
completePolicyViolationCallback
(String policyViolationId, String taskIdentifier) This method is private.void
escalatePolicyViolationCallback
(String policyViolationId, String taskIdentifier, String remediator) This method is private.void
expirePolicyViolationCallback
(String policyViolationId, String taskIdentifier) This method is private.void
proxyPolicyViolationCallback
(String policyViolationId, String taskIdentifier, String remediator, String remediatorType) This method is private.void
releasePolicyViolationCallback
(String policyViolationId, String taskIdentifier, String remediator) This method is private.void
routePolicyViolationCallback
(String policyViolationId, String taskIdentifier, String remediator) This method is private.
-
Method Details
-
assignPolicyViolationCallback
void assignPolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator, String remediatorType) throws Exception This method is private. It is intended for OIM internal use only and any other use is unsupported.- Throws:
Exception
-
completePolicyViolationCallback
void completePolicyViolationCallback(String policyViolationId, String taskIdentifier) throws Exception This method is private. It is intended for OIM internal use only and any other use is unsupported.- Throws:
Exception
-
expirePolicyViolationCallback
void expirePolicyViolationCallback(String policyViolationId, String taskIdentifier) throws Exception This method is private. It is intended for OIM internal use only and any other use is unsupported.- Throws:
Exception
-
escalatePolicyViolationCallback
void escalatePolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator) throws Exception This method is private. It is intended for OIM internal use only and any other use is unsupported.- Throws:
Exception
-
proxyPolicyViolationCallback
void proxyPolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator, String remediatorType) throws Exception This method is private. It is intended for OIM internal use only and any other use is unsupported.- Throws:
Exception
-
claimPolicyViolationCallback
void claimPolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator) throws Exception This method is private. It is intended for OIM internal use only and any other use is unsupported.- Throws:
Exception
-
routePolicyViolationCallback
void routePolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator) throws Exception This method is private. It is intended for OIM internal use only and any other use is unsupported.- Throws:
Exception
-
releasePolicyViolationCallback
void releasePolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator) throws Exception This method is private. It is intended for OIM internal use only and any other use is unsupported.- Throws:
Exception
-