Interface EmbeddedCrowdBootstrap

    • Method Detail

      • initialiseEmbeddedCrowd

        void initialiseEmbeddedCrowd()
                              throws com.atlassian.crowd.exception.ApplicationNotFoundException,
                                     com.atlassian.crowd.exception.DirectoryNotFoundException
        Throws:
        com.atlassian.crowd.exception.ApplicationNotFoundException
        com.atlassian.crowd.exception.DirectoryNotFoundException
      • initialiseEmbeddedCrowd

        void initialiseEmbeddedCrowd​(boolean isInternalDirectoryActive)
                              throws com.atlassian.crowd.exception.ApplicationNotFoundException,
                                     com.atlassian.crowd.exception.DirectoryNotFoundException
        Throws:
        com.atlassian.crowd.exception.ApplicationNotFoundException
        com.atlassian.crowd.exception.DirectoryNotFoundException
      • createInternalDirectory

        com.atlassian.crowd.embedded.api.Directory createInternalDirectory()
      • createInternalDirectory

        com.atlassian.crowd.embedded.api.Directory createInternalDirectory​(boolean active)
      • getOrCreateApplication

        com.atlassian.crowd.model.application.Application getOrCreateApplication()