public interface IdentityPlatformMigrationService
| Modifier and Type | Method and Description |
|---|---|
void |
changeDirectoryToHorde()
Changes the Embedded Crowd directory configuration to the Horde mode.
|
void |
changeDirectoryToIdentityPlatform()
Changes the Embedded Crowd directory configuration to the Identity Platform mod.
|
void changeDirectoryToIdentityPlatform()
throws OperationFailedException
OperationFailedException - if the changes fail. The failure can happen before or after the changes.
The caller is encouraged to retry the operation after a while.
are persisted, so the end result is undefined.void changeDirectoryToHorde()
throws OperationFailedException
OperationFailedException - if the changes fail. The failure can happen before or after the changes
The caller is encouraged to retry the operation after a while.
are persisted, so the end result is undefined.Copyright © 2016 Atlassian. All Rights Reserved.