Package com.flowable.idm.dto
Interface UserBaseInformationProvider
-
public interface UserBaseInformationProvider
An interface that can be used to provide base information for a given user.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserBaseInformationResponse
getUserBaseInformation(String userId)
Get the base information for the user with iduserId
.
-
-
-
Method Detail
-
getUserBaseInformation
UserBaseInformationResponse getUserBaseInformation(String userId)
Get the base information for the user with iduserId
. If no base information exists returnnull
. Never throw an exception- Parameters:
userId
- the id of the user for which the base information needs to be provided- Returns:
- the base information for the user or
null
-
-