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
Modifier and TypeMethodDescriptiongetUserBaseInformation
(String userId) Get the base information for the user with iduserId
.
-
Method Details
-
getUserBaseInformation
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
-