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