Uses of Class
com.identityworksllc.iiq.common.access.AccessCheckException
-
Packages that use AccessCheckException Package Description com.identityworksllc.iiq.common.access Classes associated with theAccessCheck
andCommonSecurityConfig
model -
-
Uses of AccessCheckException in com.identityworksllc.iiq.common.access
Methods in com.identityworksllc.iiq.common.access that throw AccessCheckException Modifier and Type Method Description AccessCheckResponse
FluentAccessCheck. execute()
Validates and executes the constructedAccessCheck
, returning the response.boolean
FluentAccessCheck. isAllowed()
Returns true if this access check passes for the current configurationvoid
AccessCheckInput. validate()
Validates the configuration before it executes
-