Uses of Class
com.identityworksllc.iiq.common.access.AccessCheckResponse
-
Packages that use AccessCheckResponse Package Description com.identityworksllc.iiq.common.access Classes associated with theAccessCheck
andCommonSecurityConfig
model -
-
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 AccessCheckResponse
AccessCheck. 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 AccessCheckResponse
AccessCheckResponse. decode(String input)
Decodes an AccessCheckResponse from the given String, which should be a JSON formatted value.static AccessCheckResponse
AccessCheckResponse. decode(Map<String,Object> input)
Decodes an AccessCheckResponse from the given Map, which may have been generated using this class’sMappable.toMap()
.AccessCheckResponse
FluentAccessCheck. 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 void
AccessCheckResponse. 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
-