Uses of Class
com.atlassian.confluence.event.events.security.ContentPermissionEvent
-
Packages that use ContentPermissionEvent Package Description com.atlassian.confluence.core com.atlassian.confluence.impl.security -
-
Uses of ContentPermissionEvent in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ContentPermissionEvent Modifier and Type Method Description void
DefaultContentPermissionManager. onContentPermissionEvent(ContentPermissionEvent contentPermissionEvent)
-
Uses of ContentPermissionEvent in com.atlassian.confluence.impl.security
Methods in com.atlassian.confluence.impl.security with parameters of type ContentPermissionEvent Modifier and Type Method Description void
CachingInheritedContentPermissionManager. onEvent(ContentPermissionEvent event)
On reception of anyContentPermissionEvent
we clear the cache of any permissions related to the event's referencedContentEntityObject
and any of its descendents.
-