Uses of Class
com.identityworksllc.iiq.common.access.FluentAccessCheck
-
Packages that use FluentAccessCheck Package Description com.identityworksllc.iiq.common.access Classes associated with theAccessCheck
andCommonSecurityConfig
model -
-
Uses of FluentAccessCheck in com.identityworksllc.iiq.common.access
Methods in com.identityworksllc.iiq.common.access that return FluentAccessCheck Modifier and Type Method Description FluentAccessCheck
FluentAccessCheck. config(CommonSecurityConfig config)
Sets the security config for this access checkFluentAccessCheck
FluentAccessCheck. config(Map<String,Object> config)
Sets the security config for this access checkFluentAccessCheck
FluentAccessCheck. debug()
Sets debug mode to true for this access checkFluentAccessCheck
FluentAccessCheck. name(String name)
static FluentAccessCheck
AccessCheck. setup()
Returns a newFluentAccessCheck
, permitting a nice flow-y API for access checks.FluentAccessCheck
FluentAccessCheck. state(String name, Object value)
FluentAccessCheck
FluentAccessCheck. state(Map<String,Object> state)
FluentAccessCheck
FluentAccessCheck. subject(sailpoint.api.SailPointContext ctx, sailpoint.object.Identity subject)
FluentAccessCheck
FluentAccessCheck. subject(sailpoint.api.SailPointContext ctx, sailpoint.object.Identity subject, String pluginName)
FluentAccessCheck
FluentAccessCheck. subject(sailpoint.web.UserContext userContext)
FluentAccessCheck
FluentAccessCheck. target(String targetName)
FluentAccessCheck
FluentAccessCheck. target(sailpoint.object.Identity target)
-