Class UserImportSpec
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.userimport.UserImportSpec
-
public class UserImportSpec extends Object
Defines user import to be performed- Author:
- K. Benedyczak
-
-
Field Summary
Fields Modifier and Type Field Description String
identityType
String
identityValue
String
importerKey
-
Constructor Summary
Constructors Constructor Description UserImportSpec(String importerKey, String identityValue, String identityType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isUseAllImporters()
static UserImportSpec
withAllImporters(String identityValue, String identityType)
-
-
-
Method Detail
-
withAllImporters
public static UserImportSpec withAllImporters(String identityValue, String identityType)
-
isUseAllImporters
public boolean isUseAllImporters()
-
-