Class DenormalisedPermissionDarkFeature

java.lang.Object
com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionDarkFeature
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

@Internal public final class DenormalisedPermissionDarkFeature extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Since:
7.11.0
  • Constructor Details

    • DenormalisedPermissionDarkFeature

      public DenormalisedPermissionDarkFeature(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • onApplicationStarted

      @EventListener public void onApplicationStarted(ApplicationStartedEvent event)
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • onSiteDarkFeatureEnabledEvent

      @EventListener public void onSiteDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent event)
    • onSiteDarkFeatureDisabledEvent

      @EventListener public void onSiteDarkFeatureDisabledEvent(SiteDarkFeatureDisabledEvent event)
    • onClusterEventWrapper

      @EventListener public void onClusterEventWrapper(ClusterEventWrapper clusterEventWrapper)
    • isEnabled

      public boolean isEnabled()