org.hudsonci.rest.api.user
Class UserResource

java.lang.Object
  extended by org.hudsonci.rest.api.internal.ResourceSupport
      extended by org.hudsonci.rest.api.user.UserResource

@Named
public class UserResource
extends ResourceSupport

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.rest.api.internal.ResourceSupport
log
 
Constructor Summary
UserResource(SecurityService securityService, UserConverter userx)
           
 
Method Summary
 UserDTO getUser(String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserResource

@Inject
public UserResource(SecurityService securityService,
                           UserConverter userx)
Method Detail

getUser

public UserDTO getUser(String userName)


Copyright © 2004-2011 Hudson. All Rights Reserved.