Interface UserImportSPI
-
public interface UserImportSPI
User import implementation must implement this interface.- Author:
- Krzysztof Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemotelyAuthenticatedInput
importUser(String identity, String type)
Should perform the import of the user in implementation defined way.
-
-
-
Method Detail
-
importUser
RemotelyAuthenticatedInput importUser(String identity, String type)
Should perform the import of the user in implementation defined way. Note that the engine code provides caching so the implementation should not additionally cache results.- Parameters:
identity
- identity of the user to be imported.type
- unity type of the user or null if not known- Returns:
- null if the user was not found or raw information about the user obtained during import.
-
-