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 EmbeddedCrowdBootstrapcom.atlassian.crowd.exception.ApplicationNotFoundExceptioncom.atlassian.crowd.exception.DirectoryNotFoundException@Transactional
public void initialiseEmbeddedCrowd(boolean isInternalDirectoryActive)
throws com.atlassian.crowd.exception.ApplicationNotFoundException,
com.atlassian.crowd.exception.DirectoryNotFoundException
initialiseEmbeddedCrowd in interface EmbeddedCrowdBootstrapcom.atlassian.crowd.exception.ApplicationNotFoundExceptioncom.atlassian.crowd.exception.DirectoryNotFoundException@Transactional public com.atlassian.crowd.model.application.Application getOrCreateApplication()
getOrCreateApplication in interface EmbeddedCrowdBootstrappublic com.atlassian.crowd.embedded.api.Directory createInternalDirectory()
createInternalDirectory in interface EmbeddedCrowdBootstrappublic com.atlassian.crowd.embedded.api.Directory createInternalDirectory(boolean active)
createInternalDirectory in interface EmbeddedCrowdBootstrapCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.