org.gcube.common.homelibrary.home
Interface User


public interface User

Represent an user. An user is identified by an id. One user can be present in only one scope at time.

Author:
Federico De Faveri defaveri@isti.cnr.it

Method Summary
 String getId()
          Retrieves the user's id.
 String getPortalLogin()
          Retrieves the user's portal login.
 

Method Detail

getId

String getId()
Retrieves the user's id.

Returns:
the id.

getPortalLogin

String getPortalLogin()
Retrieves the user's portal login.

Returns:
the portal login.


Copyright © 2013. All Rights Reserved.