Uses of Class
com.atlassian.crowd.importer.config.Configuration

Packages that use Configuration
com.atlassian.crowd.console.action.dataimport   
com.atlassian.crowd.importer.config   
com.atlassian.crowd.importer.factory   
com.atlassian.crowd.importer.importers   
com.atlassian.crowd.importer.manager   
com.atlassian.crowd.importer.mappers.jdbc   
 

Uses of Configuration in com.atlassian.crowd.console.action.dataimport
 

Methods in com.atlassian.crowd.console.action.dataimport that return Configuration
 Configuration AtlassianImporter.getConfiguration()
           
 

Uses of Configuration in com.atlassian.crowd.importer.config
 

Subclasses of Configuration in com.atlassian.crowd.importer.config
 class CsvConfiguration
          This configuration type will encapsulate all required elements to import users/groups and their memberships into Crowd from two CSV files
 class DirectoryConfiguration
          Configuration specific to the movement of users/groups/memberships from one RemoteDirectory to another.
 class JdbcConfiguration
          This class represents the properties required to connect with a database, specifically the details for a JIRA, Confluence or Bamboo database.
 

Uses of Configuration in com.atlassian.crowd.importer.factory
 

Methods in com.atlassian.crowd.importer.factory with parameters of type Configuration
 Importer ImporterFactoryImpl.getImporterDAO(Configuration configuration)
           
 Importer ImporterFactory.getImporterDAO(Configuration configuration)
          Will return an importer based on a given Configuration
 

Uses of Configuration in com.atlassian.crowd.importer.importers
 

Methods in com.atlassian.crowd.importer.importers with parameters of type Configuration
 java.util.List<GroupMembership> JdbcImporter.findGroupMemberships(Configuration configuration)
           
 java.util.Collection<GroupMembership> Importer.findGroupMemberships(Configuration configuration)
          Will locate and build a collection of GroupMembership objects based on the passed in Configuration
 java.util.Collection<GroupMembership> DirectoryImporter.findGroupMemberships(Configuration configuration)
           
 java.util.Collection<GroupMembership> CsvImporter.findGroupMemberships(Configuration configuration)
           
 java.util.Collection<GroupMembership> ConfluenceImporter.findGroupMemberships(Configuration configuration)
           
 java.util.Collection<GroupTemplate> JdbcImporter.findGroups(Configuration configuration)
           
 java.util.Collection<GroupTemplate> Importer.findGroups(Configuration configuration)
          Will locate and build a collection of GroupTemplate objects based on the passed in Configuration
 java.util.Collection<GroupTemplate> DirectoryImporter.findGroups(Configuration configuration)
           
 java.util.Collection<GroupTemplate> CsvImporter.findGroups(Configuration configuration)
           
 java.util.Collection<GroupTemplate> ConfluenceImporter.findGroups(Configuration configuration)
           
 java.util.List<UserTemplateWithCredentialAndAttributes> JdbcImporter.findUsers(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> Importer.findUsers(Configuration configuration)
          Will locate and build a collection of UserTemplate objects based on the passed in Configuration
 java.util.Collection<UserTemplateWithCredentialAndAttributes> DirectoryImporter.findUsers(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> CsvImporter.findUsers(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> ConfluenceImporter.findUsers(Configuration configuration)
           
 org.springframework.jdbc.core.RowMapper JiraImporter.getGroupMapper(Configuration configuration)
           
abstract  org.springframework.jdbc.core.RowMapper JdbcImporter.getGroupMapper(Configuration configuration)
           
 org.springframework.jdbc.core.RowMapper ConfluenceOSUserImporter.getGroupMapper(Configuration configuration)
           
 org.springframework.jdbc.core.RowMapper ConfluenceHibernateImporter.getGroupMapper(Configuration configuration)
           
 org.springframework.jdbc.core.RowMapper BambooImporter.getGroupMapper(Configuration configuration)
           
 org.springframework.jdbc.core.RowMapper JiraImporter.getUserMapper(Configuration configuration, PasswordHelper passwordHelper)
           
abstract  org.springframework.jdbc.core.RowMapper JdbcImporter.getUserMapper(Configuration configuration, PasswordHelper passwordHelper)
           
 org.springframework.jdbc.core.RowMapper ConfluenceOSUserImporter.getUserMapper(Configuration configuration, PasswordHelper passwordHelper)
           
 org.springframework.jdbc.core.RowMapper ConfluenceHibernateImporter.getUserMapper(Configuration configuration, PasswordHelper passwordHelper)
           
 org.springframework.jdbc.core.RowMapper BambooImporter.getUserMapper(Configuration configuration, PasswordHelper passwordGenerator)
           
protected  Result BaseImporter.importGroupMemberships(java.util.Collection<GroupMembership> memberships, Configuration configuration)
           
protected  Result BaseImporter.importGroups(java.util.Collection<GroupTemplate> groups, Configuration configuration)
           
protected  Result BaseImporter.importUsers(java.util.Collection<UserTemplateWithCredentialAndAttributes> users, Configuration configuration)
           
 Result Importer.importUsersGroupsAndMemberships(Configuration configuration)
          Responsible for the import of both users and groups into Crowd using the given Configuration
 Result ConfluenceImporter.importUsersGroupsAndMemberships(Configuration configuration)
          This method will handle the importing of Users, Groups and Memberships from Confluence.
 Result BaseImporter.importUsersGroupsAndMemberships(Configuration configuration)
           
 void JdbcImporter.init(Configuration configuration)
           
 void Importer.init(Configuration configuration)
          Initialise anything required for the import process.
 void DirectoryImporter.init(Configuration configuration)
           
 void CsvImporter.init(Configuration configuration)
           
 void ConfluenceImporter.init(Configuration configuration)
           
 

Uses of Configuration in com.atlassian.crowd.importer.manager
 

Methods in com.atlassian.crowd.importer.manager with parameters of type Configuration
 Result ImporterManagerImpl.performImport(Configuration configuation)
           
 Result ImporterManager.performImport(Configuration configuation)
          Will perform the import based on the given configuration into Crowd.
 void ImporterManagerImpl.testConfiguration(Configuration configuration)
           
 void ImporterManager.testConfiguration(Configuration configuration)
          Tests that the connection succeeded or failed based on the provided configuration
 

Uses of Configuration in com.atlassian.crowd.importer.mappers.jdbc
 

Constructors in com.atlassian.crowd.importer.mappers.jdbc with parameters of type Configuration
UserMapper(Configuration configuration, PasswordHelper passwordHelper, java.lang.String name, java.lang.String email, java.lang.String fullname, java.lang.String password)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.