public class EmbeddedCrowdBootstrapImpl extends Object implements EmbeddedCrowdBootstrap
Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL_DIRECTORY_NAME |
Constructor and Description |
---|
EmbeddedCrowdBootstrapImpl() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.crowd.embedded.api.Directory |
createInternalDirectory() |
com.atlassian.crowd.embedded.api.Directory |
createInternalDirectory(boolean active) |
com.atlassian.crowd.model.application.Application |
getOrCreateApplication() |
void |
initialiseEmbeddedCrowd() |
void |
initialiseEmbeddedCrowd(boolean isInternalDirectoryActive) |
public static final String INTERNAL_DIRECTORY_NAME
@Transactional public void initialiseEmbeddedCrowd() throws com.atlassian.crowd.exception.ApplicationNotFoundException, com.atlassian.crowd.exception.DirectoryNotFoundException
initialiseEmbeddedCrowd
in interface EmbeddedCrowdBootstrap
com.atlassian.crowd.exception.ApplicationNotFoundException
com.atlassian.crowd.exception.DirectoryNotFoundException
@Transactional public void initialiseEmbeddedCrowd(boolean isInternalDirectoryActive) throws com.atlassian.crowd.exception.ApplicationNotFoundException, com.atlassian.crowd.exception.DirectoryNotFoundException
initialiseEmbeddedCrowd
in interface EmbeddedCrowdBootstrap
com.atlassian.crowd.exception.ApplicationNotFoundException
com.atlassian.crowd.exception.DirectoryNotFoundException
@Transactional public com.atlassian.crowd.model.application.Application getOrCreateApplication()
getOrCreateApplication
in interface EmbeddedCrowdBootstrap
public com.atlassian.crowd.embedded.api.Directory createInternalDirectory()
createInternalDirectory
in interface EmbeddedCrowdBootstrap
public com.atlassian.crowd.embedded.api.Directory createInternalDirectory(boolean active)
createInternalDirectory
in interface EmbeddedCrowdBootstrap
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.