Package | Description |
---|---|
com.atlassian.confluence.impl.security | |
com.atlassian.confluence.internal.security | |
com.atlassian.confluence.security |
Modifier and Type | Class and Description |
---|---|
class |
CoarseGrainedCachingSpacePermissionManager
Space permission manager that caches all permissions for each space.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SpacePermissionManagerInternal
Internal version of the
SpacePermissionManager ; see package-info.java for rationale. |
interface |
SpacePermissionSaverInternal
Internal version of the
SpacePermissionSaver ; see package-info.java for rationale. |
Modifier and Type | Interface and Description |
---|---|
interface |
SpacePermissionManager
Responsible for the addition, modification and removal of space permissions.
|
Modifier and Type | Class and Description |
---|---|
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 |
SpacePermissionCoordinator
Space permission manager that adds a layer of security over the write operations in this class.
|
Copyright © 2003–2015 Atlassian. All rights reserved.