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

public class FastPermissionsEnabler extends Object implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
Enables fast permissions after site restore or on fresh setup.
Since:
8.6.0
  • Constructor Details

  • Method Details

    • turnFastPermissionsOn

      public void turnFastPermissionsOn()
    • onImportFinishEvent

      @EventListener public void onImportFinishEvent(AsyncImportFinishedEvent event)
    • afterPropertiesSet

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

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

      @EventListener public void onApplicationStartedEvent(ApplicationStartedEvent event)