LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

FS#257 - Create user profile retrieval from the Master Server

Attached to Project: LMS
Opened by Ferdinand (PaGaisu) - Monday, 05 December 2011, 10:04 GMT
Last edited by Ferdinand (PaGaisu) - Tuesday, 06 December 2011, 09:48 GMT
Task Type Feature Request
Category
Status Closed
Assigned To Ferdinand (PaGaisu)
Operating System All
Severity Low
Priority Normal
Reported Version alpha2
Due in Version alpha3
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Create user profile retrieval from the Master Server

Add the following method to the MasterServer Service:

/**
* Retrieves the profile of the specified user
* @param sessionId the id of the browser session attached to the user
* @param username the name of the user
* @return the properties from the profile or null if not found
*/
public Properties retrieveProfile(String sessionId, String username);
This task depends upon

Closed by  Ferdinand (PaGaisu)
Tuesday, 06 December 2011, 09:48 GMT
Reason for closing:  Implemented

Loading...