- sailpoint.connector.webservices - package sailpoint.connector.webservices
-
- sailpoint.object - package sailpoint.object
-
- sailpoint.rule - package sailpoint.rule
-
- sailpoint.server - package sailpoint.server
-
- SCHEMA_ACCOUNT - Static variable in interface sailpoint.object.Application
-
Name of the account schema
- SCHEMA_CONFIG - Static variable in interface sailpoint.object.Application
-
Name of the configuration schema
- SCHEMA_GROUP - Static variable in interface sailpoint.object.Application
-
Name of the group schema
- SECRET_ATTRIBUTES - Static variable in interface sailpoint.object.Application
-
List of secret attributes used in different connector's application attribute.
- SECRET_ATTRIBUTES - Static variable in interface sailpoint.object.ProvisioningPlan
-
List of secret things in provisioning plans.
- set(String, String, Object) - Method in interface sailpoint.object.ProvisioningPlan
-
Deprecated.
- setAccountRequests(List<ProvisioningPlan.AccountRequest>) - Method in interface sailpoint.object.ProvisioningPlan
-
- setArgs(<any>) - Method in class sailpoint.object.ProvisioningPlan.AccountRequest
-
- setBaseUrl(String) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the base url (endpoint) of the operation that is to be performed for the particular operation
- setBody(Map) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the http payload information as a map.
- setContextUrl(String) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the context url for the particular operation (create user, update user, account aggregation, etc...)
- setFullUrl(String) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the complete url (endpoint) of the operation that is to be performed for the particular operation
- setHeader(Map) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the header values for the request
- setHttpMethodType(String) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the http method type (put, post, get, patch, delete) for the particular operation (create user, update user, account aggregation, etc...)
- setObjectRequests(List<ObjectRequest>) - Method in interface sailpoint.object.ProvisioningPlan
-
- setOperation(ProvisioningPlan.AccountRequest.Operation) - Method in class sailpoint.object.ProvisioningPlan.AccountRequest
-
- setOperationType(String) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the operation type (Account Aggregation, Group Aggregation, Create Account, etc...) for the particular operation record (create user, update user, account aggregation, etc...)
- setResMappingObj(Map) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the response mapping for the response attributes returned from the JSON response of the managed source.
- setResponseCode(List) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the value of successful response codes as a list (200,201,299).
- setRootPath(String) - Method in interface sailpoint.connector.webservices.Endpoint
-
Use this method to set the root of the JSON response returned from the managed source for the particular operation (create user, update user, account aggregation, etc...)
Example root path for the json below: $.results
- setStatus() - Method in interface sailpoint.object.ProvisioningResult
-
- STATUS_COMMITTED - Static variable in interface sailpoint.object.ProvisioningResult
-
Indicates that the request was fully processed and the changes
are known to have been made.
- STATUS_FAILED - Static variable in interface sailpoint.object.ProvisioningResult
-
Indicates that the request was not processed due to a
fatal error.
- STATUS_QUEUED - Static variable in interface sailpoint.object.ProvisioningResult
-
Indicates that the request was accepted and passed validation,
but it was given to another system and we do not know
when it will be committed.
- STATUS_RETRY - Static variable in interface sailpoint.object.ProvisioningResult
-
Indicates that the request was not processed due to a
non fatal error and that it should be retried at a later
time.
- supportsFeature(Feature) - Method in interface sailpoint.object.Application
-