org.gcube.portlets.user.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.
 org.gcube.common.core.scope.GCUBEScope getScope()
          Retrieves the user's scope.
 

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.

getScope

org.gcube.common.core.scope.GCUBEScope getScope()
Retrieves the user's scope.

Returns:
the scope.


Copyright © 2013. All Rights Reserved.