public interface SODCheckService
Below is the code snippet that shows how to get an instance of this service:
//returns an SODCheck service instance
SODCheckService sodCheckService = Platform.getService(SODCheckService.class);
//initiates SOD Check
sodCheckService.initiateSODCheck(requestId);
....
Modifier and Type | Method and Description |
---|---|
void |
initiateSODCheck(java.lang.String requestId)
Initiate SOD Check for a particular request.
|
boolean |
isSODCheckApplicableForRequest(java.lang.String requestId)
Check if SOD Check is Enabled for a particular resource for which request is raised.
|
boolean |
isSODCheckEnabled()
Check if SOD Check is Enabled at system level.
|
boolean isSODCheckEnabled()
boolean isSODCheckApplicableForRequest(java.lang.String requestId)
requestId
- Id of the requestvoid initiateSODCheck(java.lang.String requestId)
requestId
- Id of the request