com.atlassian.crowd.importer.mappers.csv
Class UserMapper

java.lang.Object
  extended by com.atlassian.crowd.importer.mappers.csv.CsvMapper<UserTemplateWithCredentialAndAttributes>
      extended by com.atlassian.crowd.importer.mappers.csv.UserMapper

public class UserMapper
extends CsvMapper<UserTemplateWithCredentialAndAttributes>


Field Summary
 
Fields inherited from class com.atlassian.crowd.importer.mappers.csv.CsvMapper
directoryId
 
Constructor Summary
UserMapper(Long directoryId, org.apache.commons.collections.OrderedBidiMap configuration, PasswordHelper passwordHelper, Boolean setPassword, Boolean encryptPassword)
           
 
Method Summary
 UserTemplateWithCredentialAndAttributes mapRow(String[] resultSet)
           
 
Methods inherited from class com.atlassian.crowd.importer.mappers.csv.CsvMapper
getString, hasColumnFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserMapper

public UserMapper(Long directoryId,
                  org.apache.commons.collections.OrderedBidiMap configuration,
                  PasswordHelper passwordHelper,
                  Boolean setPassword,
                  Boolean encryptPassword)
Method Detail

mapRow

public UserTemplateWithCredentialAndAttributes mapRow(String[] resultSet)
                                               throws ImporterException
Throws:
ImporterException


Copyright © 2013 Atlassian. All Rights Reserved.