|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImporterManager
Handles the importing of users, groups and memberships into Crowd.
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getAtlassianSupportedApplications()
A list of Atlassian supported applications |
java.util.Set<java.lang.String> |
getSupportedApplications()
A list of supported applications |
Result |
performImport(Configuration configuation)
Will perform the import based on the given configuration into Crowd. |
void |
testConfiguration(Configuration configuration)
Tests that the connection succeeded or failed based on the provided configuration |
| Method Detail |
|---|
java.util.Set<java.lang.String> getSupportedApplications()
java.util.Set<java.lang.String> getAtlassianSupportedApplications()
Result performImport(Configuration configuation)
throws ImporterException
configuration into Crowd.
configuation - The Configuration for the import
ImporterException - will be thrown if an error occurs connecting
or importing the users into Crowd, or if the provided configuration is invalid.
void testConfiguration(Configuration configuration)
throws ImporterConfigurationException
configuration - the configuration to use with the importer
ImporterConfigurationException - thrown if there is an error connecting to the external datasource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||