Interface UserImportSPIFactory
-
public interface UserImportSPIFactory
Factory ofUserImportSPI
.- Author:
- Krzysztof Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserImportSPI
getInstance(Properties configuration, String idpName)
String
getName()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- implementation name
-
getInstance
UserImportSPI getInstance(Properties configuration, String idpName)
- Parameters:
configuration
-idpName
-- Returns:
- a new configured instance
-
-