public static class SLDPermissionManagementStrategy.AclCacheUnit extends AbstractCacheUnit
| Modifier and Type | Field and Description |
|---|---|
static String |
GLOBAL_ACL |
static String |
ITEM_ACL |
cacheKey, INVALIDATIONTYPE_CREATED, INVALIDATIONTYPE_MODIFIED, INVALIDATIONTYPE_MODIFIED_STRING, INVALIDATIONTYPE_REMOVED, INVALIDATIONTYPE_REMOVED_STRING, UNKNOWN| Modifier and Type | Method and Description |
|---|---|
PermissionDAO.AclContainer |
compute() |
Object[] |
createKey() |
PermissionDAO.AclContainer |
getAsContainer() |
static SLDPermissionManagementStrategy.AclCacheUnit |
globalCacheUnit(Cache cache,
PK principalPk,
Supplier<PermissionDAO.AclContainer> getter) |
static SLDPermissionManagementStrategy.AclCacheUnit |
itemCacheUnit(Cache cache,
PK itemPk,
Supplier<PermissionDAO.AclContainer> getter) |
addedToCacheBeforeComputation, arrayDeepEqualsReverse, equals, executeInvalidation, get, getCache, getInvalidationTopicDepth, getKey, getKeyAsArray, getLoader, getTenantID, getWithoutCompute, getWithoutComputeIgnoringTransaction, hashCode, hintValue, invalidate, isCachingSupported, isValueKnown, isZombie, keepAlive, load, markKeptAlive, removedFromCache, toString, useCachepublic static final String GLOBAL_ACL
public static final String ITEM_ACL
public static SLDPermissionManagementStrategy.AclCacheUnit itemCacheUnit(Cache cache, PK itemPk, Supplier<PermissionDAO.AclContainer> getter)
public static SLDPermissionManagementStrategy.AclCacheUnit globalCacheUnit(Cache cache, PK principalPk, Supplier<PermissionDAO.AclContainer> getter)
public Object[] createKey()
createKey in class AbstractCacheUnitpublic PermissionDAO.AclContainer compute() throws Exception
compute in class AbstractCacheUnitExceptionpublic PermissionDAO.AclContainer getAsContainer()
Copyright © 2017 SAP SE. All Rights Reserved.