Uses of Interface
com.atlassian.confluence.security.SpacePermissionSaver

Packages that use SpacePermissionSaver
com.atlassian.confluence.security   
 

Uses of SpacePermissionSaver in com.atlassian.confluence.security
 

Subinterfaces of SpacePermissionSaver in com.atlassian.confluence.security
 interface SpacePermissionManager
          Responsible for the addition, modification and removal of space permissions.
 

Classes in com.atlassian.confluence.security that implement SpacePermissionSaver
 class AbstractSpacePermissionManager
           
 class CachingSpacePermissionManager
          Implementation of SpacePermissionManager that implements caching before a SpacePermission is requested, saved or removed from the SpacePermissionDao.
 class DefaultSpacePermissionManager
           
 class ReadOnlySpacePermissionManager
           
 class SpacePermissionCheckDispatcherCoordinator
          Space permission manager wrapper that updates the permission check dispatcher cache on operations that add or remove permissions.
 class SpacePermissionCoordinator
          Space permission manager that adds a layer of security over the write operations in this class.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.