getUserInfo

public abstract UserInfo getUserInfo(String userId)

Returns the user information for the given user ID.

Return

the corresponding UserInfo, or null if not available.

Parameters

userId

the user ID.