AccessCheckInput |
AccessCheckInput.putState(String name,
Object value) |
Puts a value into the access check state map
|
AccessCheckInput |
AccessCheckInput.setConfiguration(CommonSecurityConfig configuration) |
Sets the common security configuration
|
AccessCheckInput |
AccessCheckInput.setConfiguration(Map<String,Object> configuration) |
Sets the common security configuration as a Map, which will be decoded.
|
AccessCheckInput |
AccessCheckInput.setDebug(boolean debug) |
Sets the debug flag on the access check
|
AccessCheckInput |
AccessCheckInput.setPluginResource(sailpoint.rest.plugin.BasePluginResource pluginResource) |
Deprecated.
|
AccessCheckInput |
AccessCheckInput.setState(Map<String,Object> state) |
Sets the state map, which will be provided to any access check rules or
access check scripts.
|
AccessCheckInput |
AccessCheckInput.setTarget(String targetName) |
Sets the target name or ID.
|
AccessCheckInput |
AccessCheckInput.setTarget(sailpoint.object.Identity target) |
Sets the target Identity and target name
|
AccessCheckInput |
AccessCheckInput.setThingName(String thingName) |
Sets the thing name, for caching and display purposes
|
AccessCheckInput |
AccessCheckInput.setUserContext(sailpoint.web.UserContext userContext) |
Sets the user context, containing the ‘subject’ of the access check
|