Ifd:getCurrentUser

From dev.ifd-library.org

Jump to: navigation, search

API version 2

IfdUser getCurrentUser(String session_id) throws IfdServerException

Method to retrieve the user currently logged in to the system.

Input:

Return:

  • IfdUser - IfdUser The current user

API version 3

public function IfdUser getCurrentUser(
                      String session_id) 
     throws IfdServerException

EXPRESS Heading

QUERY FUNCTION getCurrentUser: IfdUser;

Return:

  • Fully specified currently logged IFD user (see attributes in getUsers and addUsers description).


Back to the API

Comments: Talk:Ifd:getCurrentUser