Uses of Class
com.identityworksllc.iiq.common.access.AccessCheckResponse
- 
Packages that use AccessCheckResponse Package Description com.identityworksllc.iiq.common.access Classes associated with theAccessCheckandCommonSecurityConfigmodel - 
- 
Uses of AccessCheckResponse in com.identityworksllc.iiq.common.access
Methods in com.identityworksllc.iiq.common.access that return AccessCheckResponse Modifier and Type Method Description static AccessCheckResponseAccessCheck. accessCheck(AccessCheckInput input)Returns an ‘allowed’ response if the logged-in (subject) user can access the item based on the common configuration parameters and target defined.static AccessCheckResponseAccessCheckResponse. decode(String input)Decodes an AccessCheckResponse from the given String, which should be a JSON formatted value.static AccessCheckResponseAccessCheckResponse. decode(Map<String,Object> input)Decodes an AccessCheckResponse from the given Map, which may have been generated using this class’sMappable.toMap().AccessCheckResponseFluentAccessCheck. execute()Validates and executes the constructedAccessCheck, returning the response.Methods in com.identityworksllc.iiq.common.access that return types with arguments of type AccessCheckResponse Modifier and Type Method Description Optional<AccessCheckResponse>AccessCheck.SecurityResult. get()Returns the cached resultMethods in com.identityworksllc.iiq.common.access with parameters of type AccessCheckResponse Modifier and Type Method Description voidAccessCheckResponse. merge(AccessCheckResponse other)Merges this response with another response.Constructors in com.identityworksllc.iiq.common.access with parameters of type AccessCheckResponse Constructor Description SecurityResult(AccessCheckResponse result)Store the result with an expiration time 
 -