Interface UserImportSPIFactory
public interface UserImportSPIFactory
Factory of
UserImportSPI
.- Author:
- Krzysztof Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptiongetInstance
(Properties configuration, String idpName) getName()
-
Method Details
-
getName
String getName()- Returns:
- implementation name
-
getInstance
- Parameters:
configuration
-idpName
-- Returns:
- a new configured instance
-