org.exoplatform.services.wsrp.consumer.adapters
Class UserAdapter

java.lang.Object
  extended by org.exoplatform.services.wsrp.consumer.adapters.UserAdapter
All Implemented Interfaces:
User

public class UserAdapter
extends java.lang.Object
implements User


Constructor Summary
UserAdapter()
           
 
Method Summary
 UserContext getUserContext()
          Returns the UserContext for this userid
 java.lang.String getUserID()
          Returns the userID
 void setUserContext(UserContext userContext)
          Sets the UserContext for this userID
 void setUserID(java.lang.String userID)
          Sets the userID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAdapter

public UserAdapter()
Method Detail

getUserID

public java.lang.String getUserID()
Description copied from interface: User
Returns the userID

Specified by:
getUserID in interface User
Returns:
_userID

setUserID

public void setUserID(java.lang.String userID)
Description copied from interface: User
Sets the userID

Specified by:
setUserID in interface User
Parameters:
userID - as String

getUserContext

public UserContext getUserContext()
Description copied from interface: User
Returns the UserContext for this userid

Specified by:
getUserContext in interface User
Returns:
_userContext

setUserContext

public void setUserContext(UserContext userContext)
Description copied from interface: User
Sets the UserContext for this userID

Specified by:
setUserContext in interface User


Copyright © 2010 eXo Platform SAS. All Rights Reserved.