Uses of Class
com.atlassian.confluence.impl.security.AbstractSpacePermissionManager
-
Packages that use AbstractSpacePermissionManager Package Description com.atlassian.confluence.impl.security com.atlassian.confluence.impl.security.recovery -
-
Uses of AbstractSpacePermissionManager in com.atlassian.confluence.impl.security
Subclasses of AbstractSpacePermissionManager in com.atlassian.confluence.impl.security Modifier and Type Class Description classCachingSpacePermissionManagerImplementation of SpacePermissionManager that implements caching before a SpacePermission is requested, saved or removed from the SpacePermissionDao.classCoarseGrainedCachingSpacePermissionManagerSpace permission manager that caches all permissions for each space.classDefaultSpacePermissionManager -
Uses of AbstractSpacePermissionManager in com.atlassian.confluence.impl.security.recovery
Subclasses of AbstractSpacePermissionManager in com.atlassian.confluence.impl.security.recovery Modifier and Type Class Description classRecoveryAwareCachingSpacePermissionManagerAn extension ofCachingSpacePermissionManagerthat supports recovery mode.classRecoveryAwareCGCachingSpacePermissionManagerAn extension ofCoarseGrainedCachingSpacePermissionManagerthat supports recovery mode.
-