Class 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
    • Method Detail

      • turnFastPermissionsOn

        public void turnFastPermissionsOn()
      • 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​(com.atlassian.config.lifecycle.events.ApplicationStartedEvent event)