Package pl.edu.icm.unity.pam
Class OSImporterFactory
- java.lang.Object
-
- pl.edu.icm.unity.pam.OSImporterFactory
-
- All Implemented Interfaces:
pl.edu.icm.unity.engine.api.userimport.UserImportSPIFactory
@Component public class OSImporterFactory extends Object implements pl.edu.icm.unity.engine.api.userimport.UserImportSPIFactory
Factory forOSImporter- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description OSImporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description pl.edu.icm.unity.engine.api.userimport.UserImportSPIgetInstance(Properties configuration, String idpName)StringgetName()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacepl.edu.icm.unity.engine.api.userimport.UserImportSPIFactory
-
getInstance
public pl.edu.icm.unity.engine.api.userimport.UserImportSPI getInstance(Properties configuration, String idpName)
- Specified by:
getInstancein interfacepl.edu.icm.unity.engine.api.userimport.UserImportSPIFactory
-
-