- Endpoint - Interface in sailpoint.connector.webservices
-
- equals(Object) - Method in interface sailpoint.object.Field
-
- equals(Object, Object, boolean) - Static method in interface sailpoint.object.ProvisioningPlan
-
- executeDelete(String, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a DELETE call specifying the url and allowed statuses.
- executeDelete(String, Map, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a DELETE call specifying the url, header values and allowed statuses.
- executeGet(Map, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a GET call with specifying header values and allowed statuses.
- executeGet(String, Map, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a GET call with specifying the url, header values and allowed statuses.
- executePatch(String, Object, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a PATCH call with specifying the url, payload and allowed statuses.
- executePatch(String, Object, Map, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a PATCH call with specifying the url, payload, header values and allowed statuses.
- executePost(String, Object, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a POST call with specifying the url, payload, and allowed statuses.
- executePost(String, Object, Map, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a POST call with specifying the url, payload, header values and allowed statuses.
- executePut(String, Object, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a PUT call with specifying the url, payload, and allowed statuses.
- executePut(String, Object, Map, List<String>) - Method in interface sailpoint.connector.webservices.WebServicesClient
-
Use this method to execute a PUT call with specifying the url, payload, header values and allowed statuses.