| Package | Description |
|---|---|
| com.atlassian.crowd.importer.config | |
| com.atlassian.crowd.importer.mappers.csv |
| Modifier and Type | Method and Description |
|---|---|
UserStatusMappingType |
CsvConfiguration.getUserStatusMappingType() |
static UserStatusMappingType |
UserStatusMappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserStatusMappingType[] |
UserStatusMappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CsvConfiguration.setUserStatusMappingType(UserStatusMappingType userStatusMappingType) |
CsvConfiguration.Builder |
CsvConfiguration.Builder.setUserStatusMappingType(UserStatusMappingType userStatusMappingType) |
| Constructor and Description |
|---|
UserMapper(Long directoryId,
org.apache.commons.collections.OrderedBidiMap configuration,
Boolean setPassword,
Boolean encryptPassword,
UserStatusMappingType userStatusMappingType) |
Copyright © 2024 Atlassian. All rights reserved.