Uses of Class
com.identityworksllc.iiq.common.access.AccessCheckInput
-
Packages that use AccessCheckInput Package Description com.identityworksllc.iiq.common.access Classes associated with theAccessCheck
andCommonSecurityConfig
model -
-
Uses of AccessCheckInput in com.identityworksllc.iiq.common.access
Methods in com.identityworksllc.iiq.common.access that return AccessCheckInput Modifier and Type Method Description AccessCheckInput
AccessCheckInput. setConfiguration(CommonSecurityConfig configuration)
AccessCheckInput
AccessCheckInput. setConfiguration(Map<String,Object> configuration)
AccessCheckInput
AccessCheckInput. setPluginResource(sailpoint.rest.plugin.BasePluginResource pluginResource)
Deprecated.AccessCheckInput
AccessCheckInput. setState(Map<String,Object> state)
AccessCheckInput
AccessCheckInput. setTarget(sailpoint.object.Identity target)
AccessCheckInput
AccessCheckInput. setThingName(String thingName)
AccessCheckInput
AccessCheckInput. setUserContext(sailpoint.web.UserContext userContext)
Methods in com.identityworksllc.iiq.common.access with parameters of type AccessCheckInput Modifier and Type Method Description static AccessCheckResponse
AccessCheck. accessCheck(AccessCheckInput input)
Returns an ‘allowed’ response if the logged in user can access the item based on the common configuration parameters.Constructors in com.identityworksllc.iiq.common.access with parameters of type AccessCheckInput Constructor Description AccessCheckInput(AccessCheckInput parent, CommonSecurityConfig config)
Copy constructor allowing override of an inputSecurityCacheToken(AccessCheckInput input)
Constructs a new cache entry based on the input
-