Package com.identityworksllc.iiq.common.access
Classes associated with the
AccessCheck and CommonSecurityConfig model-
Class Summary Class Description AccessCheck Static methods for implementing access checks.AccessCheck.SecurityCacheToken The container object to identify the cached ThingAccessUtil inputs.AccessCheck.SecurityResult The container object to hold the cached ThingAccessUtil resultsAccessCheckInput Access check inputAccessCheckResponse The output ofAccessCheck.accessCheck(AccessCheckInput), containing the results of the access check (allowed or not) and some metadata.CommonAccessChecks Implements some common access checks that are more complex than a straightforward implementation.DelegatedAccessAdapter A default adapter for delegated access checks.DelegatedAccessAssembler Assembles the controls (Common Security assertions) that are present on the given purpose string, or any of its parent substrings.DelegatedAccessConstants Constants for the DelegatedAccess classesDelegatedAccessController Utilities for delegated access checks.FluentAccessCheck Implements a fluent API for access checks. -
Exception Summary Exception Description AccessCheckException An exception specific to theAccessChecktools