|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.upgrade.tasks.UpgradeTask216
public class UpgradeTask216
Makes sure that 1.3 and earlier directories, on upgrade, have an RDN added. Handles the special case of Active Directory by setting the RDN to "cn= ", a value that was formerly hard-coded.
| Constructor Summary | |
|---|---|
UpgradeTask216()
|
|
| Method Summary | |
|---|---|
void |
doUpgrade()
Perform the upgrade. |
java.lang.String |
getBuildNumber()
|
java.util.Collection |
getErrors()
Any errors that occur during the upgrade process will be added to this Collection as Strings. |
java.lang.String |
getShortDescription()
A short (<50 chars) description of the upgrade action |
void |
setDirectoryManager(DirectoryManager directoryManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpgradeTask216()
| Method Detail |
|---|
public java.lang.String getBuildNumber()
getBuildNumber in interface UpgradeTaskpublic java.lang.String getShortDescription()
UpgradeTask
getShortDescription in interface UpgradeTask
public void doUpgrade()
throws java.lang.Exception
UpgradeTask
doUpgrade in interface UpgradeTaskjava.lang.Exception - is thrown if any errors occur during the upgrade process.public java.util.Collection getErrors()
UpgradeTask
getErrors in interface UpgradeTaskpublic void setDirectoryManager(DirectoryManager directoryManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||