Uses of Package
org.openiam.common.authmanager.service.model
-
Packages that use org.openiam.common.authmanager.service.model Package Description org.openiam.authmanager.service.impl org.openiam.config -
Classes in org.openiam.common.authmanager.service.model used by org.openiam.authmanager.service.impl Class Description AuthorizationCacheToken This object holds cached entitlements data of the user We used to use bitsets, but that's unrealistic in the case of resources being added/removed For resources, we also store the rights For other entities, we only store the ID, as 99.99% of the time, we don't need the rights -
Classes in org.openiam.common.authmanager.service.model used by org.openiam.config Class Description AuthorizationCacheToken This object holds cached entitlements data of the user We used to use bitsets, but that's unrealistic in the case of resources being added/removed For resources, we also store the rights For other entities, we only store the ID, as 99.99% of the time, we don't need the rights