org.apache.hadoop.chukwa.rest.resource
Class UserResource

java.lang.Object
  extended by org.apache.hadoop.chukwa.rest.resource.UserResource

public class UserResource
extends Object


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
UserResource()
           
 
Method Summary
 UserBean getProfile(String uid)
           
 String getUserList()
           
 ReturnCodeBean setProfile(UserBean user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

UserResource

public UserResource()
Method Detail

getProfile

public UserBean getProfile(String uid)

setProfile

public ReturnCodeBean setProfile(UserBean user)

getUserList

public String getUserList()


Copyright © ${year} The Apache Software Foundation