org.exoplatform.services.wsrp2.consumer
Interface User

All Known Implementing Classes:
UserAdapter

public interface User

This interface defines a user with a certain user id and a user context.

Author:
Stephan Laertz, Benjamin Mestrallet

Method Summary
 org.exoplatform.services.wsrp2.type.UserContext getUserContext()
          Returns the UserContext for this userid
 String getUserID()
          Returns the userID
 void setUserContext(org.exoplatform.services.wsrp2.type.UserContext userContext)
          Sets the UserContext for this userID
 void setUserID(String userID)
          Sets the userID
 

Method Detail

getUserID

String getUserID()
Returns the userID

Returns:
_userID

setUserID

void setUserID(String userID)
Sets the userID

Parameters:
userID - as String

getUserContext

org.exoplatform.services.wsrp2.type.UserContext getUserContext()
Returns the UserContext for this userid

Returns:
_userContext

setUserContext

void setUserContext(org.exoplatform.services.wsrp2.type.UserContext userContext)
Sets the UserContext for this userID



Copyright © 2009 eXo Platform SAS. All Rights Reserved.