UserService usrv = ( UserService ) _serviceContext.getPortletService( UserService.NAME );
try
{
User usr = usrv.getUser( userId );
if ( usr.matchPassword( password ) )
{
/* Start the session */
( ( PortletRequestImpl ) request ).startSession( usr );
/* Notify all the portlets */